SA-MP Forums Archive
IsPlayerNotInVehicle? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: IsPlayerNotInVehicle? (/showthread.php?tid=125250)



IsPlayerNotInVehicle? - Fedee! - 02.02.2010

Is there a related function?

I couldnt find one


Re: IsPlayerNotInVehicle? - Misiek - 02.02.2010

Код:
#define IsPlayerNotInVehicle(%0) (!IsPlayerInAnyVehicle(%0))
It should be obvious for you. Negation of IsPlayerInAnyVehicle() I mean.


Re: IsPlayerNotInVehicle? - mansonh - 02.02.2010

Yep ^,
And of course the related
Код:
#define IsPlayerNotInVehicle(%0, %1) (!IsPlayerInVehicle(%0, %1))



Re: IsPlayerNotInVehicle? - Fedee! - 03.02.2010

Oh lol, I putted that one for example lol, but hows come that doesnt show on Wiki?

Thanks guys xD


Re: IsPlayerNotInVehicle? - bartje01 - 03.02.2010

Quote:
Originally Posted by Fedee!
Oh lol, I putted that one for example lol, but hows come that doesnt show on Wiki?

Thanks guys xD
It is not a standard script.
He made an define for it.


Re: IsPlayerNotInVehicle? - Fedee! - 03.02.2010

Thanks!