11.06.2010, 01:02
how to i make this so it sends a message to all
command:
if (strcmp("/heal", cmdtext, true, 10) == 0)
{
SendClientMessageToAll(0xC2A2DAAA, "[wat goes here] has healed himself");
SendClientMessage(0xC2A2DAAA, "You Have Been Fully Healed");
SetPlayerHealth(playerid, 100);
return 1;
this part here [wat goes here] i wanna make it say to everyone
[asg]davo has healed himself
can someone plz tell me i forgot how to do it even though its very simple
command:
if (strcmp("/heal", cmdtext, true, 10) == 0)
{
SendClientMessageToAll(0xC2A2DAAA, "[wat goes here] has healed himself");
SendClientMessage(0xC2A2DAAA, "You Have Been Fully Healed");
SetPlayerHealth(playerid, 100);
return 1;
this part here [wat goes here] i wanna make it say to everyone
[asg]davo has healed himself
can someone plz tell me i forgot how to do it even though its very simple