mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-19 18:06:32 +03:00
CFG WEAPONS DONE
This commit is contained in:
14
SQF/dayz_code/Configs/CfgObjectCompositions/camp_ins1.sqf
Normal file
14
SQF/dayz_code/Configs/CfgObjectCompositions/camp_ins1.sqf
Normal file
@@ -0,0 +1,14 @@
|
||||
private ["_objs"];
|
||||
_objs =
|
||||
[
|
||||
["IC_Tent",[0.552002,1.31836,3.8147e-006],9.16746,1,0],
|
||||
["IC_Tent",[-2.02319,1.58813,2.09808e-005],0,1,0],
|
||||
["IC_Tent",[0.695557,-3.25244,0],163.461,1,0],
|
||||
["IC_Tent",[-2.271,-3.22729,1.14441e-005],186.045,1,0],
|
||||
["IC_Fireplace1",[4.00952,-1.30591,-3.8147e-006],344.85,1,0],
|
||||
["Park_bench1",[4.64795,0.44873,2.86102e-005],178.497,1,0],
|
||||
["Park_bench1",[5.86475,-0.541016,1.90735e-005],269.171,1,0],
|
||||
["Land_Barrel_water",[1.83203,-2.56714,-0.00914955],45.3171,1,0]
|
||||
];
|
||||
|
||||
_objs
|
||||
Reference in New Issue
Block a user