How to make police cars unenterable
#4

Try using OnPlayerStateChange with these

pawn Code:
if(newstate == PLAYER_STATE_DRIVER)
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 || newstate == PLAYER_STATE_PASSENGER)
Reply


Messages In This Thread
How to make police cars unenterable - by jueix - 25.04.2012, 09:16
Re: How to make police cars unenterable - by MP2 - 25.04.2012, 09:23
Re: How to make police cars unenterable - by jueix - 25.04.2012, 09:31
Re: How to make police cars unenterable - by RollTi - 25.04.2012, 09:34
Re: How to make police cars unenterable - by xX_Simon_Xx - 25.04.2012, 09:39
Re: How to make police cars unenterable - by jueix - 25.04.2012, 09:41
Re: How to make police cars unenterable - by RollTi - 25.04.2012, 09:44
Re: How to make police cars unenterable - by jueix - 25.04.2012, 09:44
Re: How to make police cars unenterable - by MP2 - 25.04.2012, 09:47
Re: How to make police cars unenterable - by jueix - 25.04.2012, 09:48

Forum Jump:


Users browsing this thread: 1 Guest(s)