feat: add new search emote

This commit is contained in:
AvaN0x
2022-07-10 13:24:57 +02:00
committed by Clément RICATTE
parent 18eb5c4829
commit 9b20932dab
3 changed files with 18 additions and 1 deletions

View File

@@ -334,6 +334,23 @@ DP.Shared = {
yRot = 0.0,
zRot = 0.0,
}},
["search"] = { "custom@police", "police", "Search", "search2", AnimationOptions = { -- Emote by ultrahacx
EmoteMoving = true,
EmoteLoop = false,
-- EmoteDuration = 9700,
}},
["search2"] = { "missfam5_yoga", "a2_pose", "Be searched", "search", AnimationOptions = {
EmoteMoving = true,
EmoteLoop = false,
-- EmoteDuration = 9700,
Attachto = true,
xPos = 0.0,
yPos = 0.5,
zPos = 0.0,
xRot = 0.0,
yRot = 0.0,
zRot = 0.0,
}},
}

Binary file not shown.

View File

@@ -1 +1 @@
208
209