Problem with Streamer - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Problem with Streamer (
/showthread.php?tid=647860)
Problem with Streamer -
-Shifty- - 12.01.2018
I would like to have labels attached to players when having a status on my server. I, however, couldn't get this to work properly since the labels are moving up and down when changing direction. It looks like
this. As you can see the 'GODMODE ON' tag stays at its position. When I change the coordinates of the admin label to a little higher than god mode, it also does not move.
I want to have the label attached to the body.
Code:
PHP код:
admin3D[playerid] = CreateDynamic3DTextLabel("{e600f4}Admin", 0xFFFF8288, 0, 0, -0.41, 50.0, playerid, INVALID_VEHICLE_ID, 1);
How do I get this label stick to that position without moving when changing the distance to the player. I already tried to decrease the draw distance, which isn't really a solution, just a fade of the actual problem.
Thanks in advance!
Re: Problem with Streamer -
iLearner - 12.01.2018
You can't, AFAIK. That's how labels work in samp.