-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #617 from bitpredator/dev
chore: cumulative updates for the release of version 1.0.0
- Loading branch information
Showing
246 changed files
with
5,693 additions
and
3,805 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
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
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ game 'gta5' | |
|
||
description 'bpt_cars' | ||
lua54 'yes' | ||
version '0.0.4' | ||
version '1.0.0' | ||
|
||
files { | ||
-- p911r | ||
|
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
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
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
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
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 |
---|---|---|
@@ -1,15 +1,15 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<script src="nui://game/ui/jquery.js" type="text/javascript"></script> | ||
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" /> | ||
<link rel="stylesheet" href="css/style.css"> | ||
<script src="js/script.js"></script> | ||
<title>ESX Notify</title> | ||
</head> | ||
<body> | ||
<div id="root"> | ||
<!-- this is just a template! No touchy touchy --> | ||
</div> | ||
</body> | ||
</html> | ||
<head> | ||
<script src="nui://game/ui/jquery.js" type="text/javascript"></script> | ||
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" /> | ||
<link rel="stylesheet" href="css/style.css" /> | ||
<script src="js/script.js"></script> | ||
<title>ESX Notify</title> | ||
</head> | ||
<body> | ||
<div id="root"> | ||
<!-- this is just a template! No touchy touchy --> | ||
</div> | ||
</body> | ||
</html> |
Oops, something went wrong.