ItsMods

Full Version: C# Tutorial on how to reset a string
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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...
Is this mw3 related? I think yes, and well then its in the wrong section.
Well yes but I'll get "flamed" possibly.
Dumb Bitch
You don't

You have to use SetValue instead
Or use precached strings, but you can't do that in mw3
(10-11-2012, 03:08)Nukem Wrote: [ -> ]You don't

You have to use SetValue instead
Or use precached strings, but you can't do that in mw3

Oh I can use SetValue.
Code:
Function.AddMapping("setvalue", 32963);
So yeah... more info please Smile
Fucking 4d1 pleb

void HudElem.SetLabel("Herpderp ");
void HudElem.SetValue(1337);

Or SetLabel shout be SetText, I don't know anymore.
I already told you to use SetValue 3 days ago.
(10-11-2012, 10:46)zxz0O0 Wrote: [ -> ]I already told you to use SetValue 3 days ago.
Was trying and failed miserably. Thought I was missing some key items, guess not I just failed at creating it properly.