(adsbygoogle = window.adsbygoogle || []).push({});
So I'm working on a zombieland edit and I finally got killstreaks to work properly, but now I'm having another issue
The options aren't showing up on the screen
I can go to killstreaks menu and select them, but I can't actually see what they say.
Here's how I'm doing it
Menu build
self add_option("Main Menu Human", "Killstreaks", ::submenu, "Killstreaks", "Killstreaks");
Menu options
self add_menu("Killstreaks", "Main Menu Human", "Killstreaks" , "human");
self add_option("Killstreaks", "^7Hunter Killer / ^5$" + level.itemPrice["Human"]["Killstreaks"]["HUNTK1"], ::HUNTKILLER);
Price layout
level.itemPrice["Human"]["General"]["HUNTK1"] = 10;
I was thinking it was because the option is in Killstreaks but the function is for General, but that doesn't make sense, because looking at it, the option for max ammo is in General but the function is for weapons, so I'm not entirely sure