target system custom

This commit is contained in:
2026-04-03 07:04:17 +03:00
parent 4d73d4a013
commit 5e23b3e966
27 changed files with 267 additions and 39 deletions
@@ -230,6 +230,17 @@ Config.WeaponPositions = {
y_rotation = 60.0,
z_rotation = 190.0
},
['weapon_assaultrifle_mk2'] = {
model = 'w_ar_assaultriflemk2',
hash = GetHashKey('WEAPON_ASSAULTRIFLE_MK2'),
bone = 24816,
x = 0.100,
y = -0.16,
z = 0.015,
x_rotation = 0.0,
y_rotation = 160.0,
z_rotation = 1.0
},
-- Add more weapons as needed
}
@@ -42,13 +42,13 @@ p {
#eye {
text-align: center;
width: 16px;
height: 16px;
width: 8px;
height: 8px;
border: 1px solid #ffffff;
border-radius: 100%;
position: absolute;
top: calc(50% - 8px);
left: calc(50% - 8px);
top: calc(50% - 4px);
left: calc(50% - 4px);
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
@@ -57,14 +57,14 @@ p {
#eye.active {
text-align: center;
width: 16px;
height: 16px;
border: 1px solid #cc1133;
width: 8px;
height: 8px;
border: 1px solid #2575ff;
border-radius: 100%;
background-color: #cc1133;
background-color: #2575ff;
position: absolute;
top: calc(50% - 8px);
left: calc(50% - 8px);
top: calc(50% - 4px);
left: calc(50% - 4px);
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
@@ -123,8 +123,8 @@ p {
}
#options-wrapper li a:hover, #options-wrapper li a:hover .option-icon{
color: #cc1133 !important;
text-shadow: 0px 0px 20px #cc1133aa !important;
color: #2575ff !important;
text-shadow: 0px 0px 20px #2575ffaa !important;
cursor: pointer;
}