@@ -222,6 +222,23 @@ Citizen.CreateThread(function()
222
222
},
223
223
distance = 3.5
224
224
})
225
+ exports [" qb-target" ]:AddBoxZone (" weedproces" , vector3 (2328.53 , 2570.99 , 46.61 ), 2.5 , 2.5 , {
226
+ name = " weedproces" ,
227
+ heading = 331.74 ,
228
+ debugPoly = false ,
229
+ minZ = 45.99 ,
230
+ maxZ = 47.59 ,
231
+ }, {
232
+ options = {
233
+ {
234
+ type = " client" ,
235
+ event = " ps-drugprocessing:processWeed" ,
236
+ icon = " fas fa-envira" ,
237
+ label = " Process the Blaze" ,
238
+ },
239
+ },
240
+ distance = 3.5
241
+ })
225
242
end )
226
243
227
244
Citizen .CreateThread (function ()
@@ -241,7 +258,7 @@ Citizen.CreateThread(function()
241
258
{
242
259
type = " client" ,
243
260
event = " ps-drugprocessing:pickHeroin" ,
244
- icon = " fas fa-seedling " ,
261
+ icon = " fas fa-leaf " ,
245
262
label = " Pickup Poppy Plants" ,
246
263
},
247
264
},
@@ -291,4 +308,26 @@ Citizen.CreateThread(function()
291
308
},
292
309
distance = 4.0
293
310
})
311
+ exports [' qb-target' ]:AddTargetModel (" mw_hydro_barrel" , {
312
+ options = {
313
+ {
314
+ type = " client" ,
315
+ event = " ps-drugprocessing:client:hydrochloricacid" ,
316
+ icon = " fas fa-radiation" ,
317
+ label = " Pickup Hydrochloric Acid Barrels" ,
318
+ },
319
+ },
320
+ distance = 4.0
321
+ })
322
+ exports [' qb-target' ]:AddTargetModel (" mw_chemical_barrel" , {
323
+ options = {
324
+ {
325
+ type = " client" ,
326
+ event = " ps-drugprocessing:pickChemicals" ,
327
+ icon = " fas fa-radiation" ,
328
+ label = " Pickup Chem Barrels" ,
329
+ },
330
+ },
331
+ distance = 4.0
332
+ })
294
333
end )
0 commit comments