28.09.2018, 21:21
Quote:
You'll have to use CreatePlayer3DTextLabel for that, I know you can do it with Create3DTextLabel too, but if you want to attach the label to the player, then it's best you use this.
There's a good tutorial on wiki on how to work / attach 3D text label to a player, here you go: https://sampwiki.blast.hk/wiki/CreatePlayer3DTextLabel |
But still doesn't result yet... can you tell me why is that?
Quote:
PizzaCar = CreateVehicle(448, -2265.7061,534.7355,34.7427,271.6508, 1, 1, -1); new Float:X, Float:Y, Float:Z; GetPlayerPos(playerid, X, Y, Z); new Text3D:Test = Create3DTextLabel("Pizza Driver", 0x00C7FFFF, X, Y, Z, 40.0, 0); Attach3DTextLabelToPlayer(Test, playerid, 0.0, 0.0, 0.7); |