Carry text onto the next line
#1

I usually have longs texts and they never fit and get cut off.. How do i make them continue on the next line .?
Reply
#2

Код:
SendClientMessageToAll(color, message);
SendClientMessageToAll(color, continuation of message);
Just continue your text on the next line like that, I don't think there is a newline command in sendclientmessage
Reply
#3

use the "\n" or "~n~" newline chars, the ~n~ will work in textdraws.
Reply
#4

maybe something like a comma at the end of first message ?

SendClientMessageToAll(color, message),
Reply
#5

i actually am not using sendclientmessage.. im using format since i have variables


format(msg, sizeof(msg), "*** You have been permanantly banned by %s (Reason - %s)", ReturnName(playerid),reason);
Reply


Forum Jump:


Users browsing this thread: 4 Guest(s)