SA-MP Forums Archive
I Have Problem With My Dialog - 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: I Have Problem With My Dialog (/showthread.php?tid=616006)



I Have Problem With My Dialog - thienle7090 - 30.08.2016

./includes/NGGv5.1.pwn(102435) : error 017: undefined symbol "DIALOG_STYLE_TABLIST"

and this is that line :
if(IsPlayerInRangeOfPoint(playerid,3.0,-2053.69,1222.65,31.64))
{
ShowPlayerDialog(playerid, CHOBANVUKHI, DIALOG_STYLE_TABLIST, "He Thong Vu Khi",
"Vu Khн\tGiб\tVвt Liкu.\n\
MP5\t$50.000\t1000VL\n\
D.E\t$100.000\t3000VL\n\
M4\t$200.000\t10.000VL\n\
C4\tUpdate\tUpdate",
"Chon", "Huy Bo");
}


Re: I Have Problem With My Dialog - thienle7090 - 30.08.2016

how to fix it


Re: I Have Problem With My Dialog - thienle7090 - 30.08.2016

.................................................


Re: I Have Problem With My Dialog - thienle7090 - 30.08.2016

.......................................


Re: I Have Problem With My Dialog - thienle7090 - 30.08.2016

need help


Re: I Have Problem With My Dialog - Dejan12345 - 30.08.2016

in top of your script where defines type
Код:
 #define DST DIALOG_STYLE_TABLIST 125



Re: I Have Problem With My Dialog - thienle7090 - 30.08.2016

Quote:
Originally Posted by Dejan12345
Посмотреть сообщение
in top of your script where defines type
Код:
 #define DST DIALOG_STYLE_TABLIST 125
what means DST


Re: I Have Problem With My Dialog - Dejan12345 - 30.08.2016

DIALOG_STYLE_TABLIST but you dont need it


Re: I Have Problem With My Dialog - SickAttack - 30.08.2016

Quote:
Originally Posted by Dejan12345
Посмотреть сообщение
in top of your script where defines type
Код:
 #define DST DIALOG_STYLE_TABLIST 125
https://sampwiki.blast.hk/wiki/Dialog_Styles

Quote:

This style was added in SA-MP 0.3.7 and will not work in earlier versions!

-------------------------------------------------------

Update your includes.