Colors in dialog...
#1

I make something like this...

pawn Код:
#define blue "{0x00B9FFFF}"
format(string, sizeof string,"Welcome%s "#blue"on Full Space RP",GetName(playerid));
ShowPlayerDialog(playerid,Dialog_Login,DIALOG_STYLE_INPUT,"|° Full Space RPG °|",string,"Login","Kick");
And it won't work :S
Reply
#2

That's true, it doesn't work.

This is the correct hex colorcode: B9FFFF, colortagging doesn't work like normal colors. Reed the changelog for 0.3c
Reply
#3

pawn Код:
format(string, sizeof string,"Welcome %s "blue"on Full Space RP",GetName(playerid));
use this
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)