Attach3DTextLabelToPlayer
#3

You have the player's ID already, why would you get their name from their ID and then do vice versa?

pawn Код:
public OnPlayerConnect(playerid)
{
    new string[32];
    format(string, sizeof(string), "ID: %i", playerid);
    Attach3DTextLabelToPlayer(Create3DTextLabel(string, White, 30.0, 40.0, 50.0, 40.0, 0), playerid, 0.0, 0.0, 0.7);
    return 1;
}
Reply


Messages In This Thread
Attach3DTextLabelToPlayer - by rhds - 29.03.2013, 21:49
Re: Attach3DTextLabelToPlayer - by Pottus - 29.03.2013, 22:47
Re: Attach3DTextLabelToPlayer - by SuperViper - 29.03.2013, 23:08
Re: Attach3DTextLabelToPlayer - by rhds - 30.03.2013, 07:46
Re: Attach3DTextLabelToPlayer - by Pottus - 30.03.2013, 08:26
Re: Attach3DTextLabelToPlayer - by rhds - 30.03.2013, 08:43
Re: Attach3DTextLabelToPlayer - by rhds - 30.03.2013, 09:15
Re: Attach3DTextLabelToPlayer - by Apenmeeuw - 30.03.2013, 09:31
Re: Attach3DTextLabelToPlayer - by rhds - 30.03.2013, 11:05

Forum Jump:


Users browsing this thread: 4 Guest(s)