mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-01 10:48:52 +00:00
- unknown commands will no longer be written out - a lot of formatting moved to i18n strings - fixes ÅÄÖ #5 - fixes #4
This commit is contained in:
+14
-13
@@ -1,20 +1,21 @@
|
||||
--[[
|
||||
|
||||
ESX RP Chat
|
||||
|
||||
--]]
|
||||
|
||||
resource_manifest_version '44febabe-d386-4d18-afbe-5e627f4af937'
|
||||
|
||||
description 'ESX RP Chat'
|
||||
|
||||
version '1.0.0'
|
||||
|
||||
client_script 'client/main.lua'
|
||||
version '1.1.0'
|
||||
|
||||
server_scripts {
|
||||
|
||||
'@mysql-async/lib/MySQL.lua',
|
||||
'server/main.lua'
|
||||
|
||||
'@es_extended/locale.lua',
|
||||
'locates/sv.lua',
|
||||
'locates/en.lua',
|
||||
'config.lua',
|
||||
'server/main.lua'
|
||||
}
|
||||
|
||||
client_scripts {
|
||||
'@es_extended/locale.lua',
|
||||
'locates/sv.lua',
|
||||
'locates/en.lua',
|
||||
'config.lua',
|
||||
'client/main.lua'
|
||||
}
|
||||
Reference in New Issue
Block a user