Originally posted by Chrome
I've been adding on to my patch for while. Only problem is it's extremely buggy. I managed to get rid of the "Out of Memory" error whenever I pressed start, but the memory still crashes from time to time. Mostly when I leave a game or the game ends. Anyone who wants to take a look at it can.
You must login or register to view this content.
Thanks to mvieyra, pcfreak30, DeadlyModz, and and anyone else I forgot to mention.
Yes, It is because there is too many commands running at the same time if you want to fix this you could try spliting up your menu into diffrent cfgs and exec them by bind or by an option in you menu. doing it this way means that only the codes in the cfg file you are in are running so no errors
Here is an example of what i mean
so you have your buttons_default.cfg and in that you would have your menu then a 2nd part of your menu could be in my2ndpartofmymenu.cfg
You would then exec the my2ndpartofmymenu.cfg in a bind or by vstr you could then have another one in your my2ndpartofmymenu.cfg
to go to my3rdpartofmymenu.cfg
and so on
Peace