mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56:03 +01:00
6 lines
123 B
Lua
6 lines
123 B
Lua
RegisterCommand('serverlocale', function(_, args, _)
|
|
if args?[1] then
|
|
SetResourceKvp('locale', args[1])
|
|
end
|
|
end, true)
|