SA-MP Forums Archive
Help Stunt bonus Disable - 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: Help Stunt bonus Disable (/showthread.php?tid=64723)



Help Stunt bonus Disable - gunit_j - 06.02.2009

How i can disable Stunt bonus in my game mode
?


Re: Help Stunt bonus Disable - FUNExtreme - 06.02.2009

Under OnGameModeInit

EnableStuntBonusForAll(0);


Re: Help Stunt bonus Disable - Mikep - 06.02.2009

Quote:
Originally Posted by FUNExtreme
Under OnGameModeInit

EnableStuntBonus(0);
Research before answering.

EnableStuntBonusForAll(0);


Re: Help Stunt bonus Disable - gunit_j - 06.02.2009

ok thank you