DZMS Item loot

Theeskimoisup

New Member
So we've tried adding gold to our bandit crates - but when the missions spawn no gold comes with it, it's in the DZMSWeaponCrate file, but it won't spawn.

Any help?
 
you can moerge the money array with the medical or one of the other arrays
or
make a mission where it only gives money for the players:
open a mission (e.g. SM1.sqf) and search for
Code:
ExecVM DZMSBoxSetup;

and make this out of the line:
Code:
[_crate,"money"] ExecVM DZMSBoxSetup;
 
I've just checked the sqf's and it states there should be money on both bandits and in the crates - but they're not there. I've just turned two missions into money missions by using the code provided and I'll see what happens.
 
Back
Top