04.02.2013, 13:21
I need a code for a cmd that only level 10 admins can set a admin's name then when they /aduty their name is ex. Jay if the admin wants his admin name like that i tried before but i failed terrible
if(PInfo[playerid][Level] == 10)
{
//setname stuff
}
else return SendClientMessage(playerid,COLOR,"ERROR:You are not at high enough level to use this command");
}