Well , this site will help you.
For who don't know , how to use it.
I hope that this will help you guys.
Scripts
Scripting colors
Scripting colors
1

Alistaire: How the fuck? you're advicing peoples to get the photofiltre to know the script colors ? that's stupid.
www.colorpicker.com exists.
Xirot has written
Alistaire: How the fuck? you're advicing peoples to get the photofiltre to know the script colors ? that's stupid.
www.colorpicker.com exists.
for who dont know ...
§4.5 - Stick to the point! No off-topic posts!
lucass: yes
lucass: me , you brazil ronaldo. Hahaha.
J_Lucas: Yeah , that's why I posted this.
Alistaire: color = {}
color.code = string.char(169) -- copyright character code
color["black"] = color.code .. "000000000"
color["white"] = color.code .. "255255255"
color["red"] = color.code .. "255000000"
color["green"] = color.code .. "000128000"
color["blue"] = color.code .. "000000255"
color["yellow"] = color.code .. "255255000"
color["cyan"] = color.code .. "000255255"
color["orange"] = color.code .. "255165000"
color["purple"] = color.code .. "128000128"
color["pink"] = color.code .. "255192203"
msg( color.red .. "Banhammah!" )
color.server = color.cyan -- for public output color.notification = color.green -- for private output color.advertisement = color.orange -- for adverts
1
