Skip to content

Commit

Permalink
additional configs
Browse files Browse the repository at this point in the history
  • Loading branch information
abdel1touimi committed Oct 27, 2024
1 parent 7735dcf commit 95f2a9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/states/cuffed.lua
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ return {
props = {
{
model = 'p_cs_cuffs_02_s',
pos = vector3(0.0, 0.0, 0.0),
rot = vector3(0.0, 0.0, 0.0),
pos = vec3(0.04, 0.06, 0.0),
rot = vec3(-85.24, 4.2, -106.6),
},
},
notAllowedStates = {
Expand Down
2 changes: 2 additions & 0 deletions types.lua
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@
--- @field duration number
--- @field flag? number
--- @field range? RangeData
--- @field requiredStates? StateConfig[]
--- @field notAllowedStates? StateConfig[]

--- @class PropConfig
--- @field model string
Expand Down

0 comments on commit 95f2a9d

Please sign in to comment.