03.01.2017, 02:39
Quote:
Instead of using pure hexidecimal color codes, you need to change them to work on SAMP
FF0000 would be 0xFF0000FF 0x - Begin of every Samp hex code FF0000 - Color code FF - Transparency (Can not be used in chat, so just put FF) I have converted the Color codes for you: Код:
#define RED_E "0xFF0000FF" #define BLUE_E "0x004BFFFF" #define SBLUE_E "0x56A4E4FF" #define PINK_E "0xFFB6C1FF" #define YELLOW_E "0xFFFF00FF" #define LG_E "0x00FF00FF" #define LB_E "0x15D4EDFF" #define LB2_E "0x87CEFAFF" #define GREY_E "0xBABABAFF" #define GREY2_E "0x778899FF" #define GREY3_E "0xC8C8C8FF" #define DARK_E "0x7A7A7AFF" #define WHITE_E "0xFFFFFFFF" #define WHITEP_E "0xFFE4C4FF" #define IVORY_E "0xFFFF82FF" #define ORANGE_E "0xDB881AFF" #define GREEN_E "0x3BBD44FF" #define PURPLE_E "0x5A00FFFF" #define LIME_E "0xD2D2ABFF" #define LRED_E "0xE65555FF" #define DOOM_ "0xF4A460FF" #define W "0xFFFFFFFF" #define R "0xFF0000FF" |