Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitchel committed Sep 6, 2023
1 parent fe42542 commit 830105a
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 13 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
12 changes: 5 additions & 7 deletions fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,22 @@ client_scripts {
}

server_scripts {
'server.lua',
'server/*.lua',
}

shared_scripts {
'@ox_lib/init.lua',
'@qb-core/shared/locale.lua',
'locales/en.lua',
'locales/*.lua',
'config.lua'
'shared/*.lua'
}

files {
"html/css/style.css",
"html/css/reset.css",
"html/css/img/monitor.png",
"html/css/img/table.png",
"html/css/*.css",
"html/css/img/*.png",
"html/*.html",
"html/scripts/listener.js",
"html/scripts/*.js",
}

ui_page "html/index.html"
File renamed without changes
22 changes: 17 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,23 @@ WIP:
- Wanner iemand niet beschikt over een token bij de game melding in de zin van "Je hebt X token(s) nodig om dit spel te kunnen spelen" (in locales).


-- Voor de uit eindelijke Readme.
# Arcade
This resource enhances the Arcade experience within the QBCore and Qbox Framework environments.

## 🔌 Installation
To get started with the MTC Polaroid resource, follow these steps:

1. Clone this repository and place the files into your designated resources folder.
2. Rename the script file to ```mtc-arcade``.
3. Configure you're location settings in ```shared/sh_main.lua```.
3. Set up the necessary inventory items.

## 🏠 MLO's
The Arcade is compatible with a wide range of MLO's for your FiveM experience. One such MLO option is the Arcade MLO developed by Gabz. However, we recommend using the Arcade Bar MLO created by [Kiiya](https://www.gta5-mods.com/maps/arcade-bar-interior-mlo-fivem-sp). The location for that map in the game is: `vector3(-1286.24, -302.04, 36.03)`

## 📦 Items
You can find the images for the items mentioned below in the ```images``` directory.
```LUA
['gametoken'] = {
['name'] = 'gametoken',
['label'] = 'Game Token',
Expand All @@ -23,7 +38,4 @@ WIP:
['combinable'] = nil,
['description'] = 'Om een spelletje mee te spelen in de Arcade.'
},

MLO's
- Gabz Arcade
- https://www.gta5-mods.com/maps/arcade-bar-interior-mlo-fivem-sp
```
File renamed without changes.
2 changes: 1 addition & 1 deletion config.lua → shared/sh_main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Config.Zones = {
}

Config.blip = {
coords = vector3(-1291.52, -300.7, 36.05),
coords = vector3(-1286.24, -302.04, 36.03),
label = "Arcade",
sprite = 484,
color = 0,
Expand Down

0 comments on commit 830105a

Please sign in to comment.