12.08.2017, 04:39
You are not formatting it correct. Check the examples, you have to specify modelid and then the text.
Correct version:
Correct version:
PHP Code:
for (new i; i < sizeof SkinItems; i++)
{
format(string, sizeof string, "%s%i\t%s\n", string, SkinItems[i][attachModel], SkinItems[i][attachName]);
}