What it's wrong with this ?
#2

pawn Код:
CMD:sheal(playerid,params[])
{
    if(AccInfo[playerid][SADMIN] >= 1)
    {
        SetPlayerHealth(playerid,100);
        SendClientMessage(playerid,-1,"{FF0000}S.Admin : {0066CC}You have been healed !");
    }
    return 1;
}
Reply


Messages In This Thread
What it's wrong with this ? - by HY - 19.10.2014, 11:05
Re: What it's wrong with this ? - by Rudy_ - 19.10.2014, 11:08
Re: What it's wrong with this ? - by HY - 19.10.2014, 11:09

Forum Jump:


Users browsing this thread: 1 Guest(s)