lines longer?
#1

For example i want /me command longer, how to do that?
Like in LARP , /me is pretty short, it cuts the end of the sentence but i want it to be longer..
Reply
#2

You can't extend the chat character count. The character limit for the chat is 128 characters long.
Reply
#3

oh, thanks.

I had it on 64 ^^

// But when i want more than 128 characters, i need 2 lines.. How to create 2 lines?
Reply
#4

He mean the chat is cutted. Increase your string length.

EDIT: I'm a god damn slow
Reply
#5

As i've just said, You can't increase the length using a single "SendClientMessage" thing. Maybe split it?
Reply
#6

pawn Код:
if(string > 128)
or Idk never tried that before.
Reply
#7

In LARP, it's

pawn Код:
new result[128];
Reply
#8

if(strlen(result) > 128 ...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)