DropppITModz
Member
- Messages
- 17
- Reaction score
- 1
- Points
- 8
ok so i am wanting to see if it is possible to use my GSC menu to load other gsc mod menus, if so it is possible, i would very much greatly want to know how i can do this and what to do.
well im wanting to add a menu loader into my current menu im working on but i dont know how i would do this for gsc and ingame, kinda like Cod4 mod loading i guess, (even though i dont really know how that works soo..)
yes exactly like that.Are you after something like this??
if (GetDvar("gametypez") == "enter patch name here") level thread init_name_of_patch();
StartGameMode("enter patch name here");
menu example
self add_option("SubMenu1", "enter patch name here", ::StartGameMode, "enter patch name here");
You need to learn the language before jumping into this stuff.yea nope i have no clue what im doing what so ever. i will never be able to get this to work alone
It's not impossible. Sit down before rushing into things and take the time to learn the language.i dont know how you did it. i literally cannot get it to work. its impossible.