hallo,
die leute werden auf minimap net angezeit!
Habe alles eingefügt hier:
#define NAMECOLOR_LSCOP 0x1E90FF00
#define NAMECOLOR_SFCOP 0x00008000
#define NAMECOLOR_ARMY 0x00CA0000
#define NAMECOLOR_TAXI 0xFFFF00AA
Ongamemodeinit:
Showplayermakers(1);
Und hier:
if(PlayerInfo[playerid][pMember] == 1 PlayerInfo[playerid][pLeader] == 1)
{
//SetPlayerColor(playerid,TEAM_HIT_COLOR); // white
SetPlayerColor(playerid,NAMECOLOR_LSCOP); // Copfarbe
}