17.03.2010, 17:44
Quote:
Originally Posted by biltong
pawn Код:
|
pawn Код:
if(!IsPlayerInAnyVehicle(playerid)) { }
Note the '!'.. Putting that in front of it means '== 0', without it, it means '== 1'.
Originally Posted by biltong
pawn Код:
|
if(!IsPlayerInAnyVehicle(playerid)) { }