mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Update takistan.sqf
This commit is contained in:
@@ -53,4 +53,16 @@
|
|||||||
["Profiteer2",[7408.47,96.8015,0],122.687],
|
["Profiteer2",[7408.47,96.8015,0],122.687],
|
||||||
//Wholesaler
|
//Wholesaler
|
||||||
["Profiteer3",[11127.3,12662.9,0],198.318]
|
["Profiteer3",[11127.3,12662.9,0],198.318]
|
||||||
] call server_spawnTraders;
|
] call server_spawnTraders;
|
||||||
|
|
||||||
|
// Bankers
|
||||||
|
if (Z_singleCurrency && Z_globalBanking && Z_globalBankingTraders) then {
|
||||||
|
[
|
||||||
|
//Nur
|
||||||
|
["Functionary1_EP1_DZ",[1964.39,12575,0],200],
|
||||||
|
//Garmsar
|
||||||
|
["Functionary1_EP1_DZ",[10857.6,6325.05,0.44],129],
|
||||||
|
//Khushab
|
||||||
|
["Functionary1_EP1_DZ",[431.039,5574.53,0],84]
|
||||||
|
] call server_spawnTraders;
|
||||||
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user