Author Topic: How do you change color in Centerprint  (Read 1090 times)

What are all the color codes... Thanks :)

colortest(); in console :/

when you make a client message event, use
Code: [Select]
<color:******>*put here your text*

<color:HTML COLOR CODE>

<font:FONTNAME:FONTSIZE> limit of 64

Give it the proper name, Snot. It's called hex.


\c# is the normal way of colors

There's also (using example):
<bitmap:Add-Ons/Weapon_Gun/CI_Gun>

You don't put the filetype, just the name and location :D

loving no edit button

\n makes it start new line:
Quote
commandtoclient(%client, 'centerprint', "LOL\nNEW LINE!!!",0,0,2000);

Would do
Quote
LOL
NEW LINE
In center...