11.06.2012, 04:06
Hi,
I use in
- OnGameModeInit ShowPlayerMarkers(1);
- OnPlayerDeath SendDeathMessage(killerid,playerid,reason);
- OnPlayerSpawn SetPlayerColor
So if a player death the team color player is show. Now I create a command for to be invisible for a team ( SetPlayerColor(playerid, 0xFFFFFF00)
but if a player/team kill we see the name in white. I would want that the player/team have the team colour shown when they kills/die while they are invisible.
Thanks.
I use in
- OnGameModeInit ShowPlayerMarkers(1);
- OnPlayerDeath SendDeathMessage(killerid,playerid,reason);
- OnPlayerSpawn SetPlayerColor
So if a player death the team color player is show. Now I create a command for to be invisible for a team ( SetPlayerColor(playerid, 0xFFFFFF00)

Thanks.