mirror of
https://github.com/ENoir420/FIveM_Discord_Log.git
synced 2026-03-31 06:33:58 -04:00
27 lines
355 B
Lua
27 lines
355 B
Lua
author 'ENoir'
|
|
description 'FXServer logs to Discord'
|
|
version '1.15'
|
|
|
|
|
|
|
|
server_script 'config.lua'
|
|
|
|
|
|
server_scripts {
|
|
'server/server.lua',
|
|
'plugins/server/**/*.lua'
|
|
}
|
|
|
|
|
|
client_scripts {
|
|
'client/client.lua',
|
|
'plugins/client/**/*.lua'
|
|
}
|
|
|
|
file 'postals.json'
|
|
postal_file 'postals.json'
|
|
file 'version.json'
|
|
|
|
game 'gta5'
|
|
fx_version 'cerulean'
|