Posts: 2,082
Threads: 118
Joined: Jan 2010
Reputation:
0
You can't extend the chat character count. The character limit for the chat is 128 characters long.
Posts: 19
Threads: 10
Joined: Feb 2010
Reputation:
0
oh, thanks.
I had it on 64 ^^
// But when i want more than 128 characters, i need 2 lines.. How to create 2 lines?
Posts: 1,988
Threads: 17
Joined: Apr 2011
Reputation:
0
He mean the chat is cutted. Increase your string length.
EDIT: I'm a god damn slow
Posts: 2,082
Threads: 118
Joined: Jan 2010
Reputation:
0
As i've just said, You can't increase the length using a single "SendClientMessage" thing. Maybe split it?
Posts: 2,640
Threads: 122
Joined: Feb 2010
Reputation:
0
if(strlen(result) > 128 ...