Modme Forums

spawn weapon off struct

Game Modding | Call of Duty: Black Ops 3 | Scripting


ModmeBot:

Thread By: KillJoyYT


can I edit this code to spawn an ar_standard instead of free perk?

I've tried a couple things but the weapon power up spawns in blank



loc = struct::get("perk_drop", "targetname");

thread zm_powerups::specific_powerup_drop("free_perk", loc.origin);



thank you in advance


ModmeBot:

Reply By: mathfag
Well you can't. That code was made for powerups but you can try this out.


ModmeBot:

Reply By: KillJoyYT
thanks man :)