[HELP]Aheal cmd
#8

pawn Код:
CMD:aheal(playerid, params[])
{
    new id;
    if(sscanf(params, "u", id))return SendClientMessage(playerid, COLOR_GREY, "Usage: /aheal [playerid/UserName]");
    if(IsPlayerConnected(id))
    {
        SetPlayerHealth(id, 100);
        SetPlayerArmour(id, 100);
    }
    return 1;
}
here ZCMD/sscanf you can edit it...
Reply


Messages In This Thread
[HELP]Aheal cmd - by [Aka]Dragonu - 01.09.2011, 12:29
Re: [HELP]Aheal cmd - by Jafet_Macario - 01.09.2011, 13:31
Re : [HELP]Aheal cmd - by Naruto_Emilio - 01.09.2011, 13:33
Re: [HELP]Aheal cmd - by [Aka]Dragonu - 01.09.2011, 13:47
Re: [HELP]Aheal cmd - by Jafet_Macario - 01.09.2011, 13:55
Re: [HELP]Aheal cmd - by [Aka]Dragonu - 01.09.2011, 14:03
Re: [HELP]Aheal cmd - by [Aka]Dragonu - 02.09.2011, 07:58
Re: [HELP]Aheal cmd - by Speed - 02.09.2011, 08:24
Re: [HELP]Aheal cmd - by [Aka]Dragonu - 02.09.2011, 08:27
Re: [HELP]Aheal cmd - by Sasino97 - 02.09.2011, 08:36

Forum Jump:


Users browsing this thread: 1 Guest(s)