SA-MP Forums Archive
H.E.L.P - 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: H.E.L.P (/showthread.php?tid=423727)



H.E.L.P - Doll - 19.03.2013

How to delete Drive-by?


Re: H.E.L.P - Avi Raj - 19.03.2013

Код:
public OnPlayerStateChange(playerid, newstate, oldstate)
{
    if(newstate == PLAYER_STATE_PASSENGER || newstate == PLAYER_STATE_DRIVER)      SetPlayerArmedWeapon(playerid, 0);
    return 1;
}