How to remove:When make jump wich car, the game give you 20-200 $ ? - 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: How to remove:When make jump wich car, the game give you 20-200 $ ? (
/showthread.php?tid=462287)
How to remove:When make jump wich car, the game give you 20-200 $ ? -
bustern - 06.09.2013
I want to remove that, how to do it ?
Re: How to remove:When make jump wich car, the game give you 20-200 $ ? -
dusk - 06.09.2013
If you are talking about "insane stunt bonuses", then you use this function:
pawn Код:
EnableStuntBonusForAll(0);
Re: How to remove:When make jump wich car, the game give you 20-200 $ ? -
Konstantinos - 06.09.2013
Search next time. It won't take more than a minute to find results.
pawn Код:
public OnGameModeInit()
{
EnableStuntBonusForAll(0);
return 1;
}