SA-MP Forums Archive
Colour defines. - 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: Colour defines. (/showthread.php?tid=326961)



Colour defines. - Klutty - 19.03.2012

Back in the days I always had a full list of all the colour definitions (#define COLOUR_BLUE blablabla). Unfortunantely I lost it. Does anybody have it? Would be greatly appreciated if anyone could post it here.

Regards,
Klutty


Re: Colour defines. - Dripac - 19.03.2012

https://sampforum.blast.hk/showthread.php?tid=157789


Re: Colour defines. - Twisted_Insane - 19.03.2012

Here you go:

https://sampforum.blast.hk/showthread.php?tid=157789

EDIT: Wtf, why am I always a few seconds too late? -.-


Re: Colour defines. - Flully123 - 19.03.2012

Sorry, I am new to samp, How do i know if your an admin??


Re: Colour defines. - Babul - 19.03.2012

@Klutty: i suggest you to learn ALL colors visible in the RGB color space, its an easy system, once you figured it out. including (the 4th byte) alphachannel (transparency), which is not hard to imagine:
http://en.wikipedia.org/wiki/Additive_colors


Re: Colour defines. - RoleplayEditor - 19.03.2012

I recommend you to use
Color Include..It got all colors.


Re: Colour defines. - Klutty - 19.03.2012

Anybody who wants to post the link to the colors include?

@Babul Thanks. Might take a look at it when I come home.


Re: Colour defines. - Dripac - 19.03.2012

Quote:
Originally Posted by Klutty
Посмотреть сообщение
Anybody who wants to post the link to the colors include?

@Babul Thanks. Might take a look at it when I come home.
How about you click on the link above, copy the colors, create a file named colors.inc and include it to your gm?


Re: Colour defines. - Klutty - 19.03.2012

Ofcourse I could do that. But I remember a large include with all the colours.
Lots of defines doesn't disturb me.