02.12.2014, 17:00
playeritem0 should return string but after use %s is something like ' e []'
what is wrong
what is wrong
Код:
new items[] =
{
"Phone",
"Glock"
};
Код:
playeritem0[playerid] = items[1];


