15.06.2009, 18:18
If you type in a '!' it means that if the player is NOT doing what ever you're coding.
And also, for returning 'false' its, return 0;
And also, for returning 'false' its, return 0;
pawn Код:
if(IsPlayerInAnyVehicle(playerid) == 0) return 0;