14.03.2011, 20:09
I need to check if players last state is on foot and old state was NOT as passenger,
but im getting this error:
my code:
What could be wrong there?
EDIT: Nevermind, solved.
but im getting this error:
Код:
warning 213: tag mismatch
pawn Код:
if(newstate == PLAYER_STATE_ONFOOT && !oldstate == PLAYER_STATE_PASSENGER)
EDIT: Nevermind, solved.