legodude

legodude

Jun 19th, 2010
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 4.07 KB | None | 0 0
  1. #include <a_samp>
  2. //-------------------------------------------------------------------------------------
  3. //------------------------------------THE README---------------------------------------
  4. //-------------------------------------------------------------------------------------
  5. /*
  6. This Include Features 51 colors
  7. All listed in the readme FILE
  8. standard alpha is 99 so u can do everything with it, if you need it for
  9. something else then copy the following piece of code into your GM/FS:
  10. --------------------CODE-----------------------
  11. #undef COLOR_colorname
  12. #define COLOR_colorname colorcodeOtherHex
  13. -----------------END-OF-CODE-------------------
  14. The Hex is last part of the value
  15. e.g.:
  16. #define COLOR_CRIMSON       0xB0171F34
  17. here the alpha is 34................^
  18.  
  19. Be sure to read and follow the Credits
  20. */
  21. //-------------------------------------------------------------------------------------
  22. //------------------------------------THE CREDITS--------------------------------------
  23. //-------------------------------------------------------------------------------------
  24. /*
  25. The credits go to [LD]Legodude (with or without tag) and the [LD] and [SFFR] clan
  26. If you feel like you need to modify colours, do it as the readme part sais
  27. DON'T DO IT DIFFERENT THIS FILE SHOULD STAY LIKE IT IS
  28. You:
  29.     May NOT:
  30.     Rerelease this file
  31.     Edit this file
  32.     Claim this file as your own
  33.     Or do anything else wich is not allowed by copyright laws
  34.    
  35.     May:
  36.     rip colours from this file(not all and rerelease it)
  37.     Use this file and have much ease from it
  38. */
  39. //-------------------------------------------------------------------------------------
  40. //------------------------------------THE COLOURS--------------------------------------
  41. //-------------------------------------------------------------------------------------
  42. #define COLOR_CRIMSON       0xB0171F99
  43. #define COLOR_LITEPINK      0xFFB6C199
  44. #define COLOR_DEEPPINK      0xFF149399
  45. #define COLOR_VIOLETRED     0xFF3E9699
  46. #define COLOR_ORCHID        0xDA70D699
  47. #define COLOR_MAGENTA       0xFF00FF99
  48. #define COLOR_INDIGO        0x4B008299
  49. #define COLOR_LITESLATEBLUE 0x8470FF99
  50. #define COLOR_SLATEBLUE     0x6A5ACD99
  51. #define COLOR_DARKSLATEBLUE 0x483D8B99
  52. #define COLOR_BLUE          0x0000FF99
  53. #define COLOR_NAVYBLUE      0x00008099
  54. #define COLOR_COBALT        0x3D59AB99
  55. #define COLOR_ROYALBLUE     0x4169E199
  56. #define COLOR_DODGERBLUE    0x1E90FF99
  57. #define COLOR_SKYBLUE       0x87CEEB99
  58. #define COLOR_TURQUOISE     0x00F5FF99
  59. #define COLOR_CYAN          0x00FFFF99
  60. #define COLOR_SEAGREEN      0x20B2AA99
  61. #define COLOR_SPRINGGREEN   0x00FF7F99
  62. #define COLOR_MINT          0xBDFCC999
  63. #define COLOR_PALEGREEN     0x98FB9899
  64. #define COLOR_FORESTGREEN   0x228B2299
  65. #define COLOR_GREEN         0x00FF0099
  66. #define COLOR_DARKGREEN     0x00640099
  67. #define COLOR_LAWNGREEN     0x7CFC0099
  68. #define COLOR_YELLOWGREEN   0xADFF2F99
  69. #define COLOR_BEIGE         0xF5F5DC99
  70. #define COLOR_YELLOW        0xFFFF0099
  71. #define COLOR_OLIVE         0x80800099
  72. #define COLOR_BANANA        0xE3CF5799
  73. #define COLOR_GOLD          0xFFD70099
  74. #define COLOR_ORANGE        0xFFA50099
  75. #define COLOR_EGGSHELL      0xFCE6C999
  76. #define COLOR_MELON         0xE3A86999
  77. #define COLOR_CARROT        0xED912199
  78. #define COLOR_CHOCOLATE     0x8B451399
  79. #define COLOR_FLESH         0xFF7D4099
  80. #define COLOR_ORANGERED     0xFF450099
  81. #define COLOR_SALMON        0xFA807299
  82. #define COLOR_DIMGRAY       0x69696999
  83. #define COLOR_RED           0xFF000099
  84. #define COLOR_MAROON        0x80000099
  85. #define COLOR_BLACK         0x00000099
  86. //-------------------------------------------------------------------------------------
  87. //------------------------------------SGI COLOURS--------------------------------------
  88. //-------------------------------------------------------------------------------------
  89. #define COLOR_SGI_BEET          0x8E388E99
  90. #define COLOR_SGI_SLATEBLUE     0x7171C699
  91. #define COLOR_SGI_LIGHTBLUE     0x7D9EC099
  92. #define COLOR_SGI_TEAL          0x388E8E99
  93. #define COLOR_SGI_CHARTREUSE    0x71C67199
  94. #define COLOR_SGI_OLIVEDRAB     0x8E8E3899
  95. #define COLOR_SGI_BRIGHTGRAY    0xC5C1AA99
  96. #define COLOR_SGI_SALMON        0xC6717199
Add Comment
Please, Sign In to add comment