Sending a message to all while using /kill.
#2

Код:
// Ontop of your script.

new GlobalMessageString[100];


COMMAND:kill( playerid, params[ ] )
{
    SetPlayerHealth(0)
    format(GlobalMessageString, sizeof(GlobalMessageString), "%s has killed himself.", GetName(playerid), playerid);
	SendClientMessage(playerid, COLOR_WHITE, GlobalMessageString);
   return 1;
}
+Rep if it worked, please.
Reply


Messages In This Thread
Sending a message to all while using /kill. - by Darnell - 09.08.2011, 08:36
Re: Sending a message to all while using /kill. - by Chrillzen - 09.08.2011, 08:38
Re: Sending a message to all while using /kill. - by Grim_ - 09.08.2011, 08:42
Re: Sending a message to all while using /kill. - by Darnell - 09.08.2011, 08:43
Re: Sending a message to all while using /kill. - by grand.Theft.Otto - 09.08.2011, 08:47
Re: Sending a message to all while using /kill. - by HyperZ - 09.08.2011, 08:50
Re: Sending a message to all while using /kill. - by Grim_ - 09.08.2011, 08:51
Re: Sending a message to all while using /kill. - by Darnell - 09.08.2011, 08:57

Forum Jump:


Users browsing this thread: 1 Guest(s)