antimoney cheat problem[+rep]
#1

hello i am editing a gm.
so it has this anticheat
PHP код:
public RandomTimer()
{
    for(new 
ii<MAX_PLAYERSi++)
    {
        if(
GetPlayerMoney(i) != PInfo[i][Money]) //Money/Cash anti-cheat
        
{
            
ResetPlayerMoney(i);
            
GivePlayerMoney(i,PInfo[i][Money]);
        }
    }

i tried to add a lotto fs in gm itself but money is hetting resteed ) plz help
Reply
#2

check the gm how it gives money and post the code here
Reply
#3

You should just remove that whole code, and make it set back to their actual amount of money on trigger.
Reply
#4

Problem sloved
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)