Files
ox_lib/resource/locale/server.lua

6 lines
123 B
Lua
Raw Normal View History

2022-04-29 05:56:41 +10:00
RegisterCommand('serverlocale', function(_, args, _)
if args?[1] then
SetResourceKvp('locale', args[1])
end
end, true)