11.03.2013, 10:26
This if:
Should be:
pawn Код:
if(newstate == PLAYER_STATE_DRIVER)
pawn Код:
if(newstate == PLAYER_STATE_DRIVER || oldstate == PLAYER_STATE_DRIVER)