Nick names over the heads of the player
#9

Post the code if you'd like proper help.

Something like that?
pawn Код:
new
    Text3D:PlayerLabel[ MAX_PLAYERS ];
   
public OnPlayerSpawn(playerid)
{
    Delete3DTextLabel(PlayerLabel[playerid]);
    PlayerLabel[playerid] = Create3DTextLabel(PlayerName(playerid), 0x008080FF, 0.0, 0.0, 0.0 , 40.0, GetPlayerVirtualWorld(playerid), 0);
    Attach3DTextLabelToPlayer(PlayerLabel[playerid], playerid, 0.0, 0.0, 1.0);
    return 1;
}
Reply


Messages In This Thread
Nick names over the heads of the player - by MrLeNy - 09.03.2010, 06:29
Re: Nick names over the heads of the player - by cessil - 09.03.2010, 06:46
Re: Nick names over the heads of the player - by Torran - 09.03.2010, 10:27
Re: Nick names over the heads of the player - by MrLeNy - 09.03.2010, 13:14
Re: Nick names over the heads of the player - by Zimon95 - 09.03.2010, 13:21
Re: Nick names over the heads of the player - by MrLeNy - 09.03.2010, 13:23
Re: Nick names over the heads of the player - by [MWR]Blood - 09.03.2010, 13:25
Re: Nick names over the heads of the player - by MrLeNy - 09.03.2010, 13:29
Re: Nick names over the heads of the player - by woot - 09.03.2010, 13:35
Re: Nick names over the heads of the player - by Torran - 09.03.2010, 13:46

Forum Jump:


Users browsing this thread: 2 Guest(s)