19.07.2009, 02:32
Try adding a
Above your "if" thingy, and then use this "if" thingy:
pawn Код:
new PlayerState = GetPlayerState(playerid);
pawn Код:
if(IsPlayerConnected(playerid) || IsPlayerInAnyVehicle(playerid) && PlayerState == PLAYER_STATE_DRIVER || PlayerState == PLAYER_STATE_SPAWNED)

