03.02.2011, 16:13
Then you simply make sure that the variables you've created called "oname" and "ocolour" are multi-dimensional arrays with at least 32 cells in the second dimension, otherwise the Pawn compiler will throw you an error because the "field" array has more cells, then you simply don't use strval, as that's used for getting the value of a string, which you don't want to do:
pawn Код:
oname[playerid] = field[1];
ocolour[playerid] = field[2];

