Added plate for Karen

This commit is contained in:
Tklama
2024-04-16 21:30:49 +02:00
parent 9d1eafe366
commit 3c4605535a
8 changed files with 131 additions and 2 deletions

View File

@@ -13,9 +13,10 @@ class CfgSkeletons
isDiscrete = 0;
skeletonInherit = "";
skeletonBones[] =
{
{ "plate_front", "",
"rest", "",
"rightwheel", "rest",
"plate_back", "rest",
"rightwheel", "rest",
"leftwheel", "rest",
"otocvez", "rest",
"handle_horizontal", "rest",
@@ -271,6 +272,20 @@ class Animations
selection="magazine";
hideValue=1;
};
class plate_front_hide
{
type="hide";
source="plate_front_source";
selection="plate_front";
hideValue=1;
};
class plate_back_hide
{
type="hide";
source="plate_back_source";
selection="plate_back";
hideValue=1;
};
};
};