SendClientMessageToAll Question - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: SendClientMessageToAll Question (
/showthread.php?tid=73227)
SendClientMessageToAll Question -
JoeDaDude - 13.04.2009
Hi,
I noticed SendClientMessageToAll needs more than 1 line of code,
I know you cant just use SendClientMessageToAll, You need more code,
Does anyone have the full code as i cannot remember it.
EDIT: Move thread i noticed i posted wrong section
Re: SendClientMessageToAll Question -
Clum` - 13.04.2009
https://sampwiki.blast.hk/wiki/SendClientMessageToAll
Re: SendClientMessageToAll Question -
JoeDaDude - 13.04.2009
I got the code of wiki sa-mp,
And when i type the command my sa crashes
Anyone know why
Re: SendClientMessageToAll Question -
YamahaYZ - 13.04.2009
SendClientMessageToAll(COLOR_RED, "Your text here");
Re: SendClientMessageToAll Question -
JoeDaDude - 13.04.2009
Yes i understand that, But i crash, Before when iot worked, I had 3 lines of codes
Re: SendClientMessageToAll Question -
member - 13.04.2009
Post the SendClientMessageToAll line that you have and anything to do with it.
Re: SendClientMessageToAll Question -
luxeon - 13.04.2009
Quote:
Originally Posted by JoeDaDude
Yes i understand that, But i crash, Before when iot worked, I had 3 lines of codes
|
you simply can not have SendClientMessageToAll(); on three different lines! (only if your text is separated, what makes no sense )
post it here, i wanna see that.