
Posts
326
Respect
114Add +1
Forum Rank
Perk Hacker
Primary Group
Mapper
Login Issues
Forgot password?Activate Issues
Account activation email not received? Wrong account activation email used?Other Problems?
Contact Support - Help Center Get help on the UGX Discord. Join it now!
Hello guys,
I have a strange error when I'm playing my map.
I played my map today for testing.
but after a while the game crashed and I get these error:
(Image removed from quote.)
I hope that someone could help me with this, I don't no what this means and how can get this error ?
best regards,
Gamer9294
I had this error a long time ago. I believe it was something to do with precaches but don't remember exactly if that was it. I also had it about 2 months ago and think it was the same reason. Try and see if that might be it by reducing the amount of precaches,if not I won't be able to help till later unless someone else knows.
thank you for quick reply back,
Could it also be precaches on huds ?
that the amounts of numbers changing in a time like 30 seconds, around more then 300 changes ?
or not ? I don't know.
best regards,
Gamer9294
It could be any kind of precache a believe. So precacheShader, precacheItem, precacheModel, etc. dont know if there are anymore precaches but those are all examples of things that might cause the error. My recommendation is look over what is happening at that instance in time and it might help figure it out, if you find something that might have an effect maybe post the code or a vid of it if you can get ingame or if you are fine with posting the code and I can take a look. If you can't get ingame then just reduce the amount of precache's you are using. Also the number thing might have an effect don't know but based off what the error says, that could be a factor.

![]() | |
![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
![]() | Has shown excellence and experience in the area of custom scripting in the UGX-Mods community. |
![]() BO3 Modtools Alpha | This user has access to the Black Ops 3 Modtools Alpha |
This is when you have too many hud elements and you're trying to set text to it too often.
create_simple_hudSetText("");setValue("");![]() | |
![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
![]() | Has shown excellence and experience in the area of custom scripting in the UGX-Mods community. |
![]() BO3 Modtools Alpha | This user has access to the Black Ops 3 Modtools Alpha |
SetText is used for putting static text on HUD, SetValue is for updating a numerical display on HUD. It doesn't use as many elements iirc, so you should be splitting the HUD in two. One for main text the other updated values.
SetText is used for putting static text on HUD, SetValue is for updating a numerical display on HUD. It doesn't use as many elements iirc, so you should be splitting the HUD in two. One for main text the other updated values.
