From 8f57772427252cd3c9eaaf472d84eb3578231461 Mon Sep 17 00:00:00 2001 From: taylorrenee1 <120302939+taylorrenee1@users.noreply.github.com> Date: Mon, 27 Feb 2023 05:33:10 -0800 Subject: [PATCH] Putting default drugs back in --- config.lua | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/config.lua b/config.lua index 86a0045..6d378aa 100644 --- a/config.lua +++ b/config.lua @@ -126,5 +126,21 @@ Config = { ["sprunk"] = {"mp_player_intdrink", "loop_bottle", "Sprunk", AnimationOptions = { Prop = "v_res_tt_can03", PropBone = 18905, PropPlacement = {0.12, 0.008, 0.03, 240.0, -60.0}, EmoteMoving = true, EmoteLoop = true, }}, + --Drugs + ["coke"] = { "switch@trevor@trev_smoking_meth", "trev_smoking_meth_loop", "Coke", AnimationOptions = + { EmoteLoop = true, EmoteMoving = true, }}, + ["oxy"] = { "mp_suicide", "pill", "Oxy", AnimationOptions = + { EmoteLoop = true, EmoteMoving = true, }}, + ["cigar"] = {"amb@world_human_smoking@male@male_a@enter", "enter", "Cigar", AnimationOptions = + { Prop = 'prop_cigar_02', PropBone = 47419, PropPlacement = {0.010, 0.0, 0.0, 50.0, 0.0, -80.0}, + EmoteMoving = true, EmoteDuration = 2600 }}, + ["cigar2"] = {"amb@world_human_smoking@male@male_a@enter", "enter", "Cigar 2", AnimationOptions = + { Prop = 'prop_cigar_01', PropBone = 47419, PropPlacement = {0.010, 0.0, 0.0, 50.0, 0.0, -80.0}, + EmoteMoving = true, EmoteDuration = 2600 }}, + ["joint"] = {"amb@world_human_smoking@male@male_a@enter", "enter", "Joint", AnimationOptions = + { Prop = 'p_cs_joint_02', PropBone = 47419, PropPlacement = {0.015, -0.009, 0.003, 55.0, 0.0, 110.0}, + EmoteMoving = true, EmoteDuration = 2600 }}, + ["cig"] = {"amb@world_human_smoking@male@male_a@enter", "enter", "Cig", AnimationOptions = + { Prop = 'prop_amb_ciggy_01', PropBone = 47419, PropPlacement = {0.015, -0.009, 0.003, 55.0, 0.0, 110.0}, }, }