HELP ME.If you help +1 REP
#4

Possible if you want to do me cmds
Without setlevel or stuff.
Example :
pawn Код:
#define red 0xFF0000
new adm1[MAX_PLAYERS];
//This requires zcmd inc if making in CMD:way
CMD:makemeadm1(playerid,params[])
{
  #pragma unused params
     adm1[playerid]=1;
     SendClientMessage(playerid,red,"Adm level 1");
     return 1;
}

CMD:healme(playerid,params[])
{
  #pragma unused params
    if(adm1[playerid] == 1)
    return SendClientMessage(playerid,red,"you must be an admin");
    SetPlayerHealth(playerid,100.00);
    return 1;
}
Like this you can make if you want
Reply


Messages In This Thread
HELP ME.If you help +1 REP - by [SU]Spartan - 21.08.2012, 07:56
Re: HELP ME.If you help +1 REP - by JaKe Elite - 21.08.2012, 08:00
Re: HELP ME.If you help +1 REP - by Akira297 - 21.08.2012, 08:02
Re: HELP ME.If you help +1 REP - by Lordzy - 21.08.2012, 08:11
Re: HELP ME.If you help +1 REP - by Ranama - 21.08.2012, 08:11
Re: HELP ME.If you help +1 REP - by JaKe Elite - 21.08.2012, 08:19
Re: HELP ME.If you help +1 REP - by Lordzy - 21.08.2012, 08:22

Forum Jump:


Users browsing this thread: 1 Guest(s)