SA-MP Forums Archive
i need help - 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: i need help (/showthread.php?tid=213984)



i need help - YossiBz - 20.01.2011

i download AntiCheat but how i do
if i do stunts so i earn money
Thanks For Helpers


Re: i need help - blackwave - 20.01.2011

In this case you can't avoid this problem, because it's part of the game


- viKKmaN - 20.01.2011

Stunts are client-side functions that are not yet implemented in SA:MP.
I suggest you disable player stunt bonuses and wait for a new SA:MP version where developers might be kind enough to add some detection functions.


Respuesta: i need help - YossiBz - 20.01.2011

o.k.


AW: i need help - NuggaN_ - 20.01.2011

@blackwave
how to turn off this earning money by doing stunts? Saw some servers havent got it


Re: i need help - [SU]Balli - 20.01.2011

@NuggaN_

DisableStuntBonusForAll(); // Under ongamemodeinit

//or

EnableStuntBonusForAll(0);


Re: i need help - YossiBz - 22.01.2011

never bind