1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-07-27 23:26:21 +02:00
parent aca2e75b3b
commit 2e1498dd79
9 changed files with 5 additions and 5 deletions

View file

@ -130,8 +130,8 @@ Config.teamMasks = {
team1 = {
male = {
component = 1,
drawable = 52,
texture = 0
drawable = 169,
texture = 3
},
female = {
component = 1,
@ -142,8 +142,8 @@ Config.teamMasks = {
team2 = {
male = {
component = 1,
drawable = 54,
texture = 0
drawable = 169,
texture = 4
},
female = {
component = 1,

View file

@ -47,7 +47,7 @@ Config = {
-- Hands Up
HandsupEnabled = true,
HandsupKeybind = 'H',
HandsupKeybindEnabled = false,
HandsupKeybindEnabled = true,
HandsupInCar = false,
ReplayEmoteAfterHandsup = true,
HoldToHandsUp = false,