22.06.2015, 10:07
Is there any way i can attach a 3dtext label on an actor or anything similar to that?
Text3D:Attach3DTextLabelToActor(actorid, text[], color, Float:fOffsetX, Float:fOffsetY, Float:fOffsetZ, Float:distance = 10.0, worldid = 0, testlos = 0);
new Float:pos[3];
GetActorPos(actorid, pos[0], pos[1], pos[2]);
Create3DTextLabel("Text", -1, pos[0], pos[1], pos[2], 50.0, 0, 0);