03.12.2010, 20:27
It workes but i want 2 more things .
1 : To not heal myself only , heal the others too like /aheal [id2]
2 : When i heal a player even myself a message to appear to whole server : Like :
1 : To not heal myself only , heal the others too like /aheal [id2]
2 : When i heal a player even myself a message to appear to whole server : Like :
pawn Код:
{
format(string, sizeof(string), "Server : %s Has been healed by admin %s.", PlayerName[giveplayerid], PlayerName[playerid]);
SendClientMessageToAll(COLOR_RED, string);
}