3D text command ?
#4

Try this one:

Код:
new Text3D:3dlabel[MAX_PLAYERS];
3dlabel[playerid] = Create3DTextLabel("TEXT",COLOR,30.0,40.0,50.0,40.0,0);
Attach3DTextLabelToPlayer(3dlabel[playerid], playerid, 0.0, 0.0, 0.7);
And to delete it:

Код:
Delete3DTextLabel(3dlabel[playerid]);
Reply


Messages In This Thread
3D text command ? - by XDTheProGamerz - 10.01.2012, 09:24
Re: 3D text command ? - by Min - 10.01.2012, 09:30
Re: 3D text command ? - by Konstantinos - 10.01.2012, 09:33
Re: 3D text command ? - by Min - 10.01.2012, 09:43

Forum Jump:


Users browsing this thread: 1 Guest(s)