What the problem?!
#3

Quote:
Originally Posted by Willian_Luigi
Посмотреть сообщение
Try something normal like this:
pawn Код:
CMD:healme(playeris, params[])
{
    if (IsPlayerAdmin(playerid))
    {
        SetPlayerHealth(playerid, 100.0);
        SetPlayerArmour(playerid, 100.0);
       
        SendClientMessage(playerid, -1, "U got healed.");
    }
    return 1;
}
You're healing yourself, so, you don't need to send a message with your name.
i know but what was the problem?
Reply


Messages In This Thread
What the problem?! - by Another1 - 18.10.2013, 00:31
Re: What the problem?! - by WLSF - 18.10.2013, 00:44
Re: What the problem?! - by Another1 - 18.10.2013, 01:15
Re: What the problem?! - by WLSF - 18.10.2013, 01:19
Re: What the problem?! - by PT - 18.10.2013, 01:31

Forum Jump:


Users browsing this thread: 4 Guest(s)