05.03.2011, 01:51
Well i will start out with giving you the Game Text colors.
Now we are going to see some basic colors.(Red, Yellow, White, Black, Blue, Green, Orange, Purple, Pink)
And i know alot of people like to copy paste so ill throw these in just incase.
You can find the Colors.inc from Oxside here:https://sampforum.blast.hk/showthread.php?tid=71259
And you can also find more information about Hex Colors here:http://en.wikipedia.org/wiki/Web_colors
Good luck to all new scripters and i hope this helped!
Код:
~r~ red ~g~ green ~b~ blue ~w~ white ~y~ yellow ~p~ purple ~l~ black ~n~ new line ~h~ lighter color
Код:
#define COLOR_RED 0xFF0000FF #define COLOR_YELLOW 0xFFFF00FF #define COLOR_WHITE 0xFFFFFFFF #define COLOR_BLACK 0x000000FF #define COLOR_BLUE 0x0000FFFF #define COLOR_GREEN 0x008000FF #define COLOR_ORANGE 0xFFA500FF #define COLOR_PURPLE 0x800080FF #define COLOR_PINK 0xFFC0CBFF
Код:
#define COLOR_FADE1 0xE6E6E6E6 #define COLOR_FADE2 0xC8C8C8C8 #define COLOR_FADE3 0xAAAAAAAA #define COLOR_FADE4 0x8C8C8C8C #define COLOR_FADE5 0x6E6E6E6E #define COLOR_CHAT1 0xF9B7FFAA #define COLOR_CHAT2 0xE6A9ECAA #define COLOR_CHAT3 0xC38EC7AA #define COLOR_CHAT4 0xD2B9D3AA #define COLOR_CHAT5 0xC6AEC7AA #define COLOR_GRAD1 0xB4B5B7FF #define COLOR_GRAD2 0xBFC0C2FF #define COLOR_GRAD3 0xCBCCCEFF #define COLOR_GRAD4 0xD8D8D8FF #define COLOR_GRAD5 0xE3E3E3FF #define COLOR_GRAD6 0xF0F0F0FF
And you can also find more information about Hex Colors here:http://en.wikipedia.org/wiki/Web_colors
Good luck to all new scripters and i hope this helped!