[QUESTION/HELP] DCMD Question
#10

I made it quickly so just try it. Should work perfectly though.

pawn Code:
cmd_healme(playerid, params[])
{
    new pID, pHealth;
    if(!sscanf(params, "ui",pID, pHealth))
    {
        if(IsPlayerConnected(pID))
        {
            if(pHealth > 1 || pHealth < 101)
            {
                SetPlayerHealth(pID, pHealth);
                SendClientMessage(pID, 0x00FF00AA, "You have been healed");
            }
            else return SendClientMessage(playerid, 0xFFFFFFFF,"Error: Please use |Max|: 100, |Min|: 1");
        }
        else return SendClientMessage(playerid, 0xFFFFFFFF,"This player is not online.");
         
    }
    else return SendClientMessage(playerid, 0xFF0000AA, "Usage: \"/healme\"");//if he adds ANYTHING after healme this will come up.
    return 1;
}
Not tested!
Reply


Messages In This Thread
[QUESTION/HELP] DCMD Question - by Larsey123IsMe - 18.01.2011, 14:07
Re: [QUESTION/HELP] DCMD Question - by Not available - 18.01.2011, 14:11
Re: [QUESTION/HELP] DCMD Question - by damiantof7 - 18.01.2011, 14:11
Re: [QUESTION/HELP] DCMD Question - by damiantof7 - 18.01.2011, 14:13
Re: [QUESTION/HELP] DCMD Question - by iggy1 - 18.01.2011, 14:13
Re: [QUESTION/HELP] DCMD Question - by xir - 18.01.2011, 14:15
Re: [QUESTION/HELP] DCMD Question - by Alex_Valde - 18.01.2011, 14:18
Re: [QUESTION/HELP] DCMD Question - by alpha500delta - 18.01.2011, 14:23
Re: [QUESTION/HELP] DCMD Question - by Larsey123IsMe - 18.01.2011, 14:36
Re: [QUESTION/HELP] DCMD Question - by Alex_Valde - 18.01.2011, 14:47
Re: [QUESTION/HELP] DCMD Question - by Larsey123IsMe - 18.01.2011, 15:03
Re: [QUESTION/HELP] DCMD Question - by alpha500delta - 18.01.2011, 15:07
Re: [QUESTION/HELP] DCMD Question - by Larsey123IsMe - 18.01.2011, 15:09
Re: [QUESTION/HELP] DCMD Question - by JaTochNietDan - 18.01.2011, 15:14
Re: [QUESTION/HELP] DCMD Question - by Larsey123IsMe - 18.01.2011, 15:27
Re: [QUESTION/HELP] DCMD Question - by Alex_Valde - 18.01.2011, 15:30
Re: [QUESTION/HELP] DCMD Question - by Larsey123IsMe - 18.01.2011, 15:33
Re: [QUESTION/HELP] DCMD Question - by Alex_Valde - 18.01.2011, 15:37
Re: [QUESTION/HELP] DCMD Question - by Larsey123IsMe - 18.01.2011, 15:47
Re: [QUESTION/HELP] DCMD Question - by JaTochNietDan - 18.01.2011, 15:49
Re: [QUESTION/HELP] DCMD Question - by Larsey123IsMe - 18.01.2011, 15:53
Re: [QUESTION/HELP] DCMD Question - by Alex_Valde - 18.01.2011, 15:55
Re: [QUESTION/HELP] DCMD Question - by JaTochNietDan - 18.01.2011, 15:57
Re: [QUESTION/HELP] DCMD Question - by Larsey123IsMe - 18.01.2011, 16:30

Forum Jump:


Users browsing this thread: 11 Guest(s)