About make the phrase longer...
#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


Messages In This Thread
About make the text longer... - by samuel_hamza - 13.07.2010, 01:39
Re: About make the phrase longer... - by -Rebel Son- - 13.07.2010, 02:12
Re: About make the phrase longer... - by samuel_hamza - 13.07.2010, 02:20
Re: About make the phrase longer... - by -Rebel Son- - 13.07.2010, 02:27
Re: About make the phrase longer... - by bigcomfycouch - 13.07.2010, 04:04

Forum Jump:


Users browsing this thread: 1 Guest(s)