#1

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
Reply
#2

for setting name cmd

pawn Код:
if(PInfo[playerid][Level] == 10)
{
//setname stuff
}
else return SendClientMessage(playerid,COLOR,"ERROR:You are not at high enough level to use this command");
}
And i didnt understand wht u said in the next line.I dont get it.Try to explain more better
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)