Game Modding | Call of Duty: Black Ops 3 | Scripting
ModmeBot:
Thread By: Dedrix
I very much need to know how I can create a zone in which I can throw mokneys/arnies however not have powerups spawn.
- a player won't be in this zone at any time, so this will more or less be used outside of the map.
Very much appreciated for anyone that helps!
ModmeBot:
Reply By: Symbo
not sure at all but try this:
in main and this where you want:
ModmeBot:
Reply By: Harry Bo21
Symbo
not sure at all but try this: level.check_valid_poi = &grenade_special_check; in main and this where you want: function grenade_special_check(valid_point) { myvolume = GetEnt("myvolume", "targetname"); if(self istouching(myvolume)) return true; }