Files
ox_lib/resource/locale/server.lua
2022-04-29 05:56:41 +10:00

6 lines
123 B
Lua

RegisterCommand('serverlocale', function(_, args, _)
if args?[1] then
SetResourceKvp('locale', args[1])
end
end, true)