13.07.2010, 02:12
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.
Top of script.
and on your lines you use a string. just put
Then it Only uses the amount you use for the string.
a simpler thing to do is this.
pawn Код:
#define MAX_STRING 256
and on your lines you use a string. just put
pawn Код:
new string[MAX_STRING];