Dialog MSGBOX - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Dialog MSGBOX (
/showthread.php?tid=225174)
Dialog MSGBOX -
Markx - 13.02.2011
Hey all!
I wanted to ask how can i colour some text in the MSGBOX dialog?
pawn Код:
ShowPlayerDialog(playerid, 2, DIALOG_STYLE_MSGBOX, "Teleports", "(i want this red)/cave[1-30], /jump[1-100], /stunt[1-20] Cooming Soon!", "Okay", "Cancel");
Thanks.
Re: Dialog MSGBOX -
HyperZ - 13.02.2011
pawn Код:
ShowPlayerDialog(playerid, 2, DIALOG_STYLE_MSGBOX, "Teleports", "{FF0000}/cave[1-30], /jump[1-100], /stunt[1-20] Cooming Soon!", "Okay", "Cancel");
https://sampwiki.blast.hk/wiki/Colour_Embedding
Re: Dialog MSGBOX -
xRyder - 13.02.2011
The same as SCM.
pawn Код:
ShowPlayerDialog(playerid, 2, DIALOG_STYLE_MSGBOX, "Teleports", "{FF0000}/cave[1-30], /jump[1-100], /stunt[1-20] Cooming Soon!", "Okay", "Cancel");
Re: Dialog MSGBOX -
Markx - 13.02.2011
thank you very much! I really like people that help's me
Re: Dialog MSGBOX -
iJumbo - 13.02.2011
if u need more live help just contact me in msn
pyrokar@libero.it D:
Re: Dialog MSGBOX -
Markx - 13.02.2011
Quote:
Originally Posted by [ISS]jumbo
|
Thanks mate