Money hack
#1

Removed
Reply
#2

Make a variable like PlayerMoney[MAX_PLAYERS]; then make a stock to give money and to alter the variable, then make a timer to check if the player money correspond with the variable, if not, he is cheating.
Reply
#3

Basix
pawn Код:
public OnPlayerUpdate(playerid)
{
if(GetPlayerMoney(playerid)>=1000000)//Change the ammount of the max server money
{
    BanEx(playerid,"Moneyhack");
    SendClientMessage(playerid,-1, "Banned for Money hack.");
}
return 1;
}
Reply
#4

Removed
Reply
#5

https://sampforum.blast.hk/showthread.php?tid=220089
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)