Initial
This commit is contained in:
15
@DayZ_Epoch_Server/addons/dayz_server/bankTraders/init.sqf
Executable file
15
@DayZ_Epoch_Server/addons/dayz_server/bankTraders/init.sqf
Executable file
@ -0,0 +1,15 @@
|
||||
private "_worldName";
|
||||
|
||||
_worldName = toLower worldName;
|
||||
|
||||
switch _worldName do {
|
||||
case "napf": {
|
||||
[
|
||||
["Functionary1_EP1_DZ",[12399.83,5054.3413,0.2068495],52],
|
||||
["Functionary1_EP1_DZ",[15529.827,13236.555,2.3841858e-006],164],
|
||||
["Functionary1_EP1_DZ",[8252.4922,15494.612,0.22058211],24.5],
|
||||
["Functionary1_EP1_DZ",[2123.4653,7806.499,0.28556034],52.873837]
|
||||
] call server_spawnTraders;
|
||||
};
|
||||
default {diag_log format ["[ZSC] The map this server is running (%1) is currently not supported by ZSC for global banking traders.",_worldName];};
|
||||
};
|
Reference in New Issue
Block a user