Team Blips
#5

Do it like this when a player chooses his team:

Код:
foreach(Player, i)
{
    if(team[i] == team[playerid]) // Checks if they're on the same team
        // "playerid" being the player that joined the team, and "i" being his teammates that should see him on the radar
    {
        SetPlayerMarkerForPlayer(i, playerid, 0xFFFFFFFF); // Marks him on the radar
            // 0xFFFFFFFF is a white colour, replace it with the color of the team he chose
    }
}
Replace team[x] with your team variable.
Reply


Messages In This Thread
Team Blips - by UNLIMIT3D - 26.09.2015, 15:17
Re: Team Blips - by CalvinC - 26.09.2015, 18:06
Re: Team Blips - by UNLIMIT3D - 28.09.2015, 06:39
Re: Team Blips - by rappy93 - 28.09.2015, 11:06
Re: Team Blips - by CalvinC - 28.09.2015, 13:18
Re: Team Blips - by NeamPojma - 28.09.2015, 18:22
Re: Team Blips - by UNLIMIT3D - 28.09.2015, 19:01
Re: Team Blips - by UNLIMIT3D - 29.09.2015, 18:13
Re: Team Blips - by UNLIMIT3D - 30.09.2015, 15:09
Re: Team Blips - by CalvinC - 30.09.2015, 15:40

Forum Jump:


Users browsing this thread: 1 Guest(s)