Why server is offline?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: Kingston on March 13, 2010, 04:22:53 PMlol
1- Please Dont Spam.. i want asnwer the qeustions...
2- my age is 13..
public AntiCheat(playerid)
{
for(new i = 0; i < 50; i++)
{
if(IsPlayerConnected(i))
{
new Float:hp,
Float:armour;
GetPlayerHealth(i,hp);
GetPlayerArmour(i,armour);
if(hp > 75)
{
// Do Stuff
}
else if(armour > 75)
{
// Do Stuff
}
}
}
return 1;
}