[help] very simple but forgot
#2

Код:
if (strcmp("/heal", cmdtext, true, 10) == 0)
{
	new name[MAX_PLAYER_NAME];
	GetPlayerName(playerid,name,sizeof(name));
	new string[128];
	format(string,sizeof(string),"(%d) %s has healed himself",playerid,name);
	SendClientMessageToAll(0xC2A2DAAA,string);
	SendClientMessage(0xC2A2DAAA, "You Have Been Fully Healed");
	SetPlayerHealth(playerid, 100);
	return 1;
}
Reply


Messages In This Thread
[help] very simple but forgot - by [asg]davo - 11.06.2010, 01:02
Re: [help] very simple but forgot - by Babul - 11.06.2010, 01:07
Re: [help] very simple but forgot - by [asg]davo - 11.06.2010, 01:11

Forum Jump:


Users browsing this thread: 1 Guest(s)