Whats Wrong ?
#7

Ok on this CMD: command I have an error...

pawn Код:
CMD:heal(playerid, params[])
{
    new
        id,value;
        if (PlayerInfo[playerid][pAdminLevel] >= 4)
  {
    if (sscanf(params, "ud", id,value)) SendClientMessage(playerid, 0xFF0000AA, "Usage: \"/heal <playerid> <Amount>\"");
    else if (id == INVALID_PLAYER_ID) SendClientMessage(playerid, 0xFF0000AA, "Player not found");
    else
    {
        SetPlayerHealth(id, value);
        SendClientMessage(id, 0x00FF00AA, "You have been healed");
        SendClientMessage(playerid, 0x00FF00AA, "Player healed");
       }
    }
    return 1;
}
ERRor:
pawn Код:
warning 203: symbol is never used: "heal"
Reply


Messages In This Thread
Whats Wrong ? - by iRana - 23.11.2010, 10:45
Re: Whats Wrong ? - by FreshDoubleX - 23.11.2010, 11:41
Re: Whats Wrong ? - by Vince - 23.11.2010, 11:54
Re: Whats Wrong ? - by Zh3r0 - 23.11.2010, 12:02
Re: Whats Wrong ? - by FreshDoubleX - 23.11.2010, 12:11
Re: Whats Wrong ? - by Vince - 23.11.2010, 12:13
Re: Whats Wrong ? - by iRana - 24.11.2010, 15:17
Re: Whats Wrong ? - by FreshDoubleX - 24.11.2010, 16:37
Re: Whats Wrong ? - by iRana - 25.11.2010, 03:34
Re: Whats Wrong ? - by iRana - 25.11.2010, 09:59
Re: Whats Wrong ? - by Basicz - 25.11.2010, 10:37
Re: Whats Wrong ? - by iRana - 25.11.2010, 11:30
Re: Whats Wrong ? - by iRana - 25.11.2010, 11:34
Re: Whats Wrong ? - by iRana - 25.11.2010, 16:35

Forum Jump:


Users browsing this thread: 1 Guest(s)