Post: {RESOLVED - CLOSE}Zombies Menu Binds?
05-20-2017, 01:25 AM #1
MozeyModz
I am error
(adsbygoogle = window.adsbygoogle || []).push({}); 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
}

}
(adsbygoogle = window.adsbygoogle || []).push({});
05-20-2017, 03:43 AM #2
anthonything
Space Ninja
Originally posted by MozeyModz View Post
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
}

}


self getstance() == "crouch"

The following user thanked anthonything for this useful post:

MozeyModz
05-23-2017, 12:07 AM #3
MozeyModz
I am error
doesnt work. here is what i have:

if(self getstance() == "crouch" && self MeleeButtonPressed() && self.MenuOpen==false)
{
self iprintln("^5TESTING MY BINDS");
}

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo