27.09.2010, 17:47
I've been trying to create a menu (following the tutorial on samp wiki), but when I try to compile the pawn compiler doesn't respond. When I try to start the server I get:
"Runtime error 17: "Invalid/unsupported P-code file format".
I have ******d a bit but I haven't found a working fix.
I'm pretty sure it has something to do with the lines:
new Menu:CurrentMenu = GetPlayerMenu(playerid);
and:
if(CurrentMenu == nvapen)
And I read something about functions and callbacks in another thread with this error, but I don't really know how to use them properly...
Help please?
"Runtime error 17: "Invalid/unsupported P-code file format".
I have ******d a bit but I haven't found a working fix.
I'm pretty sure it has something to do with the lines:
new Menu:CurrentMenu = GetPlayerMenu(playerid);
and:
if(CurrentMenu == nvapen)
And I read something about functions and callbacks in another thread with this error, but I don't really know how to use them properly...
Help please?