Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <a_samp>
- //-------------------------------------------------------------------------------------
- //------------------------------------THE README---------------------------------------
- //-------------------------------------------------------------------------------------
- /*
- This Include Features 51 colors
- All listed in the readme FILE
- standard alpha is 99 so u can do everything with it, if you need it for
- something else then copy the following piece of code into your GM/FS:
- --------------------CODE-----------------------
- #undef COLOR_colorname
- #define COLOR_colorname colorcodeOtherHex
- -----------------END-OF-CODE-------------------
- The Hex is last part of the value
- e.g.:
- #define COLOR_CRIMSON 0xB0171F34
- here the alpha is 34................^
- Be sure to read and follow the Credits
- */
- //-------------------------------------------------------------------------------------
- //------------------------------------THE CREDITS--------------------------------------
- //-------------------------------------------------------------------------------------
- /*
- The credits go to [LD]Legodude (with or without tag) and the [LD] and [SFFR] clan
- If you feel like you need to modify colours, do it as the readme part sais
- DON'T DO IT DIFFERENT THIS FILE SHOULD STAY LIKE IT IS
- You:
- May NOT:
- Rerelease this file
- Edit this file
- Claim this file as your own
- Or do anything else wich is not allowed by copyright laws
- May:
- rip colours from this file(not all and rerelease it)
- Use this file and have much ease from it
- */
- //-------------------------------------------------------------------------------------
- //------------------------------------THE COLOURS--------------------------------------
- //-------------------------------------------------------------------------------------
- #define COLOR_CRIMSON 0xB0171F99
- #define COLOR_LITEPINK 0xFFB6C199
- #define COLOR_DEEPPINK 0xFF149399
- #define COLOR_VIOLETRED 0xFF3E9699
- #define COLOR_ORCHID 0xDA70D699
- #define COLOR_MAGENTA 0xFF00FF99
- #define COLOR_INDIGO 0x4B008299
- #define COLOR_LITESLATEBLUE 0x8470FF99
- #define COLOR_SLATEBLUE 0x6A5ACD99
- #define COLOR_DARKSLATEBLUE 0x483D8B99
- #define COLOR_BLUE 0x0000FF99
- #define COLOR_NAVYBLUE 0x00008099
- #define COLOR_COBALT 0x3D59AB99
- #define COLOR_ROYALBLUE 0x4169E199
- #define COLOR_DODGERBLUE 0x1E90FF99
- #define COLOR_SKYBLUE 0x87CEEB99
- #define COLOR_TURQUOISE 0x00F5FF99
- #define COLOR_CYAN 0x00FFFF99
- #define COLOR_SEAGREEN 0x20B2AA99
- #define COLOR_SPRINGGREEN 0x00FF7F99
- #define COLOR_MINT 0xBDFCC999
- #define COLOR_PALEGREEN 0x98FB9899
- #define COLOR_FORESTGREEN 0x228B2299
- #define COLOR_GREEN 0x00FF0099
- #define COLOR_DARKGREEN 0x00640099
- #define COLOR_LAWNGREEN 0x7CFC0099
- #define COLOR_YELLOWGREEN 0xADFF2F99
- #define COLOR_BEIGE 0xF5F5DC99
- #define COLOR_YELLOW 0xFFFF0099
- #define COLOR_OLIVE 0x80800099
- #define COLOR_BANANA 0xE3CF5799
- #define COLOR_GOLD 0xFFD70099
- #define COLOR_ORANGE 0xFFA50099
- #define COLOR_EGGSHELL 0xFCE6C999
- #define COLOR_MELON 0xE3A86999
- #define COLOR_CARROT 0xED912199
- #define COLOR_CHOCOLATE 0x8B451399
- #define COLOR_FLESH 0xFF7D4099
- #define COLOR_ORANGERED 0xFF450099
- #define COLOR_SALMON 0xFA807299
- #define COLOR_DIMGRAY 0x69696999
- #define COLOR_RED 0xFF000099
- #define COLOR_MAROON 0x80000099
- #define COLOR_BLACK 0x00000099
- //-------------------------------------------------------------------------------------
- //------------------------------------SGI COLOURS--------------------------------------
- //-------------------------------------------------------------------------------------
- #define COLOR_SGI_BEET 0x8E388E99
- #define COLOR_SGI_SLATEBLUE 0x7171C699
- #define COLOR_SGI_LIGHTBLUE 0x7D9EC099
- #define COLOR_SGI_TEAL 0x388E8E99
- #define COLOR_SGI_CHARTREUSE 0x71C67199
- #define COLOR_SGI_OLIVEDRAB 0x8E8E3899
- #define COLOR_SGI_BRIGHTGRAY 0xC5C1AA99
- #define COLOR_SGI_SALMON 0xC6717199
Add Comment
Please, Sign In to add comment