25.06.2015, 17:45
Hi
Any one have Idea how I can Attach3DTextLabel To A moving Object?
Any one have Idea how I can Attach3DTextLabel To A moving Object?
public OnPlayerConnect(playerid) { new Text3D:label = Create3DTextLabel("Hello, I am new here!", 0x008080FF, Float:OffsetX, Float:OffsetY, Float:OffsetZ); Attach3DTextLabelToPlayer(label, playerid, 0.0, 0.0, 0.7); return 1; }