20.05.2012, 07:14
pawn Код:
new Float:armour;
GetPlayerArmour(playerid, armour);
if(armour == 100 || armour == 99) //
{
if(Spawning[playerid] == 1) return 0;
if(PlayerInfo[playerid][pVip] < 1)
{
new name[MAX_PLAYER_NAME], string[128];
GetPlayerName(playerid, name, sizeof(name));
format(string, sizeof(string), "[ANTI CHEAT]:%s is banned for Armour Hack!",name);
SendClientMessageToAll(LIGHTBLUE, string);
BanEx(playerid,"Armour Hack");
}
}