11.03.2010, 13:42
I'm having a problem with CreatePlayer3DText at the moment...I use it normally (Without attaching to player) like this:
And it shows just fine, everything works the way it should...But when I do this:
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?
Код:
CreatePlayer3DText(sPlayerRank, dini_Int(PlayersFileName(playerid), "playercolor"), 0.0, 0.0, 0.7, 100.0);
Код:
CreatePlayer3DText(sPlayerRank, dini_Int(PlayersFileName(playerid), "playercolor"), 0.0, 0.0, 0.7, 100.0, playerid, INVALID_VEHICLE_ID);
But I don't see the 3DText

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