SA-MP Forums Archive
1 Error - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: 1 Error (/showthread.php?tid=96351)



1 Error - Deat_Itself - 07.09.2009

C:\Documents and Settings\Administrator\Desktop\gamemodes\lvdm.pwn( 1155) : error 017: undefined symbol "CurrentMenu"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.

can anyone solve it for me ?
Thanks


Re: 1 Error - LuxurioN™ - 07.09.2009

pawn Код:
new Menu: CurrentMenu;



Re: 1 Error - Zezombia - 07.09.2009

► © The LuxurioN™: I'm guessing it would be:
pawn Код:
new Menu:CurrentMenu;
Edit:

Death_Itself, you need to post the line of code your getting the error on.


Re: 1 Error - Peter_Corneile - 08.09.2009

pawn Код:
new Menu:CurrentMenu;
This should fix the error


Re: 1 Error - Deat_Itself - 08.09.2009

thanks guys it worked



Re: 1 Error - Peter_Corneile - 08.09.2009

Quote:
Originally Posted by Death_Itself
thanks guys it worked
No Problem