String of client message doesnt appear - 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)
+--- Thread: String of client message doesnt appear (
/showthread.php?tid=532694)
String of client message doesnt appear -
Semo - 19.08.2014
hello guys
When i create a client message using strings/format if i wrote much it will not appear in the chat, no thing appears, i dont even see it much, it didn't even reach 75% of the screen, this is so bad, and i need to know how can i change this problem, cause i cant keep making more than message to complete the previous message.
Re: String of client message doesnt appear -
Mauzen - 19.08.2014
Split up the message into several ones. There are functions for that released here afaik.
Re: String of client message doesnt appear -
gtasarules14 - 19.08.2014
What does your code for the string look like?
Re: String of client message doesnt appear -
Semo - 20.08.2014
Quote:
Originally Posted by Mauzen
Split up the message into several ones. There are functions for that released here afaik.
|
Bro I can't keep doing several messages for 1 idea... I have like about 30k lines, and i think after this new stupid system is out many of the messages will get destroyed!!!
Re: String of client message doesnt appear -
Semo - 20.08.2014
Quote:
Originally Posted by gtasarules14
What does your code for the string look like?
|
new string[300];
format(string,sizeof(string),"BlaBla %s",MyFunction);
SendClientMessage(playerid, RED, string);
But I write longer msg ofc