mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 02:08:55 +00:00
3874050028
Committed on behalf of AdrineX
21 lines
243 B
Lua
21 lines
243 B
Lua
--[[
|
|
|
|
ESX RP Chat
|
|
|
|
--]]
|
|
|
|
resource_manifest_version '44febabe-d386-4d18-afbe-5e627f4af937'
|
|
|
|
description 'ESX RP Chat'
|
|
|
|
version '1.0.0'
|
|
|
|
client_script 'client/main.lua'
|
|
|
|
server_scripts {
|
|
|
|
'@mysql-async/lib/MySQL.lua',
|
|
'server/main.lua'
|
|
|
|
}
|