How to make this ?? #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: How to make this ?? #DIALOG (
/showthread.php?tid=578295)
How to make this ?? #DIALOG -
Andalou - 18.06.2015
Hello guys, i would make this :
("Type, Potential take, Robbable" with blue color)
but i don't have any ideas, anyone have idea to make this

?
thank you, have a good day

Re: How to make this ?? #DIALOG -
JaydenJason - 18.06.2015
http://forum.sa-mp.com/showpost.php?...81&postcount=2
Re: How to make this ?? #DIALOG -
UltraScripter - 18.06.2015
you can try this
pawn Код:
ShowPlayerDialog(playerid, dialogid, DIALOG_STYLE_LIST, "text", "Type Potential take Robbable\nRob money $money yes", "Rob", "Cancel");
Re: How to make this ?? #DIALOG -
Darkwood17 - 18.06.2015
Use
DIALOG_STYLE_TABLIST_HEADERS.
Re: How to make this ?? #DIALOG -
Konstantinos - 18.06.2015
https://sampwiki.blast.hk/wiki/Colour_Em...olor_embedding
Find the text "Type\tPotential take\tRobbable" and add the color before each one with {RRGGBB} *
*RRGGBB is meant to be a value between 0-9 and A-F.
Re: How to make this ?? #DIALOG -
Andalou - 18.06.2015
Quote:
Originally Posted by Darkwood17
|
thank you all