3DText Atach to player ...
#1

how to atach 3dtext to player ?
example: Admin, Moderator, NPC ...

paste me wiki link or one code ...



Sorry for my bad english
Reply
#2

Why don't you search on the SA:MP Wiki instead of opening a new topic?
Reply
#3

I searched ...
but do not understand how to use code ...
Reply
#4

https://sampwiki.blast.hk/wiki/Attach3DTextLabelToPlayer

[code=Example]
if(strcmp(cmd,"/command",true)==0)
{
new Text3D: MyText;
MyText = Create3DTextLabel("Some text here...",0xFFFFFFFF,0.0,0.0,0.0,20,0,1);
Attach3DTextLabelToPlayer(MyText, playerid, 0.0, 0.0, 0.5);
return 1;
}
[/code]
Reply
#5

nvm gergo posted it 1 second before me
Reply
#6

thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)