Eco_throwup
Member
hello CC i'm new to coding i guess i need help i'm trying to add a vehicle spawner and it doesn't seem to work.
what i'm basically trying to do is add am subsubmenu in a submenu, if that makes any scene.
can someone help?
i'm learning on my own and i really would appreciate any help.
MainMenu,
SubMenu1,
SubMenu2,
Super,
addMenu("Main Menu", MainMenu);
addOption("Self Options", &openSub, SubMenu1);
addOption("Vehicle Spawner", &openSub, SubMenu2);
addOption("Vehicle Options", &openSub, SubMenu3);
addOption("Settings", &openSub, SubMenu4);
addOption("Players Menu", &openSub, PlayersMenu);
addMenu("Vehicle Spawner", SubMenu2, MainMenu);
addMenu("Super Cars", Super, SubMenu2);
addOption("car1");
pic of my result.
what i'm basically trying to do is add am subsubmenu in a submenu, if that makes any scene.
can someone help?
i'm learning on my own and i really would appreciate any help.
MainMenu,
SubMenu1,
SubMenu2,
Super,
addMenu("Main Menu", MainMenu);
addOption("Self Options", &openSub, SubMenu1);
addOption("Vehicle Spawner", &openSub, SubMenu2);
addOption("Vehicle Options", &openSub, SubMenu3);
addOption("Settings", &openSub, SubMenu4);
addOption("Players Menu", &openSub, PlayersMenu);
addMenu("Vehicle Spawner", SubMenu2, MainMenu);
addMenu("Super Cars", Super, SubMenu2);
addOption("car1");
pic of my result.
