diff --git a/config.lua b/config.lua index e28b030..19fdd47 100644 --- a/config.lua +++ b/config.lua @@ -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', @@ -137,4 +139,4 @@ function notifications(notitype, message, time) type = notitype, duration = time }) -end \ No newline at end of file +end