forked from VORPCORE/vorp_fishing
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfxmanifest.lua
More file actions
31 lines (26 loc) · 772 Bytes
/
fxmanifest.lua
File metadata and controls
31 lines (26 loc) · 772 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
fx_version 'cerulean'
game 'rdr3'
rdr3_warning 'I acknowledge that this is a prerelease build of RedM, and I am aware my resources *will* become incompatible once RedM ships.'
author 'VORP refactored by @blackpegasus' -- original author FRP framework
description 'A fishing script for vorp core framework'
repository 'https://github.com/VORPCORE/vorp_fishing-lua'
shared_scripts {
"config.lua",
"locale.lua",
"languages/*.lua"
}
client_scripts {
'client/client_js.js',
'client/client.lua',
}
server_script 'server/server.lua',
exports {
'GET_TASK_FISHING_DATA',
'SET_TASK_FISHING_DATA',
'VERTICAL_PROBE'
}
--dont touch
version '1.1'
vorp_checker 'yes'
vorp_name '^4Resource version Check^3'
vorp_github 'https://github.com/VORPCORE/vorp_fishing-lua'