SA-MP Forums Archive
3DTextLabels stucked/attached on player - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: 3DTextLabels stucked/attached on player (/showthread.php?tid=592974)



3DTextLabels stucked/attached on player - SAMP bug? - Yousha - 31.10.2015

Wrong report.


Re: 3DTextLabels stucked/attached on player - Scottylad - 01.11.2015

Find the CreateDynamic3DTextLabel in the script and delete them or use DestroyDynamic3DTextLabel etc...


Re: 3DTextLabels stucked/attached on player - jlalt - 01.11.2015

You're creating label with out removing the old, create a label when player join and update it when you wana make it have deffrent text


Re: 3DTextLabels stucked/attached on player - Yousha - 01.11.2015

Thanks for reply,

Quote:

Find the CreateDynamic3DTextLabel in the script and delete them

WTH :O

Quote:

use DestroyDynamic3DTextLabel etc...

They are part of game, players need them... we should destroy them in OnGameModeExit...


Quote:

You're creating label with out removing the old, create a label when player join and update it when you wana make it have deffrent text

What do you mean?
They are in "OnGameModeInit", they must be there. Not in OnPlayerConnect ofc