From e5dbada4f49c2abfbe6ba03b0314d9f391999bb5 Mon Sep 17 00:00:00 2001 From: Matas <82674035+mataskc@users.noreply.github.com> Date: Sun, 21 Apr 2024 19:38:18 +0200 Subject: [PATCH 1/2] Added ox:userLocales convar --- ox.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ox.cfg b/ox.cfg index f32e11b..caf557a 100644 --- a/ox.cfg +++ b/ox.cfg @@ -19,6 +19,8 @@ setr ox:primaryShade 8 setr inventory:framework "qb" # Load specific language file from data/locales setr ox:locale "en" +# Allow users to select their locales using /ox_lib +setr ox:userLocales 1 # Number of slots for player inventories setr inventory:slots 50 # Maximum carry capacity for players, in grams (will be automatically converted to kilograms in-game) From 67db1028a85c12617fb4b7dc8a01be6b33c9e388 Mon Sep 17 00:00:00 2001 From: Matas <82674035+mataskc@users.noreply.github.com> Date: Tue, 23 Apr 2024 19:54:47 +0200 Subject: [PATCH 2/2] Disabled ox:userLocales --- ox.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ox.cfg b/ox.cfg index caf557a..80d01d8 100644 --- a/ox.cfg +++ b/ox.cfg @@ -20,7 +20,7 @@ setr inventory:framework "qb" # Load specific language file from data/locales setr ox:locale "en" # Allow users to select their locales using /ox_lib -setr ox:userLocales 1 +setr ox:userLocales 0 # Number of slots for player inventories setr inventory:slots 50 # Maximum carry capacity for players, in grams (will be automatically converted to kilograms in-game)