Jump to content
  • 0

DZAI not spawning coins


Pillottio

Question

Hello everybody.

Me and a friend trying to put up a server with overpoch together.

We installed DZAI and now we cant loot them for coins, i have seen it on other servers so i know its possible but how do you do to get them spawn coins like the "mission" AI:s?

Best regards

// Pillotio

 

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

DZAI has no such function in default. (it's not maintained for some years)

 

add this in right place (I added it in 53rd line of dayz_server\DZAI\compile\ai_setup_loadout.sqf )

Quote

//Credit to Zupa for original "add money to ai" code.
if (Z_singleCurrency) then {
    _cash = round(random 10) * 20; // adds money to ai wallets in 20x increments. 
    _unit setVariable[Z_MoneyVariable,_cash ,true];
};

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...