Anti 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Anti Drive By (
/showthread.php?tid=275455)
Anti Drive By -
Alex_Obando - 09.08.2011
How to make what title says?
Thanks Alex.
Re: Anti Drive By -
WoodPecker - 09.08.2011
Alex if you search you will find it, i saw some 2-3 threads about anti drive by.
Respuesta: Anti Drive By -
Alex_Obando - 09.08.2011
1 is just desert eagle
other is of "real anti drive by" which doesnt have any download.
Please help me
Re: Anti Drive By -
Cypress - 09.08.2011
What kind of anti drive by do you need? For passenger or driver? All weapons like desert eagle etc? Or just some of them?
Re: Anti Drive By -
MadeMan - 09.08.2011
pawn Код:
public OnPlayerStateChange(playerid, newstate, oldstate)
{
if(newstate == PLAYER_STATE_DRIVER || newstate == PLAYER_STATE_PASSENGER)
{
SetPlayerArmedWeapon(playerid, 0);
}
return 1;
}
Re: Anti Drive By -
iggy1 - 09.08.2011
iWeapons in my sig has an advanced anti-db system. You can even just disable db's for individual players. (any or all weapons) It also has some other stuff.