Enum causing pawncc crash?
#5

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


Messages In This Thread
Enum causing pawncc crash? - by Crayder - 14.01.2015, 04:55
Re: Enum causing pawncc crash? - by Threshold - 14.01.2015, 05:30
Re: Enum causing pawncc crash? - by CalvinC - 14.01.2015, 05:30
Re: Enum causing pawncc crash? - by Crayder - 14.01.2015, 05:44
Re: Enum causing pawncc crash? - by Threshold - 14.01.2015, 06:00
Re: Enum causing pawncc crash? - by Crayder - 14.01.2015, 06:03

Forum Jump:


Users browsing this thread: 1 Guest(s)