-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathfxmanifest.lua
More file actions
38 lines (32 loc) · 843 Bytes
/
fxmanifest.lua
File metadata and controls
38 lines (32 loc) · 843 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
fx_version 'cerulean'
rdr3_warning 'I acknowledge that this is a prerelease build of RedM, and I am aware my resources *will* become incompatible once RedM ships.'
game 'rdr3'
version '2.0.2'
quantum_github 'https://github.com/Quantum-Projects-RedM/QC-AdvancedTrapper'
author 'Pablo Enterprises'
description 'qc-advanced-trapper'
shared_scripts {
'@rsg-core/shared/locale.lua',
'@PolyZone/client.lua',
'@PolyZone/BoxZone.lua',
'@PolyZone/EntityZone.lua',
'@PolyZone/CircleZone.lua',
'@PolyZone/ComboZone.lua',
'locales/en.lua',
'locales/*.lua',
'@ox_lib/init.lua',
'shared/*.lua'
}
client_scripts {
'client/client.lua',
'client/cl_legendary.lua',
'client/main.js'
}
server_scripts {
'server/server.lua',
'server/sv_legendary.lua'
}
dependencies {
'rsg-core'
}
lua54 'yes'