Attach3DTextLabelToObject
#4

This is just an example

Код:
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;
}
Try this and try to understand the code
Reply


Messages In This Thread
Attach3DTextLabelToObject - by Last_Shadow - 25.06.2015, 17:45
Re: Attach3DTextLabelToObject - by Toxik - 25.06.2015, 18:31
AW: Attach3DTextLabelToObject - by Last_Shadow - 25.06.2015, 22:38
Re: Attach3DTextLabelToObject - by kyriakos587 - 25.06.2015, 22:42
Re: Attach3DTextLabelToObject - by baba1234 - 25.06.2015, 23:35
AW: Attach3DTextLabelToObject - by Last_Shadow - 26.06.2015, 10:46

Forum Jump:


Users browsing this thread: 1 Guest(s)