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/Framework/Framework.Shared/fxmanifest.lua
2023-07-31 21:20:56 +02:00

24 lines
404 B
Lua

fx_version 'cerulean'
games { 'gta5' }
author 'Leon hoppe <leon@ladenbau-hoppe.de>'
description 'FiveM Framework in C#'
version '1.0.0'
this_is_a_map 'yes'
data_file "SCALEFORM_DLC_FILE" "stream/[map]/int3232302352.gfx"
files {
'NativeUI.dll',
'MySql.Data.dll',
'Framework.Shared.dll'
}
client_scripts {
'Framework.Client.net.dll'
}
server_scripts {
'Framework.Server.net.dll'
}