Post: Help With my CFG mod menu
05-03-2015, 01:49 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Hey everyone,

I am trying to make a zombie cfg mod menu. I'm not jailbroken and have deleted all patches. Weapon binds do work in previous cfg's i have made. I have put this in every section (GRAD0_MP, GRAD0_SP and GRAD0_CM) and have tested it in multiplayer(I know it is for zombies but surely it would work there as well ?).Heres my terrible code with terrible comments but its not very complex so u should understand what im trying to do. As you will see it has sub-menus and some parts havent been finished, namely The Vision Menu and the Weapon Menu sub Menus.Please tell me what I have done wrong and fix it for me if possible.If any extra info is required please let me know.


    set gpad_buttonsConfig "buttons_default"
set cg_chatheight "15"
set cg_chattime "12000"
set cg_hudchatposition "300 220"
bind DPAD_UP "vstr M1"
//Main Menu
set M1 "say ^6eljosco99's Zombie Mod Menu;say ^1Main Menu ;say ^7 ---------------;say ^2Player Menu;say ^7Game Menu;say ^7Weapons Menu;say ^7Vision Menu;say ^7 ---------------;bind BUTTON_A set vstr PM1.1;bind BUTTON_X vstr ExitMain;bind DPAD_DOWN vstr M2;bind DPAD_UP vstr M4"
set M2 "say ^6eljosco99's Zombie Mod Menu;say ^1Main Menu ;say ^7 ---------------;say ^7Player Menu;say ^2Game Menu;say ^7Weapons Menu;say ^7Vision Menu;say ^7 ---------------;bind BUTTON_A set vstr GM1.1;bind BUTTON_X vstr ExitMain;bind DPAD_DOWN vstr M3;bind DPAD_UP vstr M1"
set M3 "say ^6eljosco99's Zombie Mod Menu;say ^1Main Menu ;say ^7 ---------------;say ^7Player Menu;say ^7Game Menu;say ^2Weapons Menu;say ^7Vision Menu;say ^7 ---------------;bind BUTTON_A set vstr WM1.1;bind BUTTON_X vstr ExitMain;bind DPAD_DOWN vstr M4;bind DPAD_UP vstr M2"
set M4 "say ^6eljosco99's Zombie Mod Menu;say ^1Main Menu ;say ^7 ---------------;say ^7Player Menu;say ^7Game Menu;say ^7Weapons Menu;say ^2Vision Menu;say ^7 ---------------;bind BUTTON_A set vstr VM1.1;bind BUTTON_X vstr ExitMain;bind DPAD_DOWN vstr M1;bind DPAD_UP vstr M3"
set ExitMain "say ^7 ---------------; ^7 ---------------; ^7 ---------------;^3 Menu Closed; ^7 ---------------; ^7 ---------------; ^7 ---------------;bind BUTTON_A +gostand;bind BUTTON_X +usereload;bind DPAD_DOWN +actionslot 2;bind DPAD_UP vstr M1"

//Player Menu
set PM1.1 "say ^6eljosco99's Zombie Mod Menu;say ^1Player Menu 1;say ^7 ---------------;say ^2 Toggle God Mode;say ^7 Toggle Noclip;say ^7Toggle Super Melee;say ^7 Next Page;say ^7---------------;bind BUTTON_A god ;bind BUTTON_X vstr M1;bind DPAD_DOWN vstr PM1.2;bind DPAD_UP vstr PM1.4"
set PM1.2 "say ^6eljosco99's Zombie Mod Menu;say ^1Player Menu 1;say ^7 ---------------;say ^7 Toggle God Mode;say ^2 Toggle Noclip;say ^7Toggle Super Melee;say ^7Next Page;say ^7---------------;"bind BUTTON_A noclip ;bind BUTTON_X vstr M1;bind DPAD_DOWN vstr PM1.3;bind DPAD_UP vstr PM1.1"
set PM1.3 "say ^6eljosco99's Zombie Mod Menu;say ^1Player Menu 1;say ^7 ---------------;say ^7 Toggle God Mode;say ^7 Toggle Noclip;say ^2Toggle Super Melee;say ^7Next Page;say ^7---------------;"bind BUTTON_A toggle player_meleeRange 999 2; ;bind BUTTON_X vstr M1;bind DPAD_DOWN vstr PM1.4;bind DPAD_UP vstr PM1.2"
set PM1.4 "say ^6eljosco99's Zombie Mod Menu;say ^1Player Menu 1;say ^7 ---------------;say ^7 Toggle God Mode;say ^7 Toggle Noclip;say ^7Toggle Super Melee;say ^2 Next Page;say ^7---------------;"bind BUTTON_A vstr PM2.1 ;bind BUTTON_X vstr M1;bind DPAD_DOWN vstr PM1.1;bind DPAD_UP vstr PM1.4"

//Player Menu
set PM2.1 "say ^6eljosco99's Zombie Mod Menu;say ^1Player Menu 2;say ^7 ---------------;say ^2Toggle Speed;say ^7Toggle FOV;say ^7Toggle Unlimited Ammo;say ^7Give Ammo;say ^7---------------;bind BUTTON_A toggle g_speed 150 200 400 700 100 ;bind BUTTON_X vstr PM1.1;bind DPAD_DOWN vstr PM2.2;bind DPAD_UP vstr PM2.4"
set PM2.2 "say ^6eljosco99's Zombie Mod Menu;say ^1Player Menu 2;say ^7 ---------------;say ^7Toggle Speed;say ^2Toggle FOV;say ^7Toggle Unlimited Ammo;say ^7Give Ammo;say ^7---------------;bind BUTTON_A toggle cg_fov 100 110 125 75 70 65;bind BUTTON_X vstr PM1.1;bind DPAD_DOWN vstr PM2.3;bind DPAD_UP vstr PM2.1"
set PM2.3 "say ^6eljosco99's Zombie Mod Menu;say ^1Player Menu 2;say ^7 ---------------;say ^7Toggle Speed;say ^7Toggle FOV;say ^2Toggle Unlimited Ammo;say ^7Give Ammo;say ^7---------------;bind BUTTON_A toggle player_sustainAmmo 1 0;bind BUTTON_X vstr PM1.1;bind DPAD_DOWN vstr PM2.4;bind DPAD_UP vstr PM2.2"
set PM2.4 "say ^6eljosco99's Zombie Mod Menu;say ^1Player Menu 2;say ^7 ---------------;say ^7Toggle Speed;say ^7Toggle FOV;say ^7Toggle Unlimited Ammo;say ^2Give Ammo;say ^7---------------;bind BUTTON_A give ammo ;bind BUTTON_X vstr PM1.1;bind DPAD_DOWN vstr PM2.1;bind DPAD_UP vstr PM2.3"

//Game Menu
set GM1.1 "say ^6eljosco99's Zombie Mod Menu;say ^1Game Menu 1;say ^7 ---------------;say ^2Toggle Zombie AI;say ^7Fast Restart;say ^7Delete All Zombies;say ^7Next Page;say ^7---------------;bind BUTTON_A toggle G_Ai 0 1 ;bind BUTTON_X vstr M1;bind DPAD_DOWN vstr GM1.2;bind DPAD_UP vstr GM1.4"
set GM1.2 "say ^6eljosco99's Zombie Mod Menu;say ^1Game Menu 1;say ^7 ---------------;say ^7Toggle Zombie AI;say ^2Fast Restart;say ^7Delete All Zombies;say ^7Next Page;say ^7---------------;bind BUTTON_A fast_restart ;bind BUTTON_X vstr M1;bind DPAD_DOWN vstr GM1.3;bind DPAD_UP vstr GM1.1"
set GM1.3 "say ^6eljosco99's Zombie Mod Menu;say ^1Game Menu 1;say ^7 ---------------;say ^7Toggle Zombie AI;say ^7Fast Restart;say ^2Delete All Zombies;say ^7Next Page;say ^7---------------;bind BUTTON_A ai axis delete; ;bind BUTTON_X vstr M1;bind DPAD_DOWN vstr GM1.4;bind DPAD_UP vstr GM1.2"
set GM1.4 "say ^6eljosco99's Zombie Mod Menu;say ^1Game Menu 1;say ^7 ---------------;say ^7Toggle Zombie AI;say ^7Fast Restart;say ^7Delete All Zombies;say ^2Next Page;say ^7---------------;bind BUTTON_A vstr GM2.1 ;bind BUTTON_X vstr M1;bind DPAD_DOWN vstr GM1.1;bind DPAD_UP vstr GM1.4"

//Game Menu 2
set GM2.1 "say ^6eljosco99's Zombie Mod Menu;say ^1Game Menu 2;say ^7 ---------------;say ^2Toggle Floating Corpses;say ^7Choose Score Color;say ^7Random Score Colors;say ^7Toggle Framerate;say ^7---------------;bind BUTTON_A toggle phys_gravity 99 -800;bind BUTTON_X vstr GM2.1;bind DPAD_DOWN vstr GM2.2;bind DPAD_UP vstr GM2.4"
set GM2.2 "say ^6eljosco99's Zombie Mod Menu;say ^1Game Menu 2;say ^7 ---------------;say ^7Toggle Floating Corpses;say ^2Choose Score Color;say ^7Random Score Colors;say ^7Toggle Framerate;say ^7---------------;bind BUTTON_A vstr SCM1;bind BUTTON_X vstr GM1.1;bind DPAD_DOWN vstr GM2.3;bind DPAD_UP vstr GM2.1"
set GM2.3 "say ^6eljosco99's Zombie Mod Menu;say ^1Game Menu 2;say ^7 ---------------;say ^7Toggle Floating Corpses;say ^7Choose Score Color;say ^2Random Score Colors;say ^7Toggle Framerate;say ^7---------------;bind BUTTON_A cg_ScoresColor_Zombie 1 1 1 1;bind BUTTON_X vstr GM1.1;bind DPAD_DOWN vstr GM2.4;bind DPAD_UP vstr GM2.2"
set GM2.4 "say ^6eljosco99's Zombie Mod Menu;say ^1Game Menu 2;say ^7 ---------------;say ^7Toggle Floating Corpses;say ^7Choose Score Color;say ^7Random Score Colors;say ^2Toggle Framerate;say ^7---------------;bind BUTTON_A toggle cg_drawfps 1 0;bind BUTTON_X vstr GM1.1;bind DPAD_DOWN vstr GM2.1;bind DPAD_UP vstr GM2.3"

//Weapon Menu
set WM1 "say ^6eljosco99's Zombie Mod Menu;say ^1Weapon Menu;say ^7 ---------------;say ^2Give Weapons;say ^7Give Upgraded Weapons;say;say ^7--------------- ^7---------------;say ^7---------------;bind BUTTTON_A vstr GWM1;bind BUTTON_X vstr M1;bind DPAD_DOWN vstr WM2;bind DPAD_UP vstr WM2"
set WM2 "say ^6eljosco99's Zombie Mod Menu;say ^1Weapon Menu;say ^7 ---------------;say ^2Give Weapons;say ^7Give Upgraded Weapons;say;say ^7--------------- ^7---------------;say ^7---------------;bind BUTTTON_A vstr GUWM1;bind BUTTON_X vstr M1;bind DPAD_DOWN vstr WM1;bind DPAD_UP vstr WM1"

//Vision Menu
set VM1 "say ^6eljosco99's Zombie Mod Menu;say ^1Vision Menu;say ^7 ---------------;say ^2Disco Mode;say ^7Thermal Vision;say ^7Purple Vision;say ^7Third Person;say ^7---------------;bind BUTTON_A say Coming soon ;bind BUTTON_X vstr M1;bind DPAD_DOWN vstr VM2;bind DPAD_UP vstr VM4"
set VM2 "say ^6eljosco99's Zombie Mod Menu;say ^1Vision Menu;say ^7 ---------------;say ^7Disco Mode;say ^2Thermal Vision;say ^7Purple Vision;say ^7Third Person;say ^7---------------;bind BUTTON_A say Coming soon;bind BUTTON_X vstr M1;bind DPAD_DOWN vstr VM3;bind DPAD_UP vstr VM1"
set VM3 "say ^6eljosco99's Zombie Mod Menu;say ^1Vision Menu;say ^7 ---------------;say ^7Disco Mode;say ^7Thermal Vision;say ^2Purple Vision;say ^7Third Person;say ^7---------------;bind BUTTON_A say Coming soon;bind BUTTON_X vstr M1;bind DPAD_DOWN vstr VM4;bind DPAD_UP vstr VM2"
set VM4 "say ^6eljosco99's Zombie Mod Menu;say ^1Vision Menu;say ^7 ---------------;say ^7Disco Mode;say ^7Thermal Vision;say ^7Purple Vision;say ^2Third Person;say ^7---------------;bind BUTTON_A say Coming soon;bind BUTTON_X vstr M1;bind DPAD_DOWN vstr VM1;bind DPAD_UP vstr VM3"


//Score Color menu
set SCM1 "say ^6eljosco99's Zombie Mod Menu;say ^1Score Color Menu;say ^7 ---------------;say ^2Red;say ^7Blue;say ^7Green;say ^7Yellow;say ^7---------------;bind BUTTON_A cg_ScoresColor_Zombie 1 1 1 1;bind BUTTON_X vstr GM2.1;bind DPAD_DOWN vstr SCM2;bind DPAD_UP vstr SCM4"
set SCM2 "say ^6eljosco99's Zombie Mod Menu;say ^1Score Color Menu;say ^7 ---------------;say ^7Red;say ^2Blue;say ^7Green;say ^7Yellow;say ^7---------------;bind BUTTON_A cg_ScoresColor_Zombie 0 0 1 1;bind BUTTON_X vstr GM2.1;bind DPAD_DOWN vstr SCM3;bind DPAD_UP vstr SCM1"
set SCM3 "say ^6eljosco99's Zombie Mod Menu;say ^1Score Color Menu;say ^7 ---------------;say ^7Red;say ^7Blue;say ^2Green;say ^7Yellow;say ^7---------------;bind BUTTON_A cg_ScoresColor_Zombie 0 1 0 1;bind BUTTON_X vstr GM2.1;bind DPAD_DOWN vstr SCM4;bind DPAD_UP vstr SCM2"
set SCM4 "say ^6eljosco99's Zombie Mod Menu;say ^1Score Color Menu;say ^7 ---------------;say ^7Red;say ^7Blue;say ^7Green;say ^2Yellow;say ^7---------------;bind BUTTON_A cg_ScoresColor_Zombie 1 1 0 1;bind BUTTON_X vstr GM2.1;bind DPAD_DOWN vstr SCM1;bind DPAD_UP vstr SCM3"

//Give Upgraded Weapon Menu
set GUWM1 "say coming soon"

//Give Upgrade Weapon Menu
set GWM1 "say coming soon"







Note: Yes i do realise im a n00b at the n00biest way of making a n00b Mod Menu, unfortunately i cant jb just yet
(adsbygoogle = window.adsbygoogle || []).push({});
05-03-2015, 03:41 PM #2
Jordan
Can’t trickshot me!
Originally posted by eljosco99 View Post
Hey everyone,

I am trying to make a zombie cfg mod menu. I'm not jailbroken and have deleted all patches. Weapon binds do work in previous cfg's i have made. I have put this in every section (GRAD0_MP, GRAD0_SP and GRAD0_CM) and have tested it in multiplayer(I know it is for zombies but surely it would work there as well ?).Heres my terrible code with terrible comments but its not very complex so u should understand what im trying to do. As you will see it has sub-menus and some parts havent been finished, namely The Vision Menu and the Weapon Menu sub Menus.Please tell me what I have done wrong and fix it for me if possible.If any extra info is required please let me know.


    set gpad_buttonsConfig "buttons_default"
set cg_chatheight "15"
set cg_chattime "12000"
set cg_hudchatposition "300 220"
bind DPAD_UP "vstr M1"
//Main Menu
set M1 "say ^6eljosco99's Zombie Mod Menu;say ^1Main Menu ;say ^7 ---------------;say ^2Player Menu;say ^7Game Menu;say ^7Weapons Menu;say ^7Vision Menu;say ^7 ---------------;bind BUTTON_A set vstr PM1.1;bind BUTTON_X vstr ExitMain;bind DPAD_DOWN vstr M2;bind DPAD_UP vstr M4"
set M2 "say ^6eljosco99's Zombie Mod Menu;say ^1Main Menu ;say ^7 ---------------;say ^7Player Menu;say ^2Game Menu;say ^7Weapons Menu;say ^7Vision Menu;say ^7 ---------------;bind BUTTON_A set vstr GM1.1;bind BUTTON_X vstr ExitMain;bind DPAD_DOWN vstr M3;bind DPAD_UP vstr M1"
set M3 "say ^6eljosco99's Zombie Mod Menu;say ^1Main Menu ;say ^7 ---------------;say ^7Player Menu;say ^7Game Menu;say ^2Weapons Menu;say ^7Vision Menu;say ^7 ---------------;bind BUTTON_A set vstr WM1.1;bind BUTTON_X vstr ExitMain;bind DPAD_DOWN vstr M4;bind DPAD_UP vstr M2"
set M4 "say ^6eljosco99's Zombie Mod Menu;say ^1Main Menu ;say ^7 ---------------;say ^7Player Menu;say ^7Game Menu;say ^7Weapons Menu;say ^2Vision Menu;say ^7 ---------------;bind BUTTON_A set vstr VM1.1;bind BUTTON_X vstr ExitMain;bind DPAD_DOWN vstr M1;bind DPAD_UP vstr M3"
set ExitMain "say ^7 ---------------; ^7 ---------------; ^7 ---------------;^3 Menu Closed; ^7 ---------------; ^7 ---------------; ^7 ---------------;bind BUTTON_A +gostand;bind BUTTON_X +usereload;bind DPAD_DOWN +actionslot 2;bind DPAD_UP vstr M1"

//Player Menu
set PM1.1 "say ^6eljosco99's Zombie Mod Menu;say ^1Player Menu 1;say ^7 ---------------;say ^2 Toggle God Mode;say ^7 Toggle Noclip;say ^7Toggle Super Melee;say ^7 Next Page;say ^7---------------;bind BUTTON_A god ;bind BUTTON_X vstr M1;bind DPAD_DOWN vstr PM1.2;bind DPAD_UP vstr PM1.4"
set PM1.2 "say ^6eljosco99's Zombie Mod Menu;say ^1Player Menu 1;say ^7 ---------------;say ^7 Toggle God Mode;say ^2 Toggle Noclip;say ^7Toggle Super Melee;say ^7Next Page;say ^7---------------;"bind BUTTON_A noclip ;bind BUTTON_X vstr M1;bind DPAD_DOWN vstr PM1.3;bind DPAD_UP vstr PM1.1"
set PM1.3 "say ^6eljosco99's Zombie Mod Menu;say ^1Player Menu 1;say ^7 ---------------;say ^7 Toggle God Mode;say ^7 Toggle Noclip;say ^2Toggle Super Melee;say ^7Next Page;say ^7---------------;"bind BUTTON_A toggle player_meleeRange 999 2; ;bind BUTTON_X vstr M1;bind DPAD_DOWN vstr PM1.4;bind DPAD_UP vstr PM1.2"
set PM1.4 "say ^6eljosco99's Zombie Mod Menu;say ^1Player Menu 1;say ^7 ---------------;say ^7 Toggle God Mode;say ^7 Toggle Noclip;say ^7Toggle Super Melee;say ^2 Next Page;say ^7---------------;"bind BUTTON_A vstr PM2.1 ;bind BUTTON_X vstr M1;bind DPAD_DOWN vstr PM1.1;bind DPAD_UP vstr PM1.4"

//Player Menu
set PM2.1 "say ^6eljosco99's Zombie Mod Menu;say ^1Player Menu 2;say ^7 ---------------;say ^2Toggle Speed;say ^7Toggle FOV;say ^7Toggle Unlimited Ammo;say ^7Give Ammo;say ^7---------------;bind BUTTON_A toggle g_speed 150 200 400 700 100 ;bind BUTTON_X vstr PM1.1;bind DPAD_DOWN vstr PM2.2;bind DPAD_UP vstr PM2.4"
set PM2.2 "say ^6eljosco99's Zombie Mod Menu;say ^1Player Menu 2;say ^7 ---------------;say ^7Toggle Speed;say ^2Toggle FOV;say ^7Toggle Unlimited Ammo;say ^7Give Ammo;say ^7---------------;bind BUTTON_A toggle cg_fov 100 110 125 75 70 65;bind BUTTON_X vstr PM1.1;bind DPAD_DOWN vstr PM2.3;bind DPAD_UP vstr PM2.1"
set PM2.3 "say ^6eljosco99's Zombie Mod Menu;say ^1Player Menu 2;say ^7 ---------------;say ^7Toggle Speed;say ^7Toggle FOV;say ^2Toggle Unlimited Ammo;say ^7Give Ammo;say ^7---------------;bind BUTTON_A toggle player_sustainAmmo 1 0;bind BUTTON_X vstr PM1.1;bind DPAD_DOWN vstr PM2.4;bind DPAD_UP vstr PM2.2"
set PM2.4 "say ^6eljosco99's Zombie Mod Menu;say ^1Player Menu 2;say ^7 ---------------;say ^7Toggle Speed;say ^7Toggle FOV;say ^7Toggle Unlimited Ammo;say ^2Give Ammo;say ^7---------------;bind BUTTON_A give ammo ;bind BUTTON_X vstr PM1.1;bind DPAD_DOWN vstr PM2.1;bind DPAD_UP vstr PM2.3"

//Game Menu
set GM1.1 "say ^6eljosco99's Zombie Mod Menu;say ^1Game Menu 1;say ^7 ---------------;say ^2Toggle Zombie AI;say ^7Fast Restart;say ^7Delete All Zombies;say ^7Next Page;say ^7---------------;bind BUTTON_A toggle G_Ai 0 1 ;bind BUTTON_X vstr M1;bind DPAD_DOWN vstr GM1.2;bind DPAD_UP vstr GM1.4"
set GM1.2 "say ^6eljosco99's Zombie Mod Menu;say ^1Game Menu 1;say ^7 ---------------;say ^7Toggle Zombie AI;say ^2Fast Restart;say ^7Delete All Zombies;say ^7Next Page;say ^7---------------;bind BUTTON_A fast_restart ;bind BUTTON_X vstr M1;bind DPAD_DOWN vstr GM1.3;bind DPAD_UP vstr GM1.1"
set GM1.3 "say ^6eljosco99's Zombie Mod Menu;say ^1Game Menu 1;say ^7 ---------------;say ^7Toggle Zombie AI;say ^7Fast Restart;say ^2Delete All Zombies;say ^7Next Page;say ^7---------------;bind BUTTON_A ai axis delete; ;bind BUTTON_X vstr M1;bind DPAD_DOWN vstr GM1.4;bind DPAD_UP vstr GM1.2"
set GM1.4 "say ^6eljosco99's Zombie Mod Menu;say ^1Game Menu 1;say ^7 ---------------;say ^7Toggle Zombie AI;say ^7Fast Restart;say ^7Delete All Zombies;say ^2Next Page;say ^7---------------;bind BUTTON_A vstr GM2.1 ;bind BUTTON_X vstr M1;bind DPAD_DOWN vstr GM1.1;bind DPAD_UP vstr GM1.4"

//Game Menu 2
set GM2.1 "say ^6eljosco99's Zombie Mod Menu;say ^1Game Menu 2;say ^7 ---------------;say ^2Toggle Floating Corpses;say ^7Choose Score Color;say ^7Random Score Colors;say ^7Toggle Framerate;say ^7---------------;bind BUTTON_A toggle phys_gravity 99 -800;bind BUTTON_X vstr GM2.1;bind DPAD_DOWN vstr GM2.2;bind DPAD_UP vstr GM2.4"
set GM2.2 "say ^6eljosco99's Zombie Mod Menu;say ^1Game Menu 2;say ^7 ---------------;say ^7Toggle Floating Corpses;say ^2Choose Score Color;say ^7Random Score Colors;say ^7Toggle Framerate;say ^7---------------;bind BUTTON_A vstr SCM1;bind BUTTON_X vstr GM1.1;bind DPAD_DOWN vstr GM2.3;bind DPAD_UP vstr GM2.1"
set GM2.3 "say ^6eljosco99's Zombie Mod Menu;say ^1Game Menu 2;say ^7 ---------------;say ^7Toggle Floating Corpses;say ^7Choose Score Color;say ^2Random Score Colors;say ^7Toggle Framerate;say ^7---------------;bind BUTTON_A cg_ScoresColor_Zombie 1 1 1 1;bind BUTTON_X vstr GM1.1;bind DPAD_DOWN vstr GM2.4;bind DPAD_UP vstr GM2.2"
set GM2.4 "say ^6eljosco99's Zombie Mod Menu;say ^1Game Menu 2;say ^7 ---------------;say ^7Toggle Floating Corpses;say ^7Choose Score Color;say ^7Random Score Colors;say ^2Toggle Framerate;say ^7---------------;bind BUTTON_A toggle cg_drawfps 1 0;bind BUTTON_X vstr GM1.1;bind DPAD_DOWN vstr GM2.1;bind DPAD_UP vstr GM2.3"

//Weapon Menu
set WM1 "say ^6eljosco99's Zombie Mod Menu;say ^1Weapon Menu;say ^7 ---------------;say ^2Give Weapons;say ^7Give Upgraded Weapons;say;say ^7--------------- ^7---------------;say ^7---------------;bind BUTTTON_A vstr GWM1;bind BUTTON_X vstr M1;bind DPAD_DOWN vstr WM2;bind DPAD_UP vstr WM2"
set WM2 "say ^6eljosco99's Zombie Mod Menu;say ^1Weapon Menu;say ^7 ---------------;say ^2Give Weapons;say ^7Give Upgraded Weapons;say;say ^7--------------- ^7---------------;say ^7---------------;bind BUTTTON_A vstr GUWM1;bind BUTTON_X vstr M1;bind DPAD_DOWN vstr WM1;bind DPAD_UP vstr WM1"

//Vision Menu
set VM1 "say ^6eljosco99's Zombie Mod Menu;say ^1Vision Menu;say ^7 ---------------;say ^2Disco Mode;say ^7Thermal Vision;say ^7Purple Vision;say ^7Third Person;say ^7---------------;bind BUTTON_A say Coming soon ;bind BUTTON_X vstr M1;bind DPAD_DOWN vstr VM2;bind DPAD_UP vstr VM4"
set VM2 "say ^6eljosco99's Zombie Mod Menu;say ^1Vision Menu;say ^7 ---------------;say ^7Disco Mode;say ^2Thermal Vision;say ^7Purple Vision;say ^7Third Person;say ^7---------------;bind BUTTON_A say Coming soon;bind BUTTON_X vstr M1;bind DPAD_DOWN vstr VM3;bind DPAD_UP vstr VM1"
set VM3 "say ^6eljosco99's Zombie Mod Menu;say ^1Vision Menu;say ^7 ---------------;say ^7Disco Mode;say ^7Thermal Vision;say ^2Purple Vision;say ^7Third Person;say ^7---------------;bind BUTTON_A say Coming soon;bind BUTTON_X vstr M1;bind DPAD_DOWN vstr VM4;bind DPAD_UP vstr VM2"
set VM4 "say ^6eljosco99's Zombie Mod Menu;say ^1Vision Menu;say ^7 ---------------;say ^7Disco Mode;say ^7Thermal Vision;say ^7Purple Vision;say ^2Third Person;say ^7---------------;bind BUTTON_A say Coming soon;bind BUTTON_X vstr M1;bind DPAD_DOWN vstr VM1;bind DPAD_UP vstr VM3"


//Score Color menu
set SCM1 "say ^6eljosco99's Zombie Mod Menu;say ^1Score Color Menu;say ^7 ---------------;say ^2Red;say ^7Blue;say ^7Green;say ^7Yellow;say ^7---------------;bind BUTTON_A cg_ScoresColor_Zombie 1 1 1 1;bind BUTTON_X vstr GM2.1;bind DPAD_DOWN vstr SCM2;bind DPAD_UP vstr SCM4"
set SCM2 "say ^6eljosco99's Zombie Mod Menu;say ^1Score Color Menu;say ^7 ---------------;say ^7Red;say ^2Blue;say ^7Green;say ^7Yellow;say ^7---------------;bind BUTTON_A cg_ScoresColor_Zombie 0 0 1 1;bind BUTTON_X vstr GM2.1;bind DPAD_DOWN vstr SCM3;bind DPAD_UP vstr SCM1"
set SCM3 "say ^6eljosco99's Zombie Mod Menu;say ^1Score Color Menu;say ^7 ---------------;say ^7Red;say ^7Blue;say ^2Green;say ^7Yellow;say ^7---------------;bind BUTTON_A cg_ScoresColor_Zombie 0 1 0 1;bind BUTTON_X vstr GM2.1;bind DPAD_DOWN vstr SCM4;bind DPAD_UP vstr SCM2"
set SCM4 "say ^6eljosco99's Zombie Mod Menu;say ^1Score Color Menu;say ^7 ---------------;say ^7Red;say ^7Blue;say ^7Green;say ^2Yellow;say ^7---------------;bind BUTTON_A cg_ScoresColor_Zombie 1 1 0 1;bind BUTTON_X vstr GM2.1;bind DPAD_DOWN vstr SCM1;bind DPAD_UP vstr SCM3"

//Give Upgraded Weapon Menu
set GUWM1 "say coming soon"

//Give Upgrade Weapon Menu
set GWM1 "say coming soon"







Note: Yes i do realise im a n00b at the n00biest way of making a n00b Mod Menu, unfortunately i cant jb just yet


The say dvar does not work in zombies that's why it will not appear on your screen
05-03-2015, 04:04 PM #3
okay but if it try in mp it does work 100% ...

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo