02.09.2011, 15:20
Hey guys, I'm really mad since these commands are starting to fail, without them I cannot do much about the server. The issue is that IsPlayerConnected isn't detecting if the player is connected. I've tried:
&
but they're just not working.
EDIT: I'm now going to make a self made version of IsPlayerConnectedEx... Using a variable I'll edit the post with my results.
pawn Код:
if( pID == INVALID_PLAYER_ID ) return 0;
pawn Код:
if( !IsPlayerConnected( playerid ) ) return 0;
EDIT: I'm now going to make a self made version of IsPlayerConnectedEx... Using a variable I'll edit the post with my results.