17.12.2009, 19:47
Hi,
I wan't to attach a 3D text label to a plane, but it has to be different for each player...
I tried something like this;
But it didn't work...
Please help
TnQ
I wan't to attach a 3D text label to a plane, but it has to be different for each player...
I tried something like this;
Код:
OnTop; new Text3D:Text[MAX_PLAYERS]; OnPlayerConnect; Text[playerid] = Create3DTextLabel("Plane 1",0x008080FF,0.0,0.0,0.0,40.0,0); Attach3DTextLabelToVehicle(Text3D:Text, PLANE_1, 0.0, 0.0, 0.0)
Please help
TnQ