mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56:03 +01:00
feat: locale system
This commit is contained in:
5
resource/locale/server.lua
Normal file
5
resource/locale/server.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
RegisterCommand('serverlocale', function(_, args, _)
|
||||
if args?[1] then
|
||||
SetResourceKvp('locale', args[1])
|
||||
end
|
||||
end, true)
|
||||
Reference in New Issue
Block a user