15.08.2009, 10:39
Change all
to
Because now you have something like:
If a player is in a vehicle, it will say that he isn't.
Код:
if(IsPlayerInAnyVehicle(playerid))
Код:
if(!IsPlayerInAnyVehicle(playerid))
If a player is in a vehicle, it will say that he isn't.