@@ -27,7 +27,7 @@ class CfgPatches
2727 };
2828 requiredVersion=REQUIRED_VERSION;
2929 VERSION_CONFIG;
30- units[] = {" OT_GanjaItem" ," OT_BlowItem" , " OT_SpliffItem " };
30+ units[] = {" OT_GanjaItem" ," OT_BlowItem" };
3131 weapons[] = {" OT_Ganja" ," OT_Blow" };
3232 };
3333};
@@ -122,82 +122,6 @@ class CfgMissions
122122 };
123123};
124124
125- class CfgMarkers
126- {
127- class ot_Camp
128- {
129- name = " Camp" ;
130- icon = " ot\ui\markers\camp.paa" ;
131- color[] = {1 , 0 , 0 , 1 };
132- size = 32 ;
133- shadow = true ;
134- scope = 1 ;
135- };
136- class ot_Shop
137- {
138- name = " Shop" ;
139- icon = " ot\ui\markers\shop.paa" ;
140- color[] = {1 , 0 , 0 , 1 };
141- size = 32 ;
142- shadow = true ;
143- scope = 1 ;
144- };
145- class ot_Police
146- {
147- name = " Police" ;
148- icon = " ot\ui\markers\police.paa" ;
149- color[] = {1 , 0 , 0 , 1 };
150- size = 32 ;
151- shadow = true ;
152- scope = 1 ;
153- };
154- class ot_Anarchy
155- {
156- name = " Anarchy" ;
157- icon = " ot\ui\markers\a narchy.paa" ;
158- color[] = {1 , 0 , 0 , 1 };
159- size = 32 ;
160- shadow = true ;
161- scope = 1 ;
162- };
163- class ot_Warehouse
164- {
165- name = " Warehouse" ;
166- icon = " ot\ui\markers\warehouse.paa" ;
167- color[] = {1 , 0 , 0 , 1 };
168- size = 32 ;
169- shadow = true ;
170- scope = 1 ;
171- };
172- class ot_Business
173- {
174- name = " Business" ;
175- icon = " ot\ui\markers\b usiness.paa" ;
176- color[] = {1 , 0 , 0 , 1 };
177- size = 32 ;
178- shadow = true ;
179- scope = 1 ;
180- };
181- class ot_Factory
182- {
183- name = " Factory" ;
184- icon = " ot\ui\markers\f actory.paa" ;
185- color[] = {1 , 0 , 0 , 1 };
186- size = 32 ;
187- shadow = true ;
188- scope = 1 ;
189- };
190- class flag_Malden
191- {
192- name = " Malden" ;
193- icon = " ot\f lags\f lag_malden.paa" ;
194- color[] = {1 , 1 , 1 , 1 };
195- size = 32 ;
196- shadow = true ;
197- scope = 1 ;
198- };
199- };
200-
201125class CfgWorlds
202126{
203127 class Tanoa
@@ -210,68 +134,9 @@ class CfgWorlds
210134 };
211135};
212136
213- class CfgGlasses {
214- class None ;
215-
216- class murshun_cigs_cig0 : None {
217- author = " Rebel / Facel" ;
218- mass = 0.02 ;
219- displayName = " Spliff" ;
220- model = " \ot\models\cig0.p3d" ;
221- picture = " \ot\ui\icons\gear_cig0_x_ca" ;
222- identityTypes[]={};
223- };
224-
225- class murshun_cigs_cig1 : murshun_cigs_cig0 {
226- author = " Rebel / Facel" ;
227- displayName = " Spliff (Stage 1)" ;
228- model = " \ot\models\cig1.p3d" ;
229- picture = " \ot\ui\icons\gear_cig1_x_ca" ;
230- };
231-
232- class murshun_cigs_cig2 : murshun_cigs_cig0 {
233- author = " Rebel / Facel" ;
234- displayName = " Spliff (Stage 2)" ;
235- model = " \ot\models\cig2.p3d" ;
236- picture = " \ot\ui\icons\gear_cig2_x_ca" ;
237- };
238-
239- class murshun_cigs_cig3 : murshun_cigs_cig0 {
240- author = " Rebel / Facel" ;
241- displayName = " Spliff (Stage 3)" ;
242- model = " \ot\models\cig3.p3d" ;
243- picture = " \ot\ui\icons\gear_cig3_x_ca" ;
244- };
245-
246- class murshun_cigs_cig4 : murshun_cigs_cig0 {
247- author = " Rebel / Facel" ;
248- displayName = " Spliff (Stage 4)" ;
249- model = " \ot\models\cig4.p3d" ;
250- picture = " \ot\ui\icons\gear_cig4_x_ca" ;
251- };
252- };
253-
254- class CfgSounds
255- {
256- sounds[] = {};
257-
258- class ot_unwrap
259- {
260- sound[] = {" \ot\sounds\murshun_cigs_unwrap.ogg" , 2 , 1 , 15 };
261- titles[] = {};
262- };
263- class murshun_cigs_matches_01
264- {
265- sound[] = {" \ot\sounds\murshun_cigs_matches_01.ogg" , 2 , 1 , 15 };
266- titles[] = {};
267- };
268- class murshun_cigs_lighter_01
269- {
270- sound[] = {" \ot\sounds\murshun_cigs_lighter_01.ogg" , 2 , 1 , 15 };
271- titles[] = {};
272- };
273- };
274-
137+ #include " CfgMarkers.hpp"
138+ #include " CfgGlasses.hpp"
139+ #include " CfgSounds.hpp"
275140#include " CfgSettings.hpp"
276141#include " CfgVehicles.hpp"
277142#include " CfgWeapons.hpp"
0 commit comments