09.03.2013, 20:46
Can't figure out why these three lines give me an error
Gives me error message
Line 310 is the line that says
pawn Код:
#define MAX_JAIL_CELLS 5
new JailCellOccupied [ MAX_JAIL_CELLS ];
JailCellOccupied[1] = 0;
pawn Код:
nateRP.pwn(310) : error 010: invalid function or declaration
pawn Код:
JailCellOccupied[1] = 0;