AttachPlayer3DTextLabel ??
#8

So I made a quick test in compiler for it, and warning occurs, and the solution for me was:

pawn Код:
new Text3D:Speedo[MAX_PLAYERS];
Tag: Text3D before declaring Speedo. I forget to put it there, then I added it and it compiled fine. Are you sure, that you have Text3D tag before creating player array?

edit://
WAIT!

I noticed now, that you're using:
pawn Код:
CreatePlayer3DTextLabel
To declare Player 3D Text Label you have to use tag:

pawn Код:
PlayerText3D:
So, obviously, you're not allowed to use Attach3DTextLabelToVehicle function, because it's using standard 3DText label tag. However, if you're using player array to create 3DText label, you can use Create3DTextLabel, but other players gonna see that label.
Reply


Messages In This Thread
AttachPlayer3DTextLabel ?? - by JaKe Elite - 10.04.2013, 10:35
Re: AttachPlayer3DTextLabel ?? - by fordawinzz - 10.04.2013, 11:26
Re: AttachPlayer3DTextLabel ?? - by JaKe Elite - 10.04.2013, 11:29
Re: AttachPlayer3DTextLabel ?? - by Riddick94 - 10.04.2013, 11:35
Re: AttachPlayer3DTextLabel ?? - by Pottus - 10.04.2013, 11:36
Re: AttachPlayer3DTextLabel ?? - by JaKe Elite - 10.04.2013, 11:39
Re: AttachPlayer3DTextLabel ?? - by iJumbo - 10.04.2013, 11:41
Re: AttachPlayer3DTextLabel ?? - by Riddick94 - 10.04.2013, 11:45
Re: AttachPlayer3DTextLabel ?? - by JaKe Elite - 10.04.2013, 12:17
Re: AttachPlayer3DTextLabel ?? - by Riddick94 - 10.04.2013, 12:19

Forum Jump:


Users browsing this thread: 1 Guest(s)