PAWNO Error: 017 and Warning 235 - 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: PAWNO Error: 017 and Warning 235 (
/showthread.php?tid=157374)
PAWNO Error: 017 and Warning 235 -
Henkiee - 06.07.2010
Hi,
Im creating a special Help Menu FS that i will upload as soon as it's finished but i am getting an error i can't get away from it.
Код:
E:\Documents and Settings\Owner\My Documents\SA-MP Server\filterscripts\hm.pwn(22) : error 017: undefined symbol "ShowPlayerDialog"
E:\Documents and Settings\Owner\My Documents\SA-MP Server\filterscripts\hm.pwn(42) : warning 235: public function lacks forward declaration (symbol "OnDialogResponse")
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
I've got absolutly no idea where it comes from and tryed about every solution i could think of but i can't find the source of the Error (Yes #include <a_samp> is on top of the FS before people start asking)
Код:
ShowPlayerDialog(playerid,8,DIALOG_STYLE_MSGBOX, "Help Menu Info","); <- removed that for now thats still secret xD
Any idea's of how i can solve this
Thnx for now
Re: PAWNO Error: 017 and Warning 235 -
johnnyman1 - 06.07.2010
Update your includes
Re: PAWNO Error: 017 and Warning 235 -
Tom Kingston - 18.05.2012
Uuh,I get this error when I compile:
Код:
C:\Documents and Settings\user\Desktop\USELESS PIZ OV SHIT!\SAMP RELEATED\GTA SAMP Server\gamemodes\Multi.pwn(441) : error 017: undefined symbol "PlayerInfo"
What do I have to add and #include to fix it?