SetPlayerColor
#1

Anyone help to make this Color transparent for my SetPlayerColor Invisible map Blip

Place the Code on the Reply Please

Quote:

#define COLOR_TWYELLOW 0xFFFF00AA
#define COLOR_TWPINK 0xE75480AA
#define COLOR_TWRED 0xFF0000AA
#define COLOR_TWBROWN 0x654321AA
#define COLOR_TWGRAY 0x808080AA
#define COLOR_TWOLIVE 0x808000AA
#define COLOR_TWPURPLE 0x800080AA
#define COLOR_TWTAN 0xD2B48CAA
#define COLOR_TWAQUA 0x00FFFFAA
#define COLOR_TWORANGE 0xFF8C00AA
#define COLOR_TWAZURE 0x007FFFAA
#define COLOR_TWGREEN 0x008000AA
#define COLOR_TWBLUE 0x0000FFAA
#define COLOR_TWBLACK 0x000000AA
#define COLOR_LIGHTBLUE 0x33CCFFAA

Reply
#2

Yo, your defferent color code. Back to fitch on..
Reply
#3

Under Public OnGameModeInit()

Put: ShowPlayerMarkers(0);

So it will look like:
PHP код:
public OnGameModeInit()
{
    
// Blah blah, rest of on gamemode.
    
ShowPlayerMarkers(0);
    return 
1;

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)