Rite's Shooting Range

Rite

Member
Hello all,

I had some time to build a shooting range for Chernarus.
I Hope you like it.
113_1395250979.png

Place the file RiteShootingRange.sqf in your mission file were you have your custom map scripts.

EXAMPLE: @DayZ_Epoch_Server\addons\dayz_server\buildings\

in @DayZ_Epoch_Server\addons\dayz_server\init\server_functions.sqf

add this line to the bottom

//Rite's Shooting Range
[] ExecVM "\z\addons\dayz_server\buildings\RiteShootingRange.sqf";

pack your mission PBO


In mission.sqm add the following class item

Code:
class Item37 // <--- class follow up number
{
position[]={6529.25,12717.1, 9279.8};
name="RitesRange";
text="Rite's Shooting Range";
type="mil_dot";
colorName="ColorOrange";
};
Screenshots / Map Locations: Rite's Shooting Range

Download : Rite's Shooting Range



Have fun with it!

Rythron
 
Last edited:
Back
Top