String
#4

I wish to edit, but you post faster. Yes, it is.
difference between this
Код:
new string[6] = "Hello", string2[6];
	format(string2, sizeof(string2), "{37a4f5}%s", string);
	print(string2);
And this:
Код:
new string[6] = "Hello", string2[6];
	format(string2, sizeof(string2), "%s", string);
	print(string2);
Are this:
Код:
{37a4
Hello
Reply


Messages In This Thread
String - by Micko123 - 04.11.2016, 10:49
Re: String - by Banditul18 - 04.11.2016, 10:52
Re: String - by Micko123 - 04.11.2016, 10:54
Re: String - by Banditul18 - 04.11.2016, 11:06
Re: String - by Micko123 - 04.11.2016, 11:08

Forum Jump:


Users browsing this thread: 1 Guest(s)