SA-MP Forums Archive
Stunt Bonus - 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: Stunt Bonus (/showthread.php?tid=260367)



Stunt Bonus - Wesley221 - 08.06.2011

Hey guys,

Is it possible to remove the stunt bonus thing in a specific area?
I've made a new isle, and whenever i drive on it and bounce on a car it gives me a insane stunt bonus.

~Wesley


Re: Stunt Bonus - Stigg - 08.06.2011

pawn Код:
public OnGameModeInit()
{
    EnableStuntBonusForAll(0);
    return 1;
}
https://sampwiki.blast.hk/wiki/EnableStuntBonusForAll


Re: Stunt Bonus - Wesley221 - 08.06.2011

Quote: Is it possible to remove the stunt bonus thing in a specific area?

Not just everywhere


Re: Stunt Bonus - Stigg - 08.06.2011

Use:
pawn Код:
EnableStuntBonusForPlayer(playerid, 1);
When the player is in area, or vice versa. I thought you would have read the info in the link.


Re: Stunt Bonus - Andrew_Guiga - 09.06.2011

Very good