25.04.2012, 21:32
@Kindred,
Tag mismatch
Tag mismatch
pawn Код:
if(strfind(GetName(playerid), "Admin", true) != -1)
{
if(!PlayerInfo[playerid][pAdminLevel] >= 1) // HERERHERHEHREHREHREHRHERHEHRHE
{
Kick(playerid);
SendClientMessage(playerid, -1, "Please remove the [Admin] in your name, as you are not an admin");
return 1;
}
}

