Update fdf_isle1_a.sqf

This commit is contained in:
worldwidesorrow
2020-07-29 15:57:10 -05:00
committed by GitHub
parent 272aebbc55
commit 6f601bc9e6

View File

@@ -41,4 +41,14 @@
["Profiteer2",[14834.7,7661,0],185.512],
//Wholesaler
["Profiteer3",[10033.4,5945.52,0],181.422]
] call server_spawnTraders;
] call server_spawnTraders;
// Bankers
if (Z_singleCurrency && Z_globalBanking && Z_globalBankingTraders) then {
[
//Jesco
["Functionary1_EP1_DZ",[9662.23,10879.8,0],0],
//Berezniki
["Functionary1_EP1_DZ",[7979.71,10577.8,0.1],292]
] call server_spawnTraders;
};