I'm working on a custom gamemode which will spawn crates with a random weapon around the map and I also want a "king of the hill" system in the middle of the map which works by adding points to the player standing in the zone.
I've been able to make the crates so far. I have one problem with them though. I want to specify how much ammo each of the weapon will have by disabling "SmartEdit" and adding a line which you can see in red in this picture: https://gyazo.com/6afc850a5880f28204e42539645932d2 however, this didn't seem to work in-game.
And how would I proceed by adding this custom point system. Do anyone know?