mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Update panthera2.sqf
This commit is contained in:
@@ -57,4 +57,13 @@
|
|||||||
["Profiteer2",[5229.55,8228.82,0],267],
|
["Profiteer2",[5229.55,8228.82,0],267],
|
||||||
//Wholesaler
|
//Wholesaler
|
||||||
["Profiteer3",[7222,732.791,0],308.085]
|
["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;
|
||||||
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user