15.05.2010, 14:07
Quote:
Originally Posted by DJ-CJ89
First Step: Put this on Script Header; #define invisible 0xFFFFFF00
Thats easy I use the same function in my gamemode its selfmade example code! you have to edit your team variables. //under OnPlayerUpdate Код:
for(new i=0; i<MAXPLAYERS; i++) { if(gTeam[playerid] == your_Team_no1_here) { SetPlayerMarkerForPlayer(playerid, i, GetPlayerColor(playerid) & invisible); } else if(gTeam[playerid] == your_Team_no2_here) { SetPlayerMarkerForPlayer(playerid, i, GetPlayerColor(playerid) & invisible); } } SetPlayerMarkerForPlayer(playerid,i, ThePlayerColorForChatBox & ThePlayersMapColor); To add a command to switch this function on/off u can simply use a variable. |
(i tested it with some friends) and if they are on the ennemy team, (witch is color reD) for them im also red on their score list, and when im green team they are green for me)