-
-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create notifications.json * Create streetnames.json * Create wasted.json * Create nitro.json
- Loading branch information
Showing
4 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |