Skip to content

Commit

Permalink
Multiple Resources (#163)
Browse files Browse the repository at this point in the history
* Create notifications.json

* Create streetnames.json

* Create wasted.json

* Create nitro.json
  • Loading branch information
Rezondes authored Oct 17, 2023
1 parent cb3cb1e commit dfba26b
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 0 deletions.
8 changes: 8 additions & 0 deletions resources/rezondes/nitro.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"title": "Synced Nitro",
"url": "https://github.com/Cops-and-Crimes/altv-synced-nitro",
"description": "Boost your vehicle and spit flames from the exhaust for every player to see.",
"tags": ["javascript", "vehicle"],
"cover": "https://i.imgur.com/14S5oc1.png",
"cli": false
}
8 changes: 8 additions & 0 deletions resources/rezondes/notifications.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"title": "Simple Notifications",
"url": "https://github.com/Cops-and-Crimes/altv-notifications",
"description": "A simple way to show notifications.",
"tags": ["javascript", "interface", "utility"],
"cover": "https://i.imgur.com/CUvd0T4.png",
"cli": false
}
8 changes: 8 additions & 0 deletions resources/rezondes/streetnames.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"title": "Streetnames",
"url": "https://github.com/Cops-and-Crimes/altv-streetnames",
"description": "A resource to show the player the current location and direction of view",
"tags": ["javascript", "interface", "utility"],
"cover": "https://i.imgur.com/QWr8lYy.png",
"cli": false
}
8 changes: 8 additions & 0 deletions resources/rezondes/wasted.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"title": "Wasted",
"url": "https://github.com/Cops-and-Crimes/altv-wasted",
"description": "A resource available to display a simple WASTED screen, similar to GTA Online.",
"tags": ["javascript", "interface", "utility"],
"cover": "https://i.imgur.com/faMqQUk.png",
"cli": false
}

0 comments on commit dfba26b

Please sign in to comment.