[DIALOG]Easy Admin Commands list dialog
#1

pawn Код:
CMD:level1(playerid,params[]) {
    #pragma unused params
    if(PlayerInfo[playerid][Level] >= 1)
    {
        SendClientMessage(playerid,grey,"    ---=Level 1 V.I.P Commands =---");
        SendClientMessage(playerid,white,"/goto,/getinfo,/weaps,/vr,/ltune,/lhy,/lnos,/lpl,/asay,/ping,/lslowmo,/ltc,/morning,");
        SendClientMessage(playerid,white,"/adminarea,/reports,/richlist,/miniguns,/saveplace,/gotoplace,");
        SendClientMessage(playerid,white,"/saveskin,/useskin,/dontuseskin,/setmytime,/ip,/lconfig");
        SendClientMessage(playerid,white,"/afixcar,/afixbiz,/afixh,/afixall");
        SendClientMessage(playerid,white,"Use # infront of your messages for Private admin chat!");
    } else return SendClientMessage(playerid,red, "ERROR: You must be an administrator to use this command");
    return 1;
}
How i Make Turn To Dialog But can use Large ?
Reply


Messages In This Thread
[DIALOG]Easy Admin Commands list dialog - by donhu789 - 29.09.2013, 07:14
Re: [DIALOG]Easy Admin Commands list dialog - by donhu789 - 29.09.2013, 07:37
Re: [DIALOG]Easy Admin Commands list dialog - by xganyx - 29.09.2013, 08:22
Re: [DIALOG]Easy Admin Commands list dialog - by donhu789 - 29.09.2013, 09:00
Re: [DIALOG]Easy Admin Commands list dialog - by xganyx - 29.09.2013, 09:06
Re: [DIALOG]Easy Admin Commands list dialog - by donhu789 - 29.09.2013, 09:09
Re: [DIALOG]Easy Admin Commands list dialog - by DanishHaq - 29.09.2013, 09:10
Re: [DIALOG]Easy Admin Commands list dialog - by donhu789 - 29.09.2013, 09:22

Forum Jump:


Users browsing this thread: 1 Guest(s)