CreateDynamic3dTextLabel - 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: CreateDynamic3dTextLabel (
/showthread.php?tid=624600)
CreateDynamic3dTextLabel -
MerryDeer - 19.12.2016
Hi,
If i create dynamic3dtextlabel, and attach it to player when player disconnect, label is automatical destroyed, or i need to destroy it?
Re: CreateDynamic3dTextLabel -
Duco - 19.12.2016
You'll need to destroy it manually, otherwise it'll stick to that playerid and go with the next player to login with that ID.
Re: CreateDynamic3dTextLabel -
Luicy. - 19.12.2016
Quote:
Originally Posted by Duco
You'll need to destroy it manually, otherwise it'll stick to that playerid and go with the next player to login with that ID.
|
Aswell as the label will be sticked to the location the player logged out at.