Posts: 118
Threads: 10
Joined: May 2013
31.10.2015, 17:12
(
Последний раз редактировалось Yousha; 21.10.2016 в 18:42.
)
Wrong report.
Posts: 55
Threads: 11
Joined: May 2015
Reputation:
0
Find the CreateDynamic3DTextLabel in the script and delete them or use DestroyDynamic3DTextLabel etc...
Posts: 1,266
Threads: 6
Joined: Oct 2014
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
Posts: 118
Threads: 10
Joined: May 2013
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