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