3DText Atach to player ...
#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


Messages In This Thread
3DText Atach to player ... - by DokerJr - 28.10.2009, 20:33
Re: 3DText Atach to player ... - by Gergo1352 - 28.10.2009, 20:37
Re: 3DText Atach to player ... - by DokerJr - 28.10.2009, 20:42
Re: 3DText Atach to player ... - by Gergo1352 - 28.10.2009, 20:58
Re: 3DText Atach to player ... - by radi - 28.10.2009, 20:59
Re: 3DText Atach to player ... - by DokerJr - 29.10.2009, 14:04

Forum Jump:


Users browsing this thread: 6 Guest(s)