Dialog help.
#1

Hi, I've got a dialog set up as a radio system, but I want to change the colour of "TURN OFF" in the dialog. At the moment, it's just the default white colour like the other options, any ideas?
Reply
#2

Do you want "TURN OFF" to be as a button or an option from a list?
Reply
#3

You can only change the color of the caption and info with color embedding. However, you cannot change the color of the buttons.
Reply
#4

Quote:
Originally Posted by Stinged
Посмотреть сообщение
Do you want "TURN OFF" to be as a button or an option from a list?
Option from the list mate.
Reply
#5

pawn Код:
ShowPlayerDialog(playerid, DIALOG_ID_HERE, "Title here", "{FF0000}Option1\n{00FF00}Option2\n{0000FF}Option3","Button1","Button2");
So as you can see, I added {code} before each option.
This is how you change the colors.
FF (red) FF (green) FF (blue)
Example: FFFFFF is white.

But you can easily use a color picker.
http://www.psyclops.com/tools/rgb/

When you choose a color, just copy the code after "Hex String" and paste it between { }
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)