SA-MP Forums Archive
Disable Jump Money How - 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: Disable Jump Money How (/showthread.php?tid=508001)



Disable Jump Money How - lonalovegood1 - 20.04.2014

I need a FS or a Code for my Game Mode
That's because the value of money in my GM is very much , like 2 or 3 dollars per a work
and when players jump from Height they'll get about 1000$ !!!!!!
Can I DiSable It ?!!


Re : Disable Jump Money How - Noliax8 - 20.04.2014

EnableStuntBonusForAll(0);


Re: Disable Jump Money How - Dragon2 - 20.04.2014

DisableStuntBonusForAll(0);

or just go to your filterscript and change the 1000 to watever u want


Re: Disable Jump Money How - Tadas - 20.04.2014

Just tipe DisableStuntBonusForAll(0); under OnGameModeInit callback.


Re: Disable Jump Money How - lonalovegood1 - 20.04.2014

thx mates :X