(adsbygoogle = window.adsbygoogle || []).push({});
so as the title of the thread says i need someones help asap im new to cod4 modding and at the moment im using xCorreys menu base ive editted it up nicely but ive got one problem and that it that when i die the menu closes (ive made it do that) but when i reopen it i cant scroll up or down and then when i exit the meny the shader and the text and scrollbar etc it still on my screen :/ ive tried numerous things such as:
by threading MonitorDeath(); to MenuStart().
MonitorDeath()
{
self waittill("death");
for(i=0;i<=self.MenuText.size-1;i++)
self.MenuText[i] destroy();
self.ScrollBar destroy();
self.Shader destroy();
self freezeControls(false);
self.inMenu = false;
self.instruct1 destroy();
self.instruct destroy();
self.instructbar destroy();
}
but it hasnt changed it one bit :/ im hoping some good coders e.g Studman, Daft_Vader, xCorrey and Karoolus etc will see this thread and be able to help me out by saying what i should do or can do it for me

i dont wanna put a link to my menu because of leechers but i will send good coders my patch so they can fix it or see whats wrong.