12.09.2012, 17:06
I think you want to check if the player is not in any vehicle not in a specified vehicleid.
you can also take a look on those pages above
https://sampwiki.blast.hk/wiki/Function:IsPlayerInVehicle
https://sampwiki.blast.hk/wiki/IsPlayerInAnyVehicle
EDIT: too late as always
pawn Код:
if(!IsPlayerInAnyVehicle(playerid))
https://sampwiki.blast.hk/wiki/Function:IsPlayerInVehicle
https://sampwiki.blast.hk/wiki/IsPlayerInAnyVehicle
EDIT: too late as always