21.10.2018, 15:52
Hello there, I've been struggling for a while now to fix this issue, and I don't know if this issue is my fault or the plugin's fault. So I'll put it simple - I use both Create3DTextLabels and CreateDynamic3DTextLabels. Now before you say anything, I want to explain something;
- I have an AFK system, where every second, the text label created over a player's head is updated with the time he's been AFK. It uses regular Create3DTextLabels.
- If I use CreateDynamic3DTextLabels on the AFK labels, then other labels, which are created straight from my gamemode (OnGameModeInit), disappear over time.
I have a feeling that their ID's get mixed up somehow, and the wrong ones get deleted when I destroy the AFK labels.
So basically I use both of them and they minimally disappear, but they still do. I was wondering if anyone has had a similar issue and are willing to give me a fix.
- I have an AFK system, where every second, the text label created over a player's head is updated with the time he's been AFK. It uses regular Create3DTextLabels.
- If I use CreateDynamic3DTextLabels on the AFK labels, then other labels, which are created straight from my gamemode (OnGameModeInit), disappear over time.
I have a feeling that their ID's get mixed up somehow, and the wrong ones get deleted when I destroy the AFK labels.
So basically I use both of them and they minimally disappear, but they still do. I was wondering if anyone has had a similar issue and are willing to give me a fix.