Problem with armour hack
#9

Quote:

new Float:PlayerArmour[MAX_PLAYERS];

stock SetPlayerArmourAC(playerid, Float:armour)
{
PlayerArmour[playerid] = armour;
SetPlayerArmour(playerid, armour);
return 1;
}


public OnPlayerUpdate(playerid)
{
new Float:Armour = GetPlayerArmour(playerid);
f(Armour != PlayerArmour[playerid])
{
Ban(playerid);
}
return 1;
}

....
Reply


Messages In This Thread
Problem with armour hack - by ZamaXor - 08.12.2010, 09:52
Re: Problem with armour hack - by Mehtab - 08.12.2010, 09:56
Re: Problem with armour hack - by ZamaXor - 08.12.2010, 09:58
Re: Problem with armour hack - by Baboon - 08.12.2010, 10:02
Re: Problem with armour hack - by ZamaXor - 08.12.2010, 10:04
Re: Problem with armour hack - by Voldemort - 08.12.2010, 10:04
Re: Problem with armour hack - by [NoV]LaZ - 08.12.2010, 10:05
Re: Problem with armour hack - by ZamaXor - 08.12.2010, 10:15
Re: Problem with armour hack - by arman'as - 22.10.2012, 15:57

Forum Jump:


Users browsing this thread: 2 Guest(s)