CreatePlayer3DTextLabel not attaching to player
#1

I'm having a problem with CreatePlayer3DText at the moment...I use it normally (Without attaching to player) like this:

Код:
CreatePlayer3DText(sPlayerRank, dini_Int(PlayersFileName(playerid), "playercolor"), 0.0, 0.0, 0.7, 100.0);
And it shows just fine, everything works the way it should...But when I do this:

Код:
CreatePlayer3DText(sPlayerRank, dini_Int(PlayersFileName(playerid), "playercolor"), 0.0, 0.0, 0.7, 100.0, playerid, INVALID_VEHICLE_ID);
It doesn't work, I want to attach it to the player.
But I don't see the 3DText

Can anyone give me a workng example of this in action?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)