Originally posted by TheNiceUb3r
If I do that even on the base with nothing in it, Knifing and aiming spams the message that the menu is open but never opens it
If I do only the up and down to navigate the menu, It does not move anywhere at all, if I close and open the menu repetitively then it goes up but down works not at all.
Do you have a wait like this?
if(self meleeButtonPressed() && self adsbuttonpressed() && !self.menu.open)
{
if(!level.spawningBots == true)
{
openMenu();
self freezecontrols(false);
wait 0.2;
}
}