You are viewing our Forum Archives. To view or take place in current topics click here.
Black ops Zombies Gsc Menu Error
Posted:

Black ops Zombies Gsc Menu ErrorPosted:

-nomore-
  • Resident Elite
Status: Offline
Joined: Feb 19, 201113Year Member
Posts: 229
Reputation Power: 9
Status: Offline
Joined: Feb 19, 201113Year Member
Posts: 229
Reputation Power: 9
Menu
self.Title[28] = "Round Editor";
self.MenuNames[28] = [];
self addOption( 28, 0, "Up a Round", ::roundup );
self addOption( 28, 1, "Down a Round", ::rounddown );
self addOption( 28, 2, "Max Round", ::Maxedround );

self.Title[27] = "Zombie Editor";
self.MenuNames[27] = [];
self addOption( 27, 0, "Zombie Freeze", ::Freezezombes );
self addOption( 27, 1, "Zombies Killed", ::Zombiekill );
self addOption( 27, 2, "Zombies Aimbot", ::toggleaimbot );

self.Title[26] = "Main Editor";
self.MenuNames[26] = [];
self addOption( 26, 0, "Timescale Fast", ::TF );
self addOption( 26, 1, "Jump Height", ::J );
self addOption( 26, 2, "Player Speed", :S );
self addOption( 26, 3, "Far Knife", ::FK );
self addOption( 26, 4, "Timescale Normal", ::TN );
self addOption( 26, 5, "Timescale Slow", ::TS );
self addOption( 26, 6, "God Mode", ::God );
self addOption( 26, 7, "Next Page", ::NewMenu, 25, "" );

self.Title[25] = "Main Editor 2";
self.MenuNames[25] = [];
self addOption( 25, 0, "Max Ammo", ::doAmmo );
self addOption( 25, 1, "Clip Size", ::CS );
self addOption( 25, 2, "Ufo Mode", ::toggleUfo );
self addOption( 25, 3, "No Clip", ::Noclip );
self addOption( 25, 4, "GameSpeed Normal", ::GSN );
self addOption( 25, 5, "Back A Page", ::NewMenu, 26, "" );



The Error i Get is Unkown Function and i delete this code and i dont get the error

Please Help
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.