About dialog colors - 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: About dialog colors (
/showthread.php?tid=248697)
About dialog colors -
sobolanux - 15.04.2011
Hi there folks!
Okay, so I have a little problem with colouring the dialog`s texts. I know that I must type something like: "{color#}I script for samp" to add a color. But what if I want two collors? I can`t find a way to color just a certain text, like the HTML <b> </b> tag.
PS: I searched alot for 0.3c new functions and if you could give me a link where I can find the new functions added (scripting functions not features) I would be very grateful!
Re: About dialog colors -
Stigg - 15.04.2011
The extra reading you wanted:
https://sampwiki.blast.hk/wiki/Category:..._Documentation
https://sampwiki.blast.hk/wiki/Category:Scripting_Functions
https://sampwiki.blast.hk/wiki/Category:Scripting_Callbacks
Re: About dialog colors -
MP2 - 15.04.2011
Quote:
This is a dialog. There are 3 colors in this dialog. The code for this is:
|
pawn Код:
{FF0000}This is a dialog. {00FF00}There are 3 colors in this dialog. {FFFF00}The code for this is:
Re: About dialog colors -
sobolanux - 15.04.2011
Nice. Thanks alot.