02.12.2014, 20:21
Код:
error 047: array sizes do not match, or destination array is too small error 033: array must be indexed (variable "playeritem0")
Код:
playeritem0[playerid] = items[1]; //here first //in test cmd if(playeritem0[playerid] == items[1]) //and here second
Код:
new items[][] =
{
"Phone",
"Glock"
};
new playeritem0[MAX_PLAYERS][24];

