Anti Run + Shot system - 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: Anti Run + Shot system (
/showthread.php?tid=324100)
Anti Run + Shot system -
KeeDee - 08.03.2012
Hello, i've been asking alot of times if it's possible to do something with Colt, Uzi, Tec-9 a Anti Running + Shot so the pepoles can't Run + Shot while they running and using these guns. Is it possible? If Yes can i have a copy of a script Or something, Thanks in advance.
Re: Anti Run + Shot system -
Chrillzen - 08.03.2012
OnPlayerSpawn.
Код:
SetPlayerSkillLevel(playerid,WEAPONSKILL_PISTOL,1);
SetPlayerSkillLevel(playerid,WEAPONSKILL_SAWNOFF_SHOTGUN,1);
SetPlayerSkillLevel(playerid,WEAPONSKILL_MICRO_UZI,1);
Re: Anti Run + Shot system -
KeeDee - 08.03.2012
Wanted it another way, Anyway thats will works, Thanks bro :P '' LAWRENCE YOUNG '' lol.
Re: Anti Run + Shot system -
KeeDee - 08.03.2012
And we still can shoot + Run its only the skill.
Re: Anti Run + Shot system -
Chrillzen - 08.03.2012
You could make it but it would be buggy.