Posts: 1,228
Threads: 133
Joined: Oct 2009
Reputation:
0
I usually have longs texts and they never fit and get cut off.. How do i make them continue on the next line .?
Posts: 1,781
Threads: 13
Joined: Sep 2009
Reputation:
0
use the "\n" or "~n~" newline chars, the ~n~ will work in textdraws.
Posts: 1,228
Threads: 133
Joined: Oct 2009
Reputation:
0
maybe something like a comma at the end of first message ?
SendClientMessageToAll(color, message),
Posts: 1,228
Threads: 133
Joined: Oct 2009
Reputation:
0
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);