mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Update cmr_ovaron.sqf
This commit is contained in:
@@ -46,3 +46,13 @@
|
|||||||
//Wholesaler
|
//Wholesaler
|
||||||
["Profiteer3",[7132.36,6479.76,0],88]
|
["Profiteer3",[7132.36,6479.76,0],88]
|
||||||
] call server_spawnTraders;
|
] call server_spawnTraders;
|
||||||
|
|
||||||
|
// Bankers
|
||||||
|
if (Z_singleCurrency && Z_globalBanking && Z_globalBankingTraders) then {
|
||||||
|
[
|
||||||
|
//Lissabon
|
||||||
|
["Functionary1_EP1_DZ",[4349.68,6725.49,0],179],
|
||||||
|
//Riad
|
||||||
|
["Functionary1_EP1_DZ",[5883.27,3548.17,0],225]
|
||||||
|
] call server_spawnTraders;
|
||||||
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user