Update panthera2.sqf

This commit is contained in:
worldwidesorrow
2020-07-29 15:59:16 -05:00
committed by GitHub
parent a1045cbd02
commit c49d32cc6c

View File

@@ -57,4 +57,13 @@
["Profiteer2",[5229.55,8228.82,0],267],
//Wholesaler
["Profiteer3",[7222,732.791,0],308.085]
] call server_spawnTraders;
] call server_spawnTraders;
// Bankers
if (Z_singleCurrency && Z_globalBanking && Z_globalBankingTraders) then {
[
["Functionary1_EP1_DZ",[4770.4067,7482.2651,-1.7],0],
["Functionary1_EP1_DZ",[4431.1997,1616.5604,1.9],-85],
["Functionary1_EP1_DZ",[8252.4922,15494.612,0.22],93]
] call server_spawnTraders;
};