forked from Simnation/Main
ed
This commit is contained in:
parent
0de79be428
commit
f253257337
5 changed files with 60 additions and 0 deletions
BIN
resources/[phone]/roadpods/.fxap
Normal file
BIN
resources/[phone]/roadpods/.fxap
Normal file
Binary file not shown.
Binary file not shown.
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'
|
17
resources/[phone]/roadpods/public/assets/index-Bd56KPiW.js
Normal file
17
resources/[phone]/roadpods/public/assets/index-Bd56KPiW.js
Normal file
File diff suppressed because one or more lines are too long
13
resources/[phone]/roadpods/public/index.html
Normal file
13
resources/[phone]/roadpods/public/index.html
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<title>RoadPods</title>
|
||||||
|
<script src="https://www.youtube.com/iframe_api"></script>
|
||||||
|
<script type="module" crossorigin src="/public/assets/index-Bd56KPiW.js"></script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div id="app"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Add table
Add a link
Reference in a new issue