CreateVehicle? Attach3DTextLabel
#5

Quote:
Originally Posted by willbedie
Посмотреть сообщение
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
I did all you said & all explained on SA-MP Wiki.
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);

Reply


Messages In This Thread
CreateVehicle? Attach3DTextLabel - by SaMuRy - 28.09.2018, 20:06
Re: CreateVehicle? Attach3DTextLabel - by solstice_ - 28.09.2018, 20:07
Re: CreateVehicle? Attach3DTextLabel - by SaMuRy - 28.09.2018, 20:09
Re: CreateVehicle? Attach3DTextLabel - by solstice_ - 28.09.2018, 20:28
Re: CreateVehicle? Attach3DTextLabel - by SaMuRy - 28.09.2018, 21:21
Re: CreateVehicle? Attach3DTextLabel - by solstice_ - 28.09.2018, 21:24
Re: CreateVehicle? Attach3DTextLabel - by SaMuRy - 28.09.2018, 21:26
Re: CreateVehicle? Attach3DTextLabel - by solstice_ - 28.09.2018, 21:27
Re: CreateVehicle? Attach3DTextLabel - by Undef1ned - 28.09.2018, 21:29
Re: CreateVehicle? Attach3DTextLabel - by SaMuRy - 28.09.2018, 21:37

Forum Jump:


Users browsing this thread: 1 Guest(s)