Still having issues with this on Linux,
L 02/27/2012 - 16:45:49: "Banana Lord<840><STEAM_0:0:19878867><Citizen>" say "!l furryfinder.RequestGroupStatus( Banana( ):SteamID( ), "3173699" );"
my hook:
hook.Add( "GSGroupStatus", "frank.GetGroup", function( sSteam, sGroup, iMember, iOfficer )
print( sSteam, sGroup, iMember, iOfficer );
local objPl = FindPlayer( sSteam );
if( !objPl ) then
Error( "Problem finding player" );
end
frank.Groups[objPl:UniqueID( )] = {
Group = sGroup,
Member = iMember,
Officer = iOfficer,
}
end );
Nothing is even printed....
Edited:
6:09 PM - Chrisaster: oh I forgot to mention blackawps' issue was caused by him using an outdated version of the module
6:10 PM - Chrisaster: so make sure you definitely do have the latest version
in response to that, I took the linux version from the SVN about 10 minutes before posting