open.mp forum
[Pawn] SCM HELP! - Printable Version

+ open.mp forum (https://forum.open.mp)
-- Forum: SA-MP (https://forum.open.mp/forumdisplay.php?fid=3)
--- Forum: Pawn Scripting (https://forum.open.mp/forumdisplay.php?fid=10)
--- Thread: [Pawn] SCM HELP! (/showthread.php?tid=1351)



SCM HELP! - Popce - 2020-11-15

Does anyone know how to put different?color text?in SCM?


RE: SCM HELP! - orp.net - 2020-11-15

The color used for SCM is RGB.

If you are setting the transparency of the SCM message, try changing the color parameter to 0xFFFFFFAA.



You can find examples of color usage on this site.

https://www.open.mp/docs/scripting/resources/colorslist#color-embedding



{FFFF00} - yellow color

{0000FF} - green?color

{FFFF00}Hello, {0000FF}Popce

Quote:Hello, Popce



RE: SCM HELP! - Popce - 2020-11-15

@orp.net

Thanks man!