04.08.2010, 22:47
Hello.
I have a problem with 3DTextLabel, i was attached label to player, and if the player playing few minutes, the 3DText disappears... What's the problem? I have this code:
And:
Can somebody help me?
I have a problem with 3DTextLabel, i was attached label to player, and if the player playing few minutes, the 3DText disappears... What's the problem? I have this code:
Код:
enum pInfo { ... Text3D: pNameTag } new PlayerInfo[MAX_PLAYERS][pInfo];
Код:
PlayerInfo[playerid][pNameTag] = Create3DTextLabel(....
Код:
Attach3DTextLabelToPlayer(playerid, PlayerInfo[playerid][pNameTag]...