Undefined symbol "DIALOG_HELP" - 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: Undefined symbol "DIALOG_HELP" (
/showthread.php?tid=435706)
Undefined symbol "DIALOG_HELP" -
biggiephil234 - 08.05.2013
Hey guys, I keep getting this Undefined symbol error. I can't quite figure out why i do
Код:
C:\Users\User\Desktop\FreeRoam\gamemodes\freeroam.pwn(1703) : error 017: undefined symbol "DIALOG_HELP"
C:\Users\User\Desktop\FreeRoam\gamemodes\freeroam.pwn(1928) : error 017: undefined symbol "DIALOG_HELP"
C:\Users\User\Desktop\FreeRoam\gamemodes\freeroam.pwn(1932) : error 017: undefined symbol "DIALOG_HELP"
C:\Users\User\Desktop\FreeRoam\gamemodes\freeroam.pwn(1936) : error 017: undefined symbol "DIALOG_HELP"
C:\Users\User\Desktop\FreeRoam\gamemodes\freeroam.pwn(1940) : error 017: undefined symbol "DIALOG_HELP"
C:\Users\User\Desktop\FreeRoam\gamemodes\freeroam.pwn(1944) : error 017: undefined symbol "DIALOG_HELP"
C:\Users\User\Desktop\FreeRoam\gamemodes\freeroam.pwn(1948) : error 017: undefined symbol "DIALOG_HELP"
Any help or suggestions? thanks
Re : Undefined symbol "DIALOG_HELP" -
DaTa[X] - 08.05.2013
top of your script add
Re: Re : Undefined symbol "DIALOG_HELP" -
biggiephil234 - 08.05.2013
Quote:
Originally Posted by DaTa[X]
|
Thanks, Worked
Re: Undefined symbol "DIALOG_HELP" -
Pooh7 - 08.05.2013
You better put a bigger number, because you probably already have dialog with ID 1 and this will cause them to mix up and cause you problems.