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



I Have Problem With My Dialog Again - thienle7090 - 31.08.2016

I use : #define DIALOG_STYLE_TABLIST_HEADERS 7090
for this dialog

but when i enter game it's like this :/


how to fix it's like this ?? Some body help me pls !!!



Re: I Have Problem With My Dialog Again - saffierr - 31.08.2016

Only thing I can think of, make sure you're near the given xyz by you.


Re: I Have Problem With My Dialog Again - thienle7090 - 31.08.2016

Quote:
Originally Posted by saffierr
Посмотреть сообщение
Only thing I can think of, make sure you're near the given xyz by you.
?


Re: I Have Problem With My Dialog Again - SickAttack - 31.08.2016

https://sampwiki.blast.hk/wiki/Dialog_Styles

Use DIALOG_STYLE_TABLIST as the style in ShowPlayerDialog.

https://sampwiki.blast.hk/wiki/ShowPlayerDialog


Re: I Have Problem With My Dialog Again - thienle7090 - 31.08.2016

it's still not work


Re: I Have Problem With My Dialog Again - jlalt - 31.08.2016

Quote:

I use : #define DIALOG_STYLE_TABLIST_HEADERS 7090

if you update your samp includes this dialog style will be defined automatically, as long as you wanna define it manually you gotta write the value of it as 5
PHP код:
#define DIALOG_STYLE_TABLIST_HEADERS    5