3d text on actors
#3

Just create a 3DTextLabel on their position.

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

pawn Код:
new Float:pos[3];
GetActorPos(actorid, pos[0], pos[1], pos[2]);
Create3DTextLabel("Text", -1, pos[0], pos[1], pos[2], 50.0, 0, 0);
Creates the label on its position.
Reply


Messages In This Thread
3d text on actors - by Marcuse - 22.06.2015, 10:07
Re: 3d text on actors - by Konstantinos - 22.06.2015, 10:10
Re: 3d text on actors - by Gammix - 22.06.2015, 10:11
Re: 3d text on actors - by Marcuse - 22.06.2015, 10:18
Re: 3d text on actors - by Gammix - 22.06.2015, 10:25

Forum Jump:


Users browsing this thread: 1 Guest(s)