IsPlayerNotInVehicle?
#1

Is there a related function?

I couldnt find one
Reply
#2

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

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

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

Thanks guys xD
Reply
#5

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.
Reply
#6

Thanks!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)