OOC in 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: OOC in color (
/showthread.php?tid=365642)
OOC in color -
BurgerWoman - 03.08.2012
How to make that in ooc that the admin rank name will be in color and the rest in the defult color:
Exmple:
Executive Admin Burgerman: XXX
I tried
pawn Код:
{0xAA3333AA}Executive Administrator %s: %s
but it's not working
Respuesta: OOC in color -
HarlemSAMP - 03.08.2012
Quote:
Originally Posted by BurgerWoman
How to make that in ooc that the admin rank name will be in color and the rest in the defult color:
Exmple:
Executive Admin Burgerman: XXX
I tried
pawn Код:
{0xAA3333AA}Executive Administrator %s: %s
but it's not working
|
You need to do this, [FFFF]Executive Administrator[FFFF] %s: %s for example with the desire color code.
Re: Respuesta: OOC in color -
BurgerWoman - 03.08.2012
Quote:
Originally Posted by HarlemSAMP
You need to do this, [FFFF]Executive Administrator[FFFF] %s: %s for example with the desire color code.
|
I tried [#7F1616]Joniur Admin[#7F1616] Burger and didnt work.
Re: OOC in color -
sniperwars - 03.08.2012
pawn Код:
{33AA33}Executive Administrator {FFFFFF}%s: %s