06.07.2010, 13:35
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.
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)
Any idea's of how i can solve this
Thnx for now
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.
Код:
ShowPlayerDialog(playerid,8,DIALOG_STYLE_MSGBOX, "Help Menu Info","); <- removed that for now thats still secret xD
Thnx for now