How can i disable "insane bonus stunt" - 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 can i disable "insane bonus stunt" (
/showthread.php?tid=454010)
How can i disable "insane bonus stunt" -
Kapone21 - 27.07.2013
How can i disable on my RP server when player jump with car to saying "insane bonus $ " bla bla like in GTA SA OFFLIne......
Or:
To make this to work only to [pMember] == 9
Re: How can i disable "insane bonus stunt" -
Sublime - 27.07.2013
pawn Код:
public OnGameModeInit()
{
EnableStuntBonusForAll(0);
return 1;
}
AW: How can i disable "insane bonus stunt" -
CutX - 27.07.2013
public OnGameModeInit()
{
EnableStuntBonusForAll(0);
return 1;
}