SA-MP Forums Archive
little scripting question for extra mone - 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)
+--- Thread: little scripting question for extra mone (/showthread.php?tid=280810)



little scripting question for extra mone - steve_gibson - 03.09.2011

Hello i have a carlitos roleplay gm and i added a drift bonus filterscript.Now when i drift money comes but disapears immidietly like when you hack.Is there any way to make them stay


Re: little scripting question for extra mone - [MWR]Blood - 03.09.2011

Yes, remove your anticheat.


Re: little scripting question for extra mone - Darnell - 03.09.2011

As answered above, remove your anticheat.


Re: little scripting question for extra mone - steve_gibson - 03.09.2011

Quote:
Originally Posted by Darnell
Посмотреть сообщение
As answered above, remove your anticheat.
remove my anticheat?and then everyone will money hack..What if i add the fs into the gm?


Re: little scripting question for extra mone - =WoR=Varth - 03.09.2011

Quote:
Originally Posted by steve_gibson
Посмотреть сообщение
remove my anticheat?and then everyone will money hack..What if i add the fs into the gm?
What anti cheat do you use?


Re: little scripting question for extra mone - steve_gibson - 03.09.2011

Quote:
Originally Posted by varthshenon
Посмотреть сообщение
What anti cheat do you use?
the one came with the gm...


Re: little scripting question for extra mone - Darnell - 03.09.2011

Edit the FS to fit to the GM ?
If it does GivePlayerMoney, edit it to the function of the GM e.g GivePlayerCash


Re: little scripting question for extra mone - =WoR=Varth - 03.09.2011

Quote:
Originally Posted by steve_gibson
Посмотреть сообщение
the one come with the gm...
Do you know Per-player variable system?


Re: little scripting question for extra mone - steve_gibson - 03.09.2011

Quote:
Originally Posted by Darnell
Посмотреть сообщение
Edit the FS to fit to the GM ?
If it does GivePlayerMoney, edit it to the function of the GM e.g GivePlayerCash
i changed the GivePlayerMoney to GivePlayerCash and now the fs isn't working...


Re: little scripting question for extra mone - [MWR]Blood - 03.09.2011

Quote:
Originally Posted by steve_gibson
Посмотреть сообщение
i changed the GivePlayerMoney to GivePlayerCash and now the fs isn't working...
GivePlayerCash was just an EXAMPLE.
Change it to the function that your anticheat uses.
And better do your anticheat as an include if it isn't already one.