Anti cheat
#1

any one here see my anti money hack
Код:
new Miney = pInfo[playerid][Money];
	pInfo[playerid][Money] = Miney+50000;
Код:
for(new i = 0; i < GetMaxPlayers(); i++)
	{
	    if(IsPlayerConnected(i) && spawned[i] == 1)
	    {
			//AUTO_SAVE(i);
			new playermoney,newmoney,setmoney;
			playermoney = pInfo[i][Money];
			newmoney = GetPlayerMoney(i);
			setmoney = playermoney-newmoney;
			if(playermoney != newmoney) GivePlayerMoney(i,setmoney);
		}
	}
see if any error i can't find one btw
Reply


Messages In This Thread
Anti cheat - by AroseKhanNiazi - 14.05.2014, 17:57
Re: Anti cheat - by biker122 - 14.05.2014, 18:23
Re: Anti cheat - by AroseKhanNiazi - 14.05.2014, 18:30
Re: Anti cheat - by DaniceMcHarley - 14.05.2014, 18:57

Forum Jump:


Users browsing this thread: 1 Guest(s)