Question - 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 (
/showthread.php?tid=123563)
Question -
maltheus. - 26.01.2010
Is posibly to disable geting money from stunt?
Cuz ppl use speed bost and they just fly and crashing into bulfings...and get big money.
I dont wanna delete speed bost script..
Re: Question -
02manchestera - 26.01.2010
mybe put checkpoints some where that can only be reached by doing a stunt and if you hit the checkpoint you get so much cash this means you could have hard stunt for more cash and easier stunts for less, so that i cant give you a code but im a new scripter this is just a idea
Re: Question -
Deat_Itself - 26.01.2010
Quote:
Originally Posted by [FG
otto ]
Is posibly to disable geting money from stunt?
Cuz ppl use speed bost and they just fly and crashing into bulfings...and get big money.
I dont wanna delete speed bost script..
|
so why you dont add something like only the admins can use the speed bost
Re: Question -
maltheus. - 26.01.2010
Quote:
Originally Posted by _Saif_
Quote:
Originally Posted by [FG
otto ]
Is posibly to disable geting money from stunt?
Cuz ppl use speed bost and they just fly and crashing into bulfings...and get big money.
I dont wanna delete speed bost script..
|
so why you dont add something like only the admins can use the speed bost
|
Good idea,but i wanna to player enyoy
Can anyone do that players can only use speed bost 1.5...?
and admins over?can i get advice how to do that?
Re: Question -
gotenks918 - 26.01.2010
just check if the player is an admin and use if and else statements.
Re: Question -
Mr L - 26.01.2010
put this on GamemodeInit
Код:
EnableStuntBonusForAll(0);
Re: Question -
maltheus. - 26.01.2010
Quote:
Originally Posted by Kinto
put this on GamemodeInit
Код:
EnableStuntBonusForAll(0);
|
Thanks