[Question]How to Remove... - 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: [Question]How to Remove... (
/showthread.php?tid=177556)
[Question]How to Remove... -
Alex_Valde - 18.09.2010
How can I remove Insane Stunt Bonus from single player....??
Re: [Question]How to Remove... -
Voldemort - 18.09.2010
EnableStuntBonusForAll or something like that
Re: [Question]How to Remove... -
Alex_Valde - 18.09.2010
Quote:
Originally Posted by Voldemort
EnableStuntBonusForAll or something like that
|
Thanks
Re: [Question]How to Remove... -
Basicz - 18.09.2010
Code:
pawn Код:
// All Players
EnableStuntBonusForAll(0);
// For Player
EnableStuntBonusForPlayer(playerid, 0);
Hope this helps!