14.02.2018, 19:44
PHP код:
new formats [128];
format(formats, sizeof(formats), "/player/%s.txt", inputtext);
PHP код:
format (strings, sizeof (strings), "Name: {b22222}%s {fffafa} \ nStatus:%s", thename, dini_Get (formats, "Status"));
and what about input text? does that even compile?
Also the first error:
Код:
format(format, sizeof(formats), "/player/%s.txt", inputtext);