Help with colors
#1

i need help
pawn Код:
case 132..230:
            GameTextForPlayer(playerid, "~x~~h~Homeless", 3000, 3);
U see these ~ how can i make one black color?
Reply
#2

Did ****** / SA-MP wiki suddenly stop working...

https://sampwiki.blast.hk/wiki/GameTextStyle
Reply
#3

btw can someone give me all {FFSDSA} or whatever colors!!
Reply
#4

Did you mean this?

pawn Код:
// COLORS DEFINITION
#define COLOR_GROUP 0x216B98FF
#define COLOR_HELPEROOC 0xADFF2FFF
#define COLOR_GARAGE    0x0066CCFF
#define COLOR_GM_REG 0xFFFFFFAA     // WHITE (FFFFFF) normal chat to everyone (registered users)
#define COLOR_GM_UNREG 0xFF9999AA   // LIGHT RED(FF9999) normal chat to everyone (unregistered users)
#define COLOR_GM_ADMIN 0xFFCC66AA   // LIGHT ORANGE (FFCC66) normal chat to everyone (admins)
#define COLOR_IRC 0x66CCFFAA        // LIGHT BLUE (66CCFF) irc messages (/me /query (!) /slap)
#define COLOR_ADMINCHAT 0xFF9933AA  // BRIGHT ORANGE (FF9933) admin only chat (@)
#define COLOR_SYSTEM_PM 0x66CC00AA  // LIGHT GREEN (66CC00) system generated personal message (logged in, progress saved, function disabled)
#define COLOR_SYSTEM_GM 0xFF9966AA  // LIGHT ORANGE-RED (FF9966) system generated general message ("x just bought the four dragons!")
#define COLOR_SYSTEM_PW 0xFFFF33AA  // YELLOW (FFFF33) system personal warning ("you must be in a bank")
#define COLOR_SYSTEM_GW 0xCCCCCCAA  // GRAY (CCCCCC) system general warning ("x used a money cheat")
#define COLOR_MONEY_INC 0x00CC66AA  // GREEN (00CC66) money increase related system message ("you earned x money")
#define COLOR_MONEY_DEC 0xFF6600AA  // RED (FF6600) money decrease related system message ("your property has been bought out")
#define COLOR_CMD 0xFFFFFFAA        // WHITE (FFFFFF)commands (Usage: ...)
#define COLOR_ADMIN_CMD 0xCC6666AA  // RED BROWN (CC6666) admin commands (Usage: ...)
#define COLOR_ADMIN_PM 0x6699CCAA   // GREEN BLUE (6699CC) admin personal message (your money has been set to X)
#define COLOR_ADMIN_PW 0x99CCFFAA   // BLUE (99CCFF) admin personal warning (x is not an active player)
#define COLOR_ADMIN_GM 0xFF6633AA   // LIGHT RED (FF6633) admin general message (was jailed by admin x)
#define COLOR_STATS 0xCCCCFFAA      // LIGHT  PURPLE (CCCCFF) stats (/stat /totalstat)
#define COLOR_MESSAGE 0xFFCCFFAA    // PURPLE (FFCCFF) Message system (anticheat, blog address)
#define COLOR_RULES 0xDC143CAA      // RED
#define COLOR_ADMIN_TOALL 0x00FFFFAA// CYAN
#define COLOR_GROUPTALK 0x87CEEBAA  // SKYBLUE
#define COLOR_ADMIN_REPORT 0xFF69B4AA // HOTPINK
#define COLOR_ADMIN_SPYREPORT 0xB0E0E6AA //POWDERBLUE
#define COLOR_ADMIN 0xFF8200FF
#define COLOR_CARDIVE 0xEE82EEAA //VIOLET
#define COLOR_BLACK_PD 0x000000FF
#define COLOR_WHITE_PD 0xFFFFFFFF
#define COLOR_DISARMING 0xEE82EEBB
#define COLOR_WHITE 0xFFFFFF77
#define COLOR_ORANGE 0xFF9900AA
#define COLOR_PLAYER_ORANGE 0xFF9900AA
#define COLOR_IVORY 0xFFFF82FF
#define COLOR_BLUE 0x0000FFFF
#define COLOR_PURPLE 0x800080FF
#define COLOR_RED 0xCC3300FF
#define COLOR_RED22 0xCC3300FF
#define COLOR_LIGHTGREEN 0x00FF7FFF
#define COLOR_VIOLET 0xEE82EEFF
#define COLOR_YELLOW 0xFFFF00FF
#define COLOR_SILVER 0xC0C0C0FF
#define COLOR_LIGHTBLUE 0x87CEFAFF
#define COLOR_PINK 0xFFB6C1FF
#define COLOR_INDIGO 0x4B00B0FF
#define COLOR_GOLD 0xFFD700FF
#define COLOR_FIREBRICK 0xB22222FF
#define COLOR_GREEN 0x008000FF
#define COLOR_LIGHTYELLOW 0xFAFA02FF
#define COLOR_GREY 0x778899FF
#define COLOR_LIGHTGREY 0xCCCCCCFF
#define COLOR_LIGHTGREYEX 0xA3A0A0FF
#define COLOR_MAGENTA 0xFF00FFFF
#define COLOR_BRIGHTGREEN 0x7CFC00FF
#define COLOR_DARKBLUE 0x000080AFF
#define COLOR_SYSTEM 0xDB7093FF
#define COLOR_BROWN 0x8B4513FF
#define COLOR_GREENYELLOW 0xADFF2FFF
#define COLOR_THISTLE 0xD8BFD8FF
#define COLOR_TURQUISE 0x48D1CCFF
#define COLOR_MAROON 0x800000FF
#define COLOR_STEELBLUE 0xB0C4DEFF
#define COLOR_GROUP_CHAT 0xFFFF80C8
#define COLOR_ME 0xC2A2DAAA
#define COLOR_ME2 0xC3A3DBAA
#define COLOR_GRAD1 0xB4B5B7FF
#define COLOR_GRAD2 0xBFC0C2FF
#define COLOR_GRAD3 0xCBCCCEFF
#define COLOR_LIME 0x81F600AA // Custom
#define COLOR_ERROR 0xFFB0B0DD
#define COLOR_USAGE 0xD9D9D9FF
#define COLOR_INFO 0xFFB0B0DD
#define COLOR_EMS 0xFF8282AA

//30 player colors
#define COLOR_PLAYER_LIGHTBLUE 0x9292FFDD
#define COLOR_PLAYER_VLIGHTBLUE 0x66FFFFFF
#define COLOR_PLAYER_BLUE 0xA098F0AA
#define COLOR_PLAYER_FBI 0xFFFFFF77
#define COLOR_PLAYER_FBIHIGH 0xFFFFFF77
#define COLOR_PLAYER_DARKBLUE 0x000096FF
#define COLOR_PLAYER_SPECIALBLUE 0x4169FFFF
#define COLOR_PLAYER_LIGHTRED 0xFFB0B0DD
#define COLOR_PLAYER_RED 0xFF0000DD
#define COLOR_PLAYER_DARKRED 0xA10000FF
#define COLOR_PLAYER_SPECIALRED 0xB22222DD
#define COLOR_PLAYER_LIGHTGREEN 0x92FF92DD
#define COLOR_PLAYER_GREEN 0x00FF00DD
#define COLOR_PLAYER_DARKGREEN 0x009600DD
#define COLOR_PLAYER_SPECIALGREEN 0x00FF00FF
#define COLOR_PLAYER_LIGHTYELLOW 0xFFFF5EDD
#define COLOR_PLAYER_YELLOW 0xFFFF00DD
#define COLOR_PLAYER_DARKYELLOW 0xD3D300FF
#define COLOR_PLAYER_SPECIALYELLOW 0xCFAE00DD
#define COLOR_PLAYER_LIGHTPURPLE 0xFF92FFDD
#define COLOR_PLAYER_PURPLE 0xFF00FFDD
#define COLOR_PLAYER_DARKPURPLE 0x800080FF
#define COLOR_PLAYER_SPECIALPURPLE 0xDA70D6DD
#define COLOR_PLAYER_LIGHTBROWN 0xBA9072DD
#define COLOR_PLAYER_BROWN 0x663300FF
#define COLOR_PLAYER_DARKBROWN 0x6D360EDD
#define COLOR_PLAYER_LIGHTGREY 0xC7C7C7DD
#define COLOR_PLAYER_GREY 0x8B8B8BDD
#define COLOR_PLAYER_DARKGREY 0x656565FF
#define COLOR_PLAYER_WHITE 0xFFFFFF77
#define COLOR_PLAYER_WHITE_INV 0xFFFFFFFF
#define COLOR_PLAYER_BLACK 0x212121FF
#define COLOR_PLAYER_AQUAMARINE 0x7FFFD4DD
#define COLOR_PLAYER_CYAN 0x00FFFFDD
#define COLOR_PLAYER_VIOLET 0xCC0066AA
#define COLOR_PLAYER_SASF 0x556B2FFF
#define COLOR_PLAYER_POLITIC 0xCC9999FF
#define COLOR_PLAYER_MEXICAN1 0xFF8000FF
#define COLOR_PLAYER_BLACK1 0x741827FF
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)