SA-MP Forums Archive
Colors problem - 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: Colors problem (/showthread.php?tid=424616)



Colors problem - Nivniv2 - 23.03.2013

When i write over /o its shows only color #AA3333

Код:
  else if(PlayerInfo[playerid][pAdmin] == 99999)
    {
        new string[128];
        format(string, sizeof(string), "(( {AA3333}Server Owner{0xE0FFFFAA} %s: %s ))", GetPlayerNameEx(playerid), params);
        OOCOff(COLOR_OOC,string);
    }



Re: Colors problem - PaulDinam - 23.03.2013

you can't use
{0xE0FFFFAA}
inside ClientMessages
only Hexed format