07.02.2009, 10:48
My code:
Error:
How to fix?
pawn Код:
// Top
new something[MAX_PLAYERS][2]
// in a callback
new variable[128];
variable = something[playerid][1];
Код:
error 033: array must be indexed (variable "variable")