Skip to content

Commit

Permalink
Added new camera system
Browse files Browse the repository at this point in the history
  • Loading branch information
1OSaft authored Feb 22, 2024
1 parent 7984d23 commit b99dd9f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Config.Inventory = {
oxSplit = true, -- if true, the player only receives the amount he can carry
}

Config.Cam = true --Enable the new camera system

Config.Item = {
Meth = 'meth',
Acetone = 'acetone',
Expand Down Expand Up @@ -137,4 +139,4 @@ function notifications(notitype, message, time)
type = notitype,
duration = time
})
end
end

0 comments on commit b99dd9f

Please sign in to comment.