SA-MP Forums Archive
SendClientMessageToAll 1 time only. - 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 1 time only. (/showthread.php?tid=153773)



SendClientMessageToAll 1 time only. - Ihsan_Cingisiz - 10.06.2010

Hello, if i do SendClientMessageToAll(COLOR_GREY, "OOC Channel is disabled");
the who chatbox is filling with that, how can i do that it displays just one time?


Re: SendClientMessageToAll 1 time only. - Sergei - 10.06.2010

It is probably used in player's loop. So use SendClientMessage or put SendClientMessageToAll outside the loop.


Re: SendClientMessageToAll 1 time only. - Niixie - 10.06.2010

I dont really get 100% what you mean, but post code. so we can help you