20 lines
318 B
Lua
20 lines
318 B
Lua
fx_version 'cerulean'
|
|
games { 'gta5' }
|
|
|
|
author 'Leon hoppe <leon@ladenbau-hoppe.de>'
|
|
description 'FiveM Framework in C#'
|
|
version '1.0.0'
|
|
|
|
files {
|
|
'NativeUI.dll',
|
|
'MySql.Data.dll',
|
|
'Framework.Shared.dll'
|
|
}
|
|
|
|
client_scripts {
|
|
'Framework.Client.net.dll'
|
|
}
|
|
|
|
server_scripts {
|
|
'Framework.Server.net.dll'
|
|
} |