08.01.2016, 10:30
You had
that means, if the player is in the vehicle.
but you should've had it like
that "!" means like NO.
PHP код:
IsPlayerInAnyVehicle(playerid)
but you should've had it like
PHP код:
!IsPlayerInAnyVehicle(playerid)