Do you still have a problem, or did you fix it yourself by
what you said in your last post then?
vehicle player == playeris fine for checking if the player isn't in a vehicle
and as marvin already said:
vehicle player != playerif fine for checking if the player is inside a vehicle
:edit - err wait, i see - you posted the question as a comment
inside your script
hmm - not sure, if your comment belongs to posz + vehicle player
line, or the next one - but if it's the next one then here we go:
?:vehicle player == player : goto "niskonogi" (if player isnt in a vehicle, OFP creates grenades, cause shell73s are too powerfull for the infantry)
remove the
: like that:
?vehicle player == player : goto "niskonogi" (if player isnt in a vehicle, OFP creates grenades, cause shell73s are too powerfull for the infantry)
::edit - ah CrashnBurn already gave you the answer too
~S~ CD