CreateDynamic3DTextLabel help!
#6

just use CreatePlayer3DTextLabel if you don't want it to be shown to all players.


Код:
for(new i; i<MAX_PLAYERS; i++)
{
     if(IsPlayerConnected(i))
     {
        if(PlayerTeam[i] == PlayerTeam[playerid] && playerid != i)
        {
            CreatePlayer3DTextLabel(i, "Hai, I'm a super captain", 0xFF3399AA, 0.0, 0..0, 0.8, 220.0, playerid, INVALID_VEHICLE_ID, 1)
        }
    }
}
Reply


Messages In This Thread
CreateDynamic3DTextLabel help! - by ShawnMiller1337 - 03.02.2012, 02:43
Re: CreateDynamic3DTextLabel help! - by ShawnMiller1337 - 03.02.2012, 05:41
Re: CreateDynamic3DTextLabel help! - by T0pAz - 03.02.2012, 05:53
Re: CreateDynamic3DTextLabel help! - by ShawnMiller1337 - 03.02.2012, 06:01
Re: CreateDynamic3DTextLabel help! - by ShawnMiller1337 - 03.02.2012, 07:57
Re: CreateDynamic3DTextLabel help! - by ғαιιοцт - 03.02.2012, 07:58
Re: CreateDynamic3DTextLabel help! - by ShawnMiller1337 - 03.02.2012, 09:16
Re: CreateDynamic3DTextLabel help! - by ShawnMiller1337 - 03.02.2012, 09:33
Re: CreateDynamic3DTextLabel help! - by ShawnMiller1337 - 03.02.2012, 17:53

Forum Jump:


Users browsing this thread: 1 Guest(s)