Game Modding | Call of Duty: Black Ops 3 | Scripting
ModmeBot:
Thread By: TCM
From when I used to work with BO2 stuff this is how you would do it and its just not playing I am not entirely sure why
#precache ("fx", "custom/tmc_blowup");
#precache ("fx", "custom/tmc_explosion");
level._effect["tmc_explosion"] = "custom/tmc_blowup";
level._effect["tmc_blowup"] = "custom/tmc_explosion";
PlayFx(level._effect["tmc_explosion"],player.origin);
PlayFx(level._effect["tmc_blowup"],player.origin);
Nevermind my dumbass forgot to precache it in the zone
ModmeBot:
Reply By: Harry Bo21
'load' it in zone
you 'precache' it in script