25.01.2019, 16:01
The reason for this is usually very simple.
You somewhere delete 3DLabels with a variable that has no value, means has the value 0.
This will delete the 3D-Label with the ID 0, the first 3D Label.
You have to review your code, to check where you are deleting Labels and initialize all your Label-Variables (same goes for Pickups btw.) that delete Labels with -1 at top of OnGameModeInit.
You somewhere delete 3DLabels with a variable that has no value, means has the value 0.
This will delete the 3D-Label with the ID 0, the first 3D Label.
You have to review your code, to check where you are deleting Labels and initialize all your Label-Variables (same goes for Pickups btw.) that delete Labels with -1 at top of OnGameModeInit.