SA-MP Forums Archive
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: Help (/showthread.php?tid=571118)



Help - DEATHSTROKE - 16.04.2015

Please help me to fix these errors.

C:\Documents and Settings\STING\My Documents\SAMP SCRIPTS\SFCNR\filterscripts\HS.pwn(1200) : error 017: undefined symbol "DIALOG_STYLE_TABLIST_HEADERS"
C:\Documents and Settings\STING\My Documents\SAMP SCRIPTS\SFCNR\filterscripts\HS.pwn(1293) : error 017: undefined symbol "DIALOG_STYLE_TABLIST_HEADERS"
C:\Documents and Settings\STING\My Documents\SAMP SCRIPTS\SFCNR\filterscripts\HS.pwn(134 : error 017: undefined symbol "DIALOG_STYLE_TABLIST_HEADERS"
C:\Documents and Settings\STING\My Documents\SAMP SCRIPTS\SFCNR\filterscripts\HS.pwn(1462) : error 017: undefined symbol "DIALOG_STYLE_TABLIST_HEADERS"
C:\Documents and Settings\STING\My Documents\SAMP SCRIPTS\SFCNR\filterscripts\HS.pwn(1515) : error 017: undefined symbol "DIALOG_STYLE_TABLIST_HEADERS"
C:\Documents and Settings\STING\My Documents\SAMP SCRIPTS\SFCNR\filterscripts\HS.pwn(1549) : error 017: undefined symbol "DIALOG_STYLE_TABLIST_HEADERS"
C:\Documents and Settings\STING\My Documents\SAMP SCRIPTS\SFCNR\filterscripts\HS.pwn(1607) : error 017: undefined symbol "DIALOG_STYLE_TABLIST_HEADERS"
C:\Documents and Settings\STING\My Documents\SAMP SCRIPTS\SFCNR\filterscripts\HS.pwn(1651) : error 017: undefined symbol "DIALOG_STYLE_TABLIST_HEADERS"
C:\Documents and Settings\STING\My Documents\SAMP SCRIPTS\SFCNR\filterscripts\HS.pwn(1691) : error 017: undefined symbol "DIALOG_STYLE_TABLIST_HEADERS"
C:\Documents and Settings\STING\My Documents\SAMP SCRIPTS\SFCNR\filterscripts\HS.pwn(1784) : error 017: undefined symbol "DIALOG_STYLE_TABLIST_HEADERS"


Re: Help - Azula - 16.04.2015

#define DIALOG_STYLE_TABLIST_HEADERS 79


Re: Help - J4Rr3x - 16.04.2015

Update your a_samp.inc


Re: Help - Splodyf23 - 18.10.2016

Quote:
Originally Posted by Azula
Посмотреть сообщение
#define DIALOG_STYLE_TABLIST_HEADERS 79
I was having the same kinda problem with my filter script and your suggestion seems to have removed the errors and let me compile it


Re: Help - Dayrion - 18.10.2016

This dialog style is defined by Sample. You should not to redefine it.. update your sample include and check the wiki (dialog style).


Re: Help - jlalt - 18.10.2016

Quote:
Originally Posted by Azula
Посмотреть сообщение
#define DIALOG_STYLE_TABLIST_HEADERS 79
You're totally wrong, this solution will just fucj up the tablist headers style dialog(s), instead of value 79 it should be 5

PHP код:
#define DIALOG_STYLE_TABLIST_HEADERS    5