Skip to content

Commit 4e9c065

Browse files
Update fxmanifest.lua
1 parent 1e92f21 commit 4e9c065

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

fxmanifest.lua

+10-11
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
2-
3-
game 'rdr3'
41
fx_version 'cerulean'
5-
6-
author 'VORP ASHKAN'
7-
description 'VORP Housing'
2+
game 'rdr3'
83
rdr3_warning 'I acknowledge that this is a prerelease build of RedM, and I am aware my resources *will* become incompatible once RedM ships.'
94

5+
6+
author 'VORP @ASHKAN'
7+
description 'A player Housing script for vorp core framework'
8+
repository 'https://github.com/VORPCORE/vorp_housing-lua'
109
lua54 'yes'
1110

1211

@@ -15,14 +14,14 @@ shared_scripts {
1514
"locale.lua",
1615
"languages/*.lua"
1716
}
18-
19-
client_scripts {
20-
'client/client.lua'
21-
}
22-
17+
client_script 'client/client.lua'
2318
server_scripts {
2419
'server/server.lua',
2520
'@oxmysql/lib/MySQL.lua'
2621
}
2722

2823

24+
version '1.0'
25+
vorp_checker 'yes'
26+
vorp_name '^4Resource version Check^3'
27+
vorp_github 'https://github.com/VORPCORE/vorp_housing-lua'

0 commit comments

Comments
 (0)