Undefined symbol "DIALOG_HELP"
#1

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
Reply
#2

top of your script add
pawn Код:
#define DIALOG_HELP 1
Reply
#3

Quote:
Originally Posted by DaTa[X]
Посмотреть сообщение
top of your script add
pawn Код:
#define DIALOG_HELP 1
Thanks, Worked
Reply
#4

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)