/nominate Command Please?
#6

Try these command

pawn Код:
CMD:makeadmin(playerid, params[])
{
    new ID, AdmLvl;
    if(sscanf(params, "ui", ID, AdmLvl)) return SendClientMessage(playerid, -1, "Syntax: /makeadmin <playerid> <AdmLevel>");
    //if(pAdminlevel[playerid][pAdminlevel] == (Change This to Highest Admin Level) ) return 1; for example, basing on Konstatinos Script, you could put 3 above
    if(!IsPlayerConnected(ID)) return 1;
    pAdminlevel[ID][pAdminlevel] = AdmLvl;
    printf("[DEBUG]: Admin Level Command Working!");
    return 1;
}
Edit: Too late, try Konstantinos or mine, doesn't matter to be honest
Reply


Messages In This Thread
/nominate Command Please? - by MAFIAWARS - 24.09.2013, 14:52
Re: /nominate Command Please? - by Wizza - 24.09.2013, 15:07
Re: /nominate Command Please? - by DanishHaq - 24.09.2013, 15:11
Re: /nominate Command Please? - by MAFIAWARS - 24.09.2013, 15:22
Re: /nominate Command Please? - by Konstantinos - 24.09.2013, 15:35
Re: /nominate Command Please? - by Patrick - 24.09.2013, 15:40

Forum Jump:


Users browsing this thread: 1 Guest(s)