About make the phrase longer...
#1

Well, Whenever I type a long text, it show just a half of it, and that's suck.. I just want to make it longer, like 2 ligne, or something, anything would be appreciate, thank you...
Reply
#2

I'm not sure you can change the original string for the text in the server. But for other modules like a textdraw and such, You just increase your string size you have set for that Message.

a simpler thing to do is this.

pawn Код:
#define MAX_STRING 256
Top of script.

and on your lines you use a string. just put
pawn Код:
new string[MAX_STRING];
Then it Only uses the amount you use for the string.
Reply
#3

Can I use #define MAX_STRING 512 or something ?
Reply
#4

Sure can, but 512 is alot.
Reply
#5

max input is 128. the max string size for text should be 128.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)