Color - 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: Color (
/showthread.php?tid=427016)
Color -
WiseRice - 31.03.2013
Код:
ShowPlayerDialog(playerid, 1244, DIALOG_STYLE_MSGBOX, "\t\t\t Welcome to iRealLife Roleplay!",string,"Agree","Refuse");
i want "Agree" Green And "Refuse" Red But I Did them like this {00CC00},"Agree" Not work can someone help
Re : Color -
DaTa[X] - 31.03.2013
you cant
Re: Color -
WiseRice - 31.03.2013
u sure?
Re: Color -
Gamer_007 - 31.03.2013
pawn Код:
ShowPlayerDialog(playerid, 1244, DIALOG_STYLE_MSGBOX, "\t\t\t Welcome to iRealLife Roleplay!","{00FF00}Agree","Refuse");
try this one
Re: Color -
WiseRice - 31.03.2013
gamer_007 when i did it it will show the the color code as well
Re : Re: Color -
DaTa[X] - 31.03.2013
Quote:
Originally Posted by WiseRice
u sure?
|
yes ****
Re: Color -
Pottus - 31.03.2013
You could always just make a clickable textdraw instead it would sure look better than ugly dialogs =)