Includ with good colors and Color combination
#1

I want to design my mode .. Anyone can give me includ with very good colors and some colors that combination together?
Reply
#2

At the top of your script add this.
pawn Код:
#include <Colors>
This include is already packaged with sa-mp and comes with a wide variety of defined colors. You can see yourself by going into
Код:
pawno/includes/Colors.inc
Hope I helped.
Reply
#3

On what are you talking man? I download again the files and there is nothing Colors.inc .. :\
Reply
#4

In your server directory click the the "pawno" folder, from there click on the "include" folder. Now look for a text file called
Код:
Colors
Once you open it you will see this

As you can see, there is a long list of defined colors, and they will work in any native sa-mp function where a color is needed.

Example.
pawn Код:
SendClientMessage(playerid,COLOR_LIGHTGRAY,"Hello");
You can only used colors that are defined in the include, you can't make up some whacky color and think it will exist :P Good luck
Reply
#5

Quote:
Originally Posted by Walsh
Посмотреть сообщение
At the top of your script add this.
pawn Код:
#include <Colors>
This include is already packaged with sa-mp and comes with a wide variety of defined colors. You can see yourself by going into
Код:
pawno/includes/Colors.inc
Hope I helped.
That include is not packaged with sa-mp.
Reply
#6

Quote:
Originally Posted by jameskmonger
Посмотреть сообщение
That include is not packaged with sa-mp.
Oh darn. My bad. I thought it was. I just came across it in my server directory and had no clue where it came from since I never downloaded it.
Reply
#7

EDIT:

Sorry for double posting. Forums went down when I posted that last message.
Reply
#8

pawn Код:
#define COLOR_BLOOD 0xC200FF9D
#define COLOR_GRAD1 0xB4B5B7FF
#define COLOR_GRAD2 0xBFC0C2FF
#define TEAM_RADIO_COLOR 0xF2D068FF
#define COLOR_GRAD3 0xCBCCCEFF
#define COLOR_INVISIBLE 0xFFFFFF00
#define COLOR_GRAD4 0xD8D8D8FF
#define COLOR_GRAD5 0xE3E3E3FF
#define COLOR_GRAD6 0xF0F0F0FF
#define COLOR_BLUE 0x0000FFFF
#define COLOR_GREY 0xAFAFAFAA
#define COLOR_GREEN 0x9EC73DAA
#define COLOR_GROVE 0x00FF00FF
#define COLOR_RED 0xAA3333AA
#define COLOR_COOLRED 0xB35959AA
#define COLOR_ORANGE 0xFF9900AA
#define COLOR_PINK 0xFF66FFAA
#define COLOR_DARKRED 0x660000AA
#define COLOR_BRIGHTRED 0xFF0000AA
#define COLOR_INDIGO 0x4B00B0AA
#define COLOR_VIOLET 0x9955DEEE
#define COLOR_GRAYWHITE 0xEEEEFFC4
#define COLOR_LIGHTNEUTRALBLUE 0xabcdef66
#define COLOR_GREENISHGOLD 0xCCFFDD56
#define COLOR_LIGHTBLUEGREEN 0x0FFDD349
#define COLOR_NEUTRALBLUE 0xABCDEF01
#define COLOR_LIGHTCYAN 0xAAFFCC33
#define COLOR_LEMON 0xDDDD2357
#define COLOR_LIGHTRED 0xFF6347AA
#define COLOR_LIGHTBLUE 0x33CCFFAA
#define COLOR_LIGHTGREEN 0x9ACD32AA
#define COLOR_YELLOW 0xDABB3EAA
#define COLOR_YELLOW2 0xF5DEB3AA
#define COLOR_WHITE 0xFFFFFFAA
#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_PURPLE 0xC2A2DAAA
#define COLOR_CHAT1 0xF9B7FFAA
#define COLOR_CHAT2 0xE6A9ECAA
#define COL_RED            "{F81414}"
#define COL_LIGHTBLUE      "{00C0FF}"
#define COL_BLUE           "{0049FF}"
#define COLOR_CHAT3 0xC38EC7AA
#define COLOR_CHAT4 0xD2B9D3AA
#define COLOR_CHAT5 0xC6AEC7AA
#define COLOR_ALLDEPT 0xFF8282AA
#define COLOR_NEWS 0x458E1DAA
#define COLOR_OOC 0xE0FFFFAA
Reply
#9

Thank you all !

Can you give me copule of color that combination together ? [Looking nice together]
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)