From 434b27488c8b73ff083e91a26aae3349fd0cd9d2 Mon Sep 17 00:00:00 2001 From: TayMcKenzieSA Date: Wed, 11 Jan 2023 00:27:59 +1300 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=AEAdded=207=20Patrol=20Emotes=20?= =?UTF-8?q?=F0=9F=91=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/AnimationList.lua | 141 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 140 insertions(+), 1 deletion(-) diff --git a/client/AnimationList.lua b/client/AnimationList.lua index 7a32bac..d49d1ae 100644 --- a/client/AnimationList.lua +++ b/client/AnimationList.lua @@ -16657,5 +16657,144 @@ RP.PropEmotes = { EmoteLoop = true } }, + "amb@world_human_security_shine_torch@male@base", + "base", + "Patrol - On Foot", + AnimationOptions = { + Prop = 'prop_cs_police_torch_02', + PropBone = 60309, + PropPlacement = { + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 80.0000 + }, + EmoteLoop = true, + EmoteMoving = true + } + }, + ["patrolf2"] = { + "amb@world_human_security_shine_torch@male@idle_b", + "idle_e", + "Patrol - On Foot 2", + AnimationOptions = { + Prop = 'prop_cs_police_torch_02', + PropBone = 60309, + PropPlacement = { + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 80.0000 + }, + EmoteLoop = true, + EmoteMoving = true + } + }, + ["patrolf3"] = { + "amb@world_human_security_shine_torch@male@idle_a", + "idle_a", + "Patrol - On Foot 3", + AnimationOptions = { + Prop = 'prop_cs_police_torch_02', + PropBone = 60309, + PropPlacement = { + 0.0, + 0.0, + 0.0, + 0.0, + 0.0, + 80.0000 + }, + EmoteLoop = true, + EmoteMoving = true + } + }, + ["patrolf4"] = { -- Huge thanks to MadsLeander on GitHub + "amb@incar@male@patrol@torch@base", + "base", + "Patrol - On Foot 4 Over The Shoulder", + AnimationOptions = { + Prop = 'prop_cs_police_torch_02', + PropBone = 28422, -- Right Wrist + PropPlacement = { + 0.0, + -0.00100, + 0.0, + 0.0, + 0.0, + 90.0 + }, + SecondProp = 'prop_cs_hand_radio', + SecondPropBone = 60309, -- Left Wrist + SecondPropPlacement = { + 0.0560, + 0.0470, + 0.0110, + -43.82733, + 164.6747, + -7.5569 + }, + EmoteLoop = true, + EmoteMoving = true + } + }, + ["patrolcar"] = { + "amb@incar@male@patrol@torch@base", + "base", + "Patrol Car - Front", + AnimationOptions = { + Prop = 'prop_cs_police_torch_02', + PropBone = 28422, + PropPlacement = { + 0.0, + -0.0100, + -0.0100, + 0.0, + 0.0, + 100.0000 + }, + EmoteLoop = true + } + }, + ["patrolcarl"] = { + "amb@incar@male@patrol@torch@idle_b", + "idle_d", + "Patrol Car - Left", + AnimationOptions = { + Prop = 'prop_cs_police_torch_02', + PropBone = 28422, + PropPlacement = { + 0.0, + -0.0100, + -0.0100, + 0.0, + 0.0, + 100.0000 + }, + EmoteLoop = true + } + }, + ["patrolcarr"] = { + "amb@incar@male@patrol@torch@idle_a", + "idle_a", + "Patrol Car - Right", + AnimationOptions = { + Prop = 'prop_cs_police_torch_02', + PropBone = 28422, + PropPlacement = { + 0.0, + -0.0100, + -0.0100, + 0.0, + 0.0, + 100.0000 + }, + EmoteLoop = true + } + }, -} +} \ No newline at end of file