Cleanup, added locale system

This commit is contained in:
ElPumpo
2018-06-10 11:07:47 +02:00
parent 5f251a0345
commit 323452cc55
5 changed files with 83 additions and 62 deletions
+8 -9
View File
@@ -1,15 +1,14 @@
--[[
-- ESX Voice
-- Original Author of Script: github.com/aabbfive
-- Edited by: nearbyplayer
--]]
resource_manifest_version '44febabe-d386-4d18-afbe-5e627f4af937'
description 'ESX Voice Controller'
version '1.0.0'
version '1.1.0'
client_script 'client/main.lua'
client_scripts {
'@es_extended/locale.lua',
'locales/en.lua',
'locales/sv.lua',
'config.lua',
'client/main.lua'
}