Skip to content

Commit

Permalink
Added emotes from LadyyShamrockk
Browse files Browse the repository at this point in the history
5 new wall pose emotes
  • Loading branch information
alberttheprince authored Oct 26, 2024
1 parent c9ddf42 commit a469b9d
Showing 1 changed file with 43 additions and 3 deletions.
46 changes: 43 additions & 3 deletions client/AnimationList.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7567,6 +7567,46 @@ RP.Emotes = {
EmoteLoop = false,
}
},
["wallpose"] = { -- Credit to LadyyShamrockk for this custom emote
"shamrock@wallpose1",
"pose",
"Wall Pose",
AnimationOptions = {
EmoteLoop = false,
}
},
["wallpose2"] = { -- Credit to LadyyShamrockk for this custom emote
"shamrock@wallpose2",
"pose",
"Wall Pose 2",
AnimationOptions = {
EmoteLoop = false,
}
},
["wallpose3"] = { -- Credit to LadyyShamrockk for this custom emote
"shamrock@wallpose3",
"pose",
"Wall Pose 3",
AnimationOptions = {
EmoteLoop = false,
}
},
["wallpose4"] = { -- Credit to LadyyShamrockk for this custom emote
"shamrock@wallpose4",
"pose",
"Wall Pose 4",
AnimationOptions = {
EmoteLoop = false,
}
},
["wallpose5"] = { -- Credit to LadyyShamrockk for this custom emote
"shamrock@wallpose5",
"pose",
"Wall Pose 5",
AnimationOptions = {
EmoteLoop = false,
}
},
["elbow"] = {
"anim@veh@lowrider@std@ds@arm@base",
"sit_low_lowdoor",
Expand Down Expand Up @@ -10536,9 +10576,9 @@ RP.Emotes = {
EmoteDuration = 1480
}
},
["hidegun"] = { -- CREDIT TO DARKS ANIMATIONS FOR THIS EXCLUSIVE RPEMOTES ANIMATION
"pistol_b_b@dark", -- CREDIT TO DARKS ANIMATIONS FOR THIS EXCLUSIVE RPEMOTES ANIMATION
"pistol_b_b_clip", -- CREDIT TO DARKS ANIMATIONS FOR THIS EXCLUSIVE RPEMOTES ANIMATION
["hidegun"] = { -- Credit to Darks Animations for this exclusive rpemotes animation
"pistol_b_b@dark",
"pistol_b_b_clip",
"Hide a gun",
AnimationOptions = {
EmoteMoving = true,
Expand Down

0 comments on commit a469b9d

Please sign in to comment.