status 3D on the top of the head...
#2

Hello!

You need the following functions:
https://sampwiki.blast.hk/wiki/Create3DTextLabel
https://sampwiki.blast.hk/wiki/Attach3DTextLabelToPlayer

Here is also an example, maybe it can help you:
PHP код:
public OnPlayerConnect(playerid)
{
    new 
Text3D:label Create3DTextLabel("Hello, I am new here!"0x008080FF30.040.050.040.00);
    
Attach3DTextLabelToPlayer(labelplayerid0.00.00.7);
    return 
1;

- Mencent
Reply


Messages In This Thread
status 3D on the top of the head... - by extender1987 - 15.06.2015, 18:38
AW: status 3D on the top of the head... - by Mencent - 15.06.2015, 19:06

Forum Jump:


Users browsing this thread: 1 Guest(s)