25.06.2015, 22:42
This is just an example
Try this and try to understand the code
Код:
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; }