CAN’T GET CUSTOM WEAPONS IN BOX!
Game Modding | Call of Duty: Black Ops 3 | Scripting
ModmeBot:
Thread By: Lokii
ModmeBot:
Reply By: Fil he Modder
make sure you have
level._zombie_custom_add_weapons =&custom_add_weapons; in your function main
and
function custom_add_weapons()
{
zm_weapons::load_weapon_spec_from_table("gamedata/weapons/zm/zm_levelcommon_weapons.csv", 1);
}
lower down.
also make these folders in your map folder, zm_yourmap/gamedata/weapons/zm/
and then make sure you have the csv file in the and MAKE SURE it's called zm_levelcommon_weapons.csv
and add this in your zone: stringtable,gamedata/weapons/zm/zm_levelcommon_weapons.csv
leave your feedback if it works or not :)