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?