Idris
bf0a4a2192
Merge branch 'main' of https://github.com/qbcore-framework/qb-core into dev
2022-03-15 18:04:37 +11:00
Idris Dev
617dc0e760
Merge pull request #564 from qbcore-framework/revert-519-main
...
Revert "Trigger Job Update on Duty Update"
2022-03-15 09:57:49 +11:00
Idris Dev
17fc6544e5
Revert "feat (server/player): Added Job update on duty update ( #519 )"
...
This reverts commit f58478b61f .
2022-03-15 09:57:38 +11:00
Idris Dev
aeacfa9ca0
Merge pull request #517 from Scullyy/main
...
Prevent duplicated phone and account numbers
2022-03-12 14:03:24 +11:00
Idris Dev
423e959f38
Update Number 10?
2022-03-06 21:36:23 +11:00
Idris Dev
40f16a836e
Update auto_assign.yml
2022-03-06 21:35:33 +11:00
Idris Dev
44a5bd4ab7
Update auto_assign.yml
2022-03-06 21:34:34 +11:00
Idris Dev
de27d316fb
Update auto_assign.yml
2022-03-06 21:25:34 +11:00
Idris
1db8792a26
Merge branch 'main' of https://github.com/qbcore-framework/qb-core into dev
2022-03-06 21:16:46 +11:00
Idris Dev
deee263c4a
Update auto_assign.yml
2022-03-06 21:16:36 +11:00
Idris
5bf8abf66b
Merge branch 'main' of https://github.com/qbcore-framework/qb-core into dev
2022-03-06 21:15:14 +11:00
Idris Dev
e9e0cffd67
Create auto_assign.yml
2022-03-06 21:11:19 +11:00
Idris Dev
f50cca0791
Update HTML to reflect new location of assets
2022-03-02 10:19:54 +11:00
jnccloud
8760d61bcd
Merge branch 'dev' into patch-1
2022-03-01 17:26:03 -05:00
Idris Dev
352efae1d5
Merge pull request #555 from t3xtm3/dev
...
tweak(index.html): Fix css/js href
2022-03-02 07:37:18 +11:00
jnccloud
2f0c82d5f9
Update HTML to reflect new location of assets
2022-03-01 13:19:41 -05:00
wert
67b1e20a92
tweak(index.html): Fix css/js href
2022-03-01 15:03:28 +00:00
Idris Dev
a76a651379
feat (vehicles): Updated Missing Vehicle Properties
...
[Update] Missing Vehicle Properties
2022-03-01 18:20:48 +11:00
Idris Dev
fa99bf0339
feat (main): Pulling main into dev. ( #542 )
...
* Update README.md
* Update README.md
* feat (locale/tr): Added turkish locale.
Türkçe Karakter Yer Almakta
* feat (locale/es): Added spanish.
* updated spanish
Sounded weird
* Update es.lua
* feat (locale/lv): Added latvian.
I'm personally a native speaker and I can approve this is correct.
* feat(qb-core/player): Added server-side event onJobUpdate (#516 )
Added server-side event onJobUpdate so scripts can listen on server if any player changed their job. It's safer than redirecting client event to server again.
* feat (server/player): Added Job update on duty update (#519 )
* Trigger Job Update on Duty Update
* Add server event
Co-authored-by: Kakarot <57848836+GhzGarage@users.noreply.github.com >
Co-authored-by: Muhammed Developer <56224780+muhammed10100@users.noreply.github.com >
Co-authored-by: MonkeyWhisper <82112471+MonkeyWhisper@users.noreply.github.com >
Co-authored-by: Casper <71441748+JajarGaming@users.noreply.github.com >
Co-authored-by: Chaini <28576404+chainiDV@users.noreply.github.com >
Co-authored-by: Brady F <bmf1418@gmail.com >
2022-02-21 15:00:02 +11:00
ItsANoBrainer
dec696a843
Use SetVehicleFuelLevel Native
...
Use SetVehicleFuelLevel on QBCore:Command:SpawnVehicle Event
2022-02-19 13:11:28 -05:00
ItsANoBrainer
cc43734a3c
Use SetVehicleFuelLevel Native
...
Use SetVehicleFuelLevel on QBCore.Functions.SpawnVehicle
2022-02-19 13:11:26 -05:00
ItsANoBrainer
66ca5a7bb7
Removed Legacyfuel usage
2022-02-19 12:56:44 -05:00
ItsANoBrainer
6ed74c6392
Remove LegacyFuel usage
2022-02-19 12:56:01 -05:00
Brady F
f58478b61f
feat (server/player): Added Job update on duty update ( #519 )
...
* Trigger Job Update on Duty Update
* Add server event
2022-02-19 18:09:23 +11:00
Chaini
394d723eae
feat(qb-core/player): Added server-side event onJobUpdate ( #516 )
...
Added server-side event onJobUpdate so scripts can listen on server if any player changed their job. It's safer than redirecting client event to server again.
2022-02-19 18:03:25 +11:00
MeMo
707a43d4b8
fix (server/functions): BanTime fix.
2022-02-19 17:56:02 +11:00
Liam Dormon
3b36f7e4e5
fix(client/functions): type checking for vectors ( #430 )
...
allows for cross scrt compatibility with newer functions
2022-02-19 17:39:50 +11:00
Casper
93be2817b1
feat (locale/lv): Added latvian.
...
I'm personally a native speaker and I can approve this is correct.
2022-02-19 17:37:54 +11:00
MonkeyWhisper
94a1f43734
feat (locale/es): Added spanish.
...
* updated spanish
Sounded weird
* Update es.lua
2022-02-19 17:36:57 +11:00
Muhammed Developer
ca826e1499
feat (locale/tr): Added turkish locale.
...
Türkçe Karakter Yer Almakta
2022-02-19 17:34:01 +11:00
Idris Dev
391b293e06
style (drawtext): camelCase drawtext local functions.
...
Co-Authored by @BerkieBb
2022-02-19 17:27:01 +11:00
Idris Dev
61c709c0f0
feat (readme): Updated readme ( #538 )
...
* Update README.md
* Update README.md
Co-authored-by: Kakarot <57848836+GhzGarage@users.noreply.github.com >
2022-02-19 17:26:05 +11: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