SA-MP Forums Archive
[SOLVED] EnableStuntBonusForAll - 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: [SOLVED] EnableStuntBonusForAll (/showthread.php?tid=152964)



[SOLVED] EnableStuntBonusForAll - Faith - 06.06.2010

Alright, so I put EnableStuntBonusForAll(0); on "OnGameModeInit" and I get the following error:

undefined symbol "EnableStuntBonusForAll"
EnableStuntBonusForPlayer does not work either.

Was it removed in 0.3a? Am I doing it wrong?


Re: EnableStuntBonusForAll - Faith - 06.06.2010

I tried adding it to a filterscript.

Tried on another script. Not working. Any other ideas?


Re: EnableStuntBonusForAll - ViruZZzZ_ChiLLL - 06.06.2010

What is this EnableStuntBonusForAll anyways?? Like double flips and shit?


Re: EnableStuntBonusForAll - Faith - 06.06.2010

When you gain money for doing a stunt (like in single player).

https://sampwiki.blast.hk/wiki/EnableStuntBonusForAll

It's even there, no reason why it shouldn't work, yet it doesn't.


Re: EnableStuntBonusForAll - ViruZZzZ_ChiLLL - 06.06.2010

Quote:
Originally Posted by Faith
When you gain money for doing a stunt (like in single player).
Well I didn't enable it and I get money for flips


Re: EnableStuntBonusForAll - Faith - 06.06.2010

Quote:
Originally Posted by ViruZZzZ_ChiLLL
Quote:
Originally Posted by Faith
When you gain money for doing a stunt (like in single player).
Well I didn't enable it and I get money for flips
It's enabled by default I beleive.


Re: EnableStuntBonusForAll - Faith - 06.06.2010

Fixed. I added native EnableStuntBonusForAll(enable); in a_samp and there we go, no errors, lol.

This is very weird though. Thanks for the replies.