-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path__resource.lua
More file actions
43 lines (38 loc) · 898 Bytes
/
__resource.lua
File metadata and controls
43 lines (38 loc) · 898 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
resource_manifest_version '05cfa83c-a124-4cfa-a768-c24a5811d8f9'
resource_repository 'https://github.com/FiveM-Scripts/fs_freemode'
resource_type 'gametype' { name = 'fs_freemode'}
resource_version 'v1.3.6'
dependency 'essentialmode'
files { 'weapons.xml' }
weaponfile 'weapons.xml'
client_scripts {
'libs/i18n.lua',
'config.lua',
'bin/System.Xml.net.dll',
'bin/NativeUI.net.dll',
'bin/ShopMenu.net.dll',
'lang/en.lua',
'libs/events.lua',
'libs/scoreboard.lua',
'libs/warmenu.lua',
'config/vehicles.lua',
'config/spawn.lua',
'client.lua',
'int/cinema.lua',
'int/comedy.lua',
'int/office.lua',
'int/smoke.lua',
'int/vehicles.lua',
'int/weapons.lua',
'int/warehouses.lua',
'ext/locations.lua',
'ext/pickups.lua',
'ext/carsteal.lua'
}
server_scripts {
'@mysql-async/lib/MySQL.lua',
'config.lua',
'database.lua',
'libs/db.lua',
'server.lua',
}