SA-MP Forums Archive
its possible to disable driver drive by? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: its possible to disable driver drive by? (/showthread.php?tid=407787)



its possible to disable driver drive by? - Viprous - 15.01.2013

hey folks,
Its possible to disable driver drive by? If yes, can anyone help me with the codes?
thanks, in advance.



Re: its possible to disable driver drive by? - DowDaw - 15.01.2013

maybe disarm?


Re: its possible to disable driver drive by? - Viprous - 15.01.2013

just adding this will work, then?

pawn Код:
if(newstate == PLAYER_STATE_DRIVER) SetPlayerArmedWeapon(playerid, 0);



Re: its possible to disable driver drive by? - Mikkel_RE - 15.01.2013

Yes, that should work.