Game Modding | Call of Duty: Black Ops 3 | Scripting
ModmeBot:
Thread By: RickyD
Im having trouble playing fx in script files.
Using:
doesnt work
I try precaching like so:
which does nothing...
am i missing something?
ModmeBot:
Reply By: natesmithzombies
This is how I do it:
At the top of the script outside of the main function:
Then I do:
You also need to include the fx in your zone file:
ModmeBot:
Reply By: RickyD
natesmithzombiesThis is how I do it:
At the top of the script outside of the main function:
Then I do:
You also need to include the fx in your zone file:
ModmeBot:
Reply By: natesmithzombies
RickyD
It didn't work ;/
Can you edit main gsc files? because im trying to put it in blockers.gsc
EDIT: NVM i figured out the problem! - thanks
ModmeBot:
Reply By: RickyD
natesmithzombiesRickyD
It didn't work ;/
Can you edit main gsc files? because im trying to put it in blockers.gsc
EDIT: NVM i figured out the problem! - thanks
Nice! Could you let us know what it was? Might help a future user