ed
This commit is contained in:
parent
0de79be428
commit
f253257337
5 changed files with 60 additions and 0 deletions
30
resources/[phone]/roadpods/fxmanifest.lua
Normal file
30
resources/[phone]/roadpods/fxmanifest.lua
Normal file
|
@ -0,0 +1,30 @@
|
|||
fx_version 'cerulean'
|
||||
|
||||
game 'gta5'
|
||||
|
||||
author 'RoadShop | https://fivem.roadshop.org'
|
||||
description 'RoadPods'
|
||||
version '1.1.0'
|
||||
|
||||
lua54 'yes'
|
||||
|
||||
ui_page 'public/index.html'
|
||||
|
||||
files {
|
||||
'public/index.html',
|
||||
'public/assets/*.*'
|
||||
}
|
||||
|
||||
client_scripts {
|
||||
'client/client.lua'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
'/server:13227',
|
||||
'/onesync'
|
||||
}
|
||||
|
||||
exports {
|
||||
'checkPods'
|
||||
}
|
||||
dependency '/assetpacks'
|
Loading…
Add table
Add a link
Reference in a new issue