Archived
Private
Public Access
1
0
This repository has been archived on 2026-02-04. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ProjectBackup/C#/FiveM/Mosleys/Mosleys.Server/bin/Release/fxmanifest.lua
2022-11-12 13:10:03 +01:00

24 lines
357 B
Lua

fx_version 'cerulean'
games { 'gta5' }
-- details
author 'Leon Hoppe'
description "Mosley's"
version '2.0'
shared_scripts {
'Nexd.ESX.Shared.dll',
'Mosleys.Shared.dll',
'settings.ini'
}
client_scripts {
'Newtonsoft.Json.dll',
'Nexd.ESX.Client.dll',
'Mosleys.Client.net.dll'
}
server_scripts {
'@mysql-async/lib/MySQL.lua',
}