19.12.2015, 17:31
it's pretty obvious, you got 2 choices whether to make it a player3d text or a public one.
as i see you defined label as a public 3d text and created it as public, but you have deleted it as a player 3d text.
all you need to do is just replace DeletePlayer3DTextLabel with Delete3DTextLabel; so it will be:
as i see you defined label as a public 3d text and created it as public, but you have deleted it as a player 3d text.
all you need to do is just replace DeletePlayer3DTextLabel with Delete3DTextLabel; so it will be:
Код:
Delete3DTextLabel(label);