-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathfxmanifest.lua
More file actions
47 lines (40 loc) · 906 Bytes
/
Copy pathfxmanifest.lua
File metadata and controls
47 lines (40 loc) · 906 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
44
45
46
47
--[[ FX Information ]]--
fx_version 'cerulean'
use_experimental_fxv2_oal 'yes'
lua54 'yes'
games { 'rdr3', 'gta5' }
rdr3_warning 'I acknowledge that this is a prerelease build of RedM, and I am aware my resources *will* become incompatible once RedM ships.'
--[[ Resource Information ]]--
name 'nl_interactions WIP'
author 'DevMinkh'
version '0.00.1'
license 'LGPL-3.0-or-later'
repository ''
description 'NativeLife - RP | Interactions'
--[[ File Management ]]--
shared_scripts {
'@es_extended/imports.lua',
'@ox_lib/init.lua',
'shared/config.lua'
}
client_scripts {
'client/*.lua'
}
server_scripts {
'@mysql-async/lib/MySQL.lua',
'server/*.lua'
}
ui_page "web/index.html"
files {
'locales/*.json',
'web/index.html',
'web/script.js',
'web/style.css',
'web/img/*.png',
}
dependencies {
'ox_lib',
'ox_target',
'ox_inventory',
'roadphone',
}