Have problem with sending message - 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: Have problem with sending message (
/showthread.php?tid=102188)
Have problem with sending message -
NickName3 - 14.10.2009
I does this:
Код:
#define SendMessage(%1,%2,%3,%4) new str[256];format(str,256,"%3",%4);SendClientMessage(%1,%2,str)
and that not sending the message, why?
Re: Have problem with sending message -
Correlli - 14.10.2009
"%3" should be
%3 and you don't need 256 cells. SA:MP's MAX_IO is 128.