From b12565bb4ec1d0cf7546f3e019e092f4de0f3dbf Mon Sep 17 00:00:00 2001 From: AvaN0x Date: Sun, 10 Jul 2022 11:48:19 +0200 Subject: [PATCH] feat: :sparkles: add new cpr shared animation --- client/AnimationList.lua | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/client/AnimationList.lua b/client/AnimationList.lua index 1969f97..4338375 100644 --- a/client/AnimationList.lua +++ b/client/AnimationList.lua @@ -278,8 +278,23 @@ DP.Shared = { }}, ["cprs"] = { "mini@cpr@char_a@cpr_str", "cpr_pumpchest", "Give CPR", "cprs2", AnimationOptions = { EmoteLoop = true, + StartDelay = 250, }}, - ["cprs2"] = { "mini@cpr@char_b@cpr_def", "cpr_pumpchest_idle", "Get CPR", "cprs", AnimationOptions = { + ["cprs2"] = { "mini@cpr@char_b@cpr_str", "cpr_pumpchest", "Get CPR", "cprs", AnimationOptions = { + EmoteLoop = true, + Attachto = true, + xPos = 0.35, + yPos = 0.8, + zPos = 0.0, + xRot = 0.0, + yRot = 0.0, + zRot = 270.0, + }}, + ["cprs3"] = { "missheistfbi3b_ig8_2", "cpr_loop_paramedic", "Give CPR 2", "cprs4", AnimationOptions = { + EmoteLoop = true, + StartDelay = 250, + }}, + ["cprs4"] = { "missheistfbi3b_ig8_2", "cpr_loop_victim", "Get CPR 2", "cprs3", AnimationOptions = { EmoteLoop = true, Attachto = true, xPos = 0.35,