14.01.2015, 06:00
Use:
rather than:
pawn Код:
#define xsize 11 //Width of the maze.
#define ysize 11 //Height of the maze.
pawn Код:
new xsize=11; //Width of the maze.
new ysize=11; //Height of the maze.

