SA-MP Forums Archive
Strange Pawn Crash, any ideas? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Strange Pawn Crash, any ideas? (/showthread.php?tid=463884)



Strange Pawn Crash, any ideas? - Grimrandomer - 14.09.2013

For some reason my pawno crashes when compiling:


No crash:
pawn Code:
new selectItem[MAX_PLAYERS][192];
new selectCat[MAX_PLAYERS][14];
Crash:
pawn Code:
new selectItem[MAX_PLAYERS][192];
new selectCat[MAX_PLAYERS][14];
new selectRemove[MAX_PLAYERS][14];
Any idea's?

Thanks, Grim.

edit:

Also crashed with:
pawn Code:
modmenu_f(playerid) {
    return 1;
}