Originally posted by MozeyModz
Hey im making myself a private BO2 Zombies Mod Menu and i want to add binds so when i am in crouch and knife my UFO turn on. here is the code i currently have but idk what the string is for checking if self = crouched :/
Binds()
{
if(self adsButtonPressed() && self Meleebuttonpressed() && self.MenuOpen==false)
{
//ufo
}
}