13.12.2010, 18:15
(
Последний раз редактировалось MazaHACKa; 14.12.2010 в 10:38.
)
Server can't get the player variables in OnPlayerDisconnect public.
For example try to:
put SetPVarInt(playerid,"var",1); to OnPlayerConnect
and printf("%d",GetPVarInt(playerid,"var")); to OnPlayerDisconnect;
Send gmx command.
It will print "0".
For example try to:
put SetPVarInt(playerid,"var",1); to OnPlayerConnect
and printf("%d",GetPVarInt(playerid,"var")); to OnPlayerDisconnect;
Send gmx command.
It will print "0".

