01.02.2009, 19:21
Code:
public Hack(playerid)
{
if (AccountInfo[playerid][AdminLevel] >= 1 || IsPlayerAdmin(playerid))
{
}
else
{
// i dont know what i have to enter here
}
}
Code:
//public OnGameModeInit()
SetTimer("Hacktimer", 3000, 1);
i want that if a player have more than 1 armour get kicked and admin not (you see in code)

