SA-MP Forums Archive
SendClientMessage "text\ntext" doesn't work - 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: SendClientMessage "text\ntext" doesn't work (/showthread.php?tid=607237)



SendClientMessage "text\ntext" doesn't work - BiosMarcel - 16.05.2016

Hey,

I want to print multiple lines with a single SendClientMessage (ofc i could just use multiple SendClientMessage but that's not it ) if i try to get a new line with
Код:
\n
it doesn't work neither does
Код:
\r\n
work, both give me a space instead.
It normaly works in SendClientMessage doesn't it? Or am i confusing it with something else?


Re: SendClientMessage "text\ntext" doesn't work - Sew_Sumi - 16.05.2016

Yea, SendClientMessage doesn't do this... You're thinking of gametexts.


Re: SendClientMessage "text\ntext" doesn't work - BiosMarcel - 16.05.2016

Damn ^^, thanks