feat: locale system

This commit is contained in:
Linden
2022-04-29 05:56:41 +10:00
parent fee2950a35
commit 8af19bae42
4 changed files with 61 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
RegisterCommand('serverlocale', function(_, args, _)
if args?[1] then
SetResourceKvp('locale', args[1])
end
end, true)