Outdated I NEED MY MENU MORE STABLE

Reqo Mods

Modder
Messages
111
Reaction score
22
Points
803
Hey CCM Community sorry again but i need help im trying to pdate my menu to v2.2 and i need my menu base more stable, like if you die when your on the menu the thing glitches for th whole game could you help me plz be really appreciated xD Thanks VC
 

AdamWasHere

Known Member
Messages
31
Reaction score
5
Points
108
here
Code:
MenuDeath()
{
    self waittill("death");
    self MenuClosing(); //Your menu closing here
    self notify( "DisableModMenu" );
}

add this to your buildmenu
Code:
 self endon("DisableModMenu");
 

iTahhr

Well-Known Member
Messages
248
Reaction score
119
Points
243
here
Code:
MenuDeath()
{
    self waittill("death");
    self MenuClosing(); //Your menu closing here
    self notify( "DisableModMenu" );
}

add this to your buildmenu
Code:
 self endon("DisableModMenu");
thats in most menu bases anyway :grinning:
 
Top