BerkieBb
4b107e24d7
style(drawtext): camelCase for locals
2022-02-18 10:02:18 +01:00
BerkieBb
3fcbf70016
optimize(loops): use core playerdata
2022-02-18 10:00:16 +01:00
Idris Dev
f742dff5de
fix (semvar): Version correctly bumped
2022-02-18 18:41:54 +11:00
Kakarot
3cb435b737
Update README.md
2022-02-17 21:26:48 -06:00
Kakarot
9a3814ed9b
Update README.md
2022-02-17 21:24:55 -06:00
darknight2590
3b61e13854
feat (html): Organised html file - Darknight2590
...
* Rename html/app.js to html/js/app.js
* Rename html/config.js to html/js/config.js
* Rename html/drawtext.js to html/js/drawtext.js
* Rename html/testing.js to html/js/testing.js
* Rename html/utils.js to html/js/utils.js
* Rename html/style.css to html/css/style.css
* Rename html/drawtext.css to html/css/drawtext.css
* Update fxmanifest.lua
2022-02-17 19:35:01 +11:00
darknight2590
430d40db6a
feat (player/status): Added isdead check to hunger/thirst check thread
2022-02-16 20:25:53 +11:00
Idris Dev
efd28061e4
feat (server/exports): Added GetCoreVersion to return the manifest version of the core.
2022-02-15 13:51:35 +11:00
Idris Dev
df64b17aa3
Update fxmanifest.lua
2022-02-14 17:32:16 +11:00
Idris Dev
d7116867a3
bump: Upped version number
2022-02-13 23:09:57 +11:00
Idris Dev
b317f42fa2
feat (shared): Added modular shared tables
2022-02-13 23:05:58 +11:00
Idris
e7efdbd509
hotfix (exports): Updated the way functions return, now returns status, message and item (if applicable).
2022-02-13 21:49:59 +11:00
Idris
74f088e451
feat (exports): Added minor validation to the new exports.
2022-02-13 21:28:22 +11:00
Idris
488c74b2de
Merge branch 'develop' of https://github.com/qbcore-framework/qb-core into feat/ModularSharedTables
2022-02-13 20:51:43 +11:00
Idris Dev
c0bdbdebe3
feat (drawtext): Added IdrisDose/qb-drawtext to qb-core
2022-02-13 20:51:18 +11:00
Idris
ae29c94a40
feat (Shared): Added the ability to dynamically update the shared jobs, items and gangs.
2022-02-13 20:45:49 +11:00
Idris
2723d67744
feat (drawtext): Added IdrisDose/qb-drawtext to core to hopefully slow down the usage of drawtext3d.
2022-02-13 17:26:17 +11:00
Kakarot
6935e3481e
Merge pull request #453 from CTRP-Framework/patch-1
...
Update vehicles.lua
2022-02-03 06:12:34 -08:00
Kakarot
8e9a205f68
Merge pull request #492 from Demo4889/main
...
Update vehicles.lua
2022-02-03 06:12:27 -08:00
Kakarot
43be39769e
Merge pull request #496 from BerkieBb/main
...
Duplicate license config
2022-02-03 06:12:06 -08:00
Scullyy
1baa0bf868
Fix personal changes for public repo
2022-02-03 13:58:24 +00:00
Scullyy
ca5383f2d2
Prevent duplicated phone and account numbers
...
Describe Pull request
This will prevent the chance of duplicated phone and account numbers, although the chance is very low it's still a possibility as I have experienced this myself and this will resolve that issue. I feel like this should be implemented as these are meant to be unique for each player.
Questions:
- Have you personally loaded this code into an updated qbcore project and checked all it's functionality? Yes
- Does your code fit the style guidelines? Yes
- Does your PR fit the contribution guidelines? Yes
2022-02-03 13:48:40 +00:00
Scullyy
6379245963
Revert "Prevent duplicated phone and account numbers"
...
This reverts commit 8ca8282f2a .
2022-02-03 13:44:56 +00:00
Scullyy
8ca8282f2a
Prevent duplicated phone and account numbers
...
**Describe Pull request**
This will prevent the chance of duplicated phone and account numbers, although the chance is very low it's still a possibility as I have experienced this myself and this will resolve that issue. I feel like this should be implemented as these are meant to be unique for each player.
**Questions (please complete the following information):**
- Have you personally loaded this code into an updated qbcore project and checked all it's functionality? Yes
- Does your code fit the style guidelines? Yes
- Does your PR fit the contribution guidelines? Yes
2022-02-03 13:31:48 +00:00
ItsANoBrainer
2c5253918b
[Update] Missing Vehicle Properties
...
Added door state and window state.
2022-01-27 17:58:07 -05:00
ItsANoBrainer
f7ef019d26
[Update] Missing Vehicle Properties
...
Added proper support for missing or unfinished vehicle property saving/getting:
- neons enabled/disabled
- tire health
- tire burst state
- tire burst completely
- oil level
- wheel size
- wheel width
- headlight color
- interior color
- modkit 17, 19, 21, 47, 49
- livery roof
- tankHealth
- Set LegacyFuel on setting fuel level
2022-01-27 14:32:14 -05:00
BerkieBb
c6b5063aaf
feat(config): add duplicate license check config
2022-01-18 14:00:02 +01:00
BerkieBb
edc914835d
feat(events/join): add duplicate license check config
2022-01-18 13:59:36 +01:00
Demo
4afcf445e6
Update vehicles.lua
2022-01-16 20:53:26 -05:00
Demo
e6758d6aa6
Update vehicles.lua
2022-01-16 18:53:07 -05:00
Demo
e7e96bd8ed
Update vehicles.lua
2022-01-16 18:22:24 -05:00
Kakarot
6d084b1373
Merge pull request #489 from Demo4889/main
...
weapons.lua update
2022-01-15 22:31:50 -06:00
Demo
a5ea153cde
weapons.lua update
...
Update to remove unneeded items and addition of damagereason for qb-ambulancejob update
2022-01-15 21:26:13 -05:00
Kakarot
4738a50ab6
Merge pull request #486 from FjamZoo/patch-1
...
Updated danish translation
2022-01-15 18:41:21 -06:00
Kakarot
72284a50c9
Merge pull request #485 from xenfovn/patch-1
...
Create vn.lua
2022-01-15 18:41:12 -06:00
Kakarot
b68c0073de
Merge pull request #484 from CherryozZ/patch-9
...
Update es.lua
2022-01-15 18:41:01 -06:00
FjamZoo
0d449d9e03
Updated danish translation
...
There was some grammatical errors (I hope I caught them all I am dyslexic myself KekW)
2022-01-15 04:36:42 +01:00
Stable
dd78097efb
Create vn.lua
2022-01-15 09:20:01 +07:00
CherryozZ
97fc8bb059
Update es.lua
...
the latest pr on the missing_args2 locale said that all the args were filled out (lol) and had gramatical issues on some others
2022-01-14 01:25:39 +01:00
Kakarot
281385e2cb
Merge pull request #462 from BerkieBb/patch-1
...
fix(client/functions): Return right result when with hasitem callback
2022-01-13 13:35:37 -06:00
Kakarot
c3b785e7f6
Merge pull request #477 from MonkeyWhisper/patch-3
...
Update es.lua
2022-01-13 13:15:22 -06:00
Kakarot
94828057db
Merge pull request #483 from NicoDK6400/patch-1
...
Added danish translation
2022-01-13 13:14:53 -06:00
Kakarot
20b420ae23
Merge pull request #480 from frontez2/patch-1
...
sv.lua
2022-01-13 13:14:07 -06:00
Kakarot
f79dccdf4d
Merge pull request #481 from DanielCoelh0/main
...
fix pt locale
2022-01-13 13:12:34 -06:00
NicoDK6400
43b74b7778
Added danish translation
...
Just another one for the translations
2022-01-13 18:50:06 +01:00
KUMApt
c6354bad46
fix pt locale
2022-01-13 13:04:51 +00:00
Frontez
bfc22b372c
Swedish translation
2022-01-13 12:25:51 +01:00
MonkeyWhisper
9193b87d27
Update es.lua
2022-01-13 00:38:43 -05:00
Ayush Abhinav
af83b9c470
Update vehicles.lua
2022-01-12 09:25:49 +05:30
Kakarot
4490aba0f5
Merge pull request #469 from dumbIT0246/main
...
Create in.lua
2022-01-11 11:14:10 -06:00