SA-MP Forums Archive
Probably bad rendering 3DText NameTag? - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Probably bad rendering 3DText NameTag? (/showthread.php?tid=165445)



Probably bad rendering 3DText NameTag? - Dodus - 04.08.2010

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:

Код:
enum pInfo
{
...
Text3D: pNameTag
}
new PlayerInfo[MAX_PLAYERS][pInfo];
Код:
PlayerInfo[playerid][pNameTag] = Create3DTextLabel(....
And:

Код:
Attach3DTextLabelToPlayer(playerid, PlayerInfo[playerid][pNameTag]...
Can somebody help me?


Re: Probably bad rendering 3DText NameTag? - Kar - 08.08.2010

are you sure you dont have something thats destroying it or a timer that destroys it


Re: Probably bad rendering 3DText NameTag? - Dodus - 08.08.2010

No... I has a gamemode writing by me. Its disappear in random time.