25.04.2012, 09:34
Try using OnPlayerStateChange with these
if you want to remove player when he/she enters the driver seat/passenger seat
then do this
pawn Code:
if(newstate == PLAYER_STATE_DRIVER)
then do this
pawn Code:
if(newstate == PLAYER_STATE_DRIVER || newstate == PLAYER_STATE_PASSENGER)