Attach3DTextLabelToObject
#1

Hi
Any one have Idea how I can Attach3DTextLabel To A moving Object?
Reply
#2

well try search around Like they attach to vehicle you can to objects too
******.com
http://forum.sa-mp.com/
Reply
#3

You Think i didnt searched?
Reply
#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
#5

If u are trying to attach label on vehicle there is a command attach3dtextlabeltovehicle search it on ****** it will pop up in samp wiki and just try to figure the code from there if u still doesnt understand post it here on scripting help and we will try to help
Reply
#6

Its easy to create the 3d or attach to player or attach to car
but if you realy read what I sayed
you could see OBJECT attach it to OBJECT
and the object is moving allways so create 3d text on the object pos will not help
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)