Posts: 1,741
Threads: 93
Joined: Mar 2012
Reputation:
26
10-11-2012, 02:19
(This post was last modified: 10-11-2012, 02:19 by DidUknowiPwn.)
Been getting this annoying bug G_FindConfigStringIndex HP: XXX/XXX and I did some researching on how to fix it but none actually tell you how to fix it. All I know is that I have to free the original strings. Which I have no idea how to fix... I use HudElem and SetText as well...
Do not take life too seriously. You will never get out of it alive.
Posts: 1,519
Threads: 107
Joined: Dec 2011
Reputation:
48
Is this mw3 related? I think yes, and well then its in the wrong section.
Posts: 619
Threads: 30
Joined: Oct 2010
Reputation:
85
10-11-2012, 03:08
(This post was last modified: 10-11-2012, 03:09 by Nukem.)
You don't
You have to use SetValue instead
Or use precached strings, but you can't do that in mw3
Posts: 5,135
Threads: 241
Joined: Nov 2010
Reputation:
100
10-11-2012, 07:16
(This post was last modified: 10-11-2012, 11:31 by Pozzuh.)
Fucking 4d1 pleb
void HudElem.SetLabel("Herpderp ");
void HudElem.SetValue(1337);
Or SetLabel shout be SetText, I don't know anymore.
Posts: 1,323
Threads: 24
Joined: Nov 2010
Reputation:
91
10-11-2012, 10:46
(This post was last modified: 10-11-2012, 10:46 by zxz0O0.)
I already told you to use SetValue 3 days ago.