How do i remove the Stant Bonus thing? - 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: How do i remove the Stant Bonus thing? (
/showthread.php?tid=93839)
How do i remove the Stant Bonus thing? -
Nakash - 27.08.2009
I have a roleplay server,now when i do a stant i writes down 'Stant - 400$ Bonus' for example.
How can i remove this ?
Re: How do i remove the Stant Bonus thing? -
snoob - 27.08.2009
in main() of your gamemode
pawn Код:
EnableStuntBonusForAll(0);
Re: How do i remove the Stant Bonus thing? -
Nakash - 27.08.2009
Quote:
Originally Posted by snoob
in main() of your gamemode
pawn Код:
EnableStuntBonusForAll(0);
|
thanks :]