SA-MP Forums Archive
Is there a function to disable GTA:SA money earnings like gambling? - 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: Is there a function to disable GTA:SA money earnings like gambling? (/showthread.php?tid=353254)



Is there a function to disable GTA:SA money earnings like gambling? - [OFK]Zuckerman - 22.06.2012

So this is my question. I'm need this to my money anticheat. If a player wins a money on gambling in casino, I'm not able to check that, the money came from money cheat or casino gambling.

I need something like this:

Код:
EnableStuntBonusForAll(false);
Thank you very much.


Zuckerman


Re: Is there a function to disable GTA:SA money earnings like gambling? - Ranama - 22.06.2012

Quote:
Originally Posted by [OFK]Zuckerman
Посмотреть сообщение
So this is my question. I'm need this to my money anticheat. If a player wins a money on gambling in casino, I'm not able to check that, the money came from money cheat or casino gambling.

I need something like this:

Код:
EnableStuntBonusForAll(false);
Thank you very much.


Zuckerman
No sorry there is no such function currently, but you can make your own commands inside the casino to let them play or maybe roll etc.


Re: Is there a function to disable GTA:SA money earnings like gambling? - [NWA]Hannes - 22.06.2012

There is one way, you could use RemoveBuildingForPlayer on the objects where you can gamble.
I just tried it and it works for me. (Tried it on the blackjack tables in the middle)