SA-MP Forums Archive
Dynamic 3d label offset - 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: Dynamic 3d label offset (/showthread.php?tid=579849)



Dynamic 3d label offset - zaibaslr2 - 30.06.2015

Hey, is it somehow possible to change the offset of attached dynamic 3d text label?
I'm using incognito streamer.
I've tried:
Код:
GetPlayerPos(playerid,PosX,PosY,PosZ);
LanguageLabel[playerid] = CreateDynamic3DTextLabel((getPlayerLang(playerid) == LT) ? ("LT") : ("EN"), 0xFFFFFFFF, PosX,PosY,PosZ+20, 10, playerid, INVALID_VEHICLE_ID);
But it doesn't work.


Re: Dynamic 3d label offset - zaibaslr2 - 01.07.2015

Bump