Commit Graph

335 Commits

Author SHA1 Message Date
vanillaa dfedb0e225 Add two vehicles and sort more 2021-11-02 09:19:35 +02:00
Kakarot 07e110920f Inventory singleSync 2021-11-01 15:24:21 -06:00
Kakarot 9d2afdf6b1 Merge pull request #302 from BerkieBb/patch-1
Prevent confusion with OOC
2021-11-01 06:08:11 -06:00
BerkieBb e6f423fa04 feat(core/ooc): Rename to Proximity OOC to prevent confusion and double OOC messages for admins and gods 2021-11-01 09:53:46 +01:00
Kakarot 8a19f0163d Fix /ooc & add /me 2021-11-01 00:44:38 -06:00
Kakarot 5c68989836 Fix 2021-10-31 20:07:41 -05:00
Kakarot 58e536a1a3 Merge pull request #301 from Mojito-Fivem/refactor/shared-maths
refactor(maths): move maths function to shared.lua
2021-10-31 15:41:55 -06:00
Mojito-Fivem 9fd5e75302 refactor(maths): move maths function to shared.lua 2021-10-31 21:38:45 +00:00
Kakarot 005e311df1 Update functions.lua 2021-10-31 09:47:29 -05:00
Kakarot f68437e9ae Update functions.lua 2021-10-31 09:46:58 -05:00
Kakarot 0b83012b54 Merge pull request #246 from IdrisDose/main
feat (Functions/Math): Added Precision Rounding so that people can round to nearest decimal efficiently.
2021-10-31 07:50:27 -06:00
Kakarot 6af6015857 Merge pull request #299 from evanillaa/patch-1
Sort vehicles by category and build ver
2021-10-31 07:48:15 -06:00
vanillaa 6d45b802e6 Sort vehicles by category and build ver
Sort vehicles by category and build ver
The list will be updated periodically
Comments will be constantly updated
https://ibb.co/M1wY1Qr
2021-10-31 10:50:47 +02:00
Kakarot 2c20ffba03 Merge pull request #274 from LV-Soft/main
Fix always "on duty" at login.
2021-10-30 17:07:05 -06:00
Kakarot dd64f80021 Livery backwards compatibility 2021-10-28 23:49:33 -06:00
Kakarot 1a472e1d99 Merge pull request #295 from ihyajb/patch-1
feat(server): Only get paid while on Duty
2021-10-28 06:13:51 -06:00
AJ a8c7317970 feat(server): Only get paid while on Duty 2021-10-28 04:10:21 -04:00
Kakarot ec6e294860 oxmysql dependency
Only works with 1.7
2021-10-26 19:58:13 -06:00
Kakarot ebb3c261c5 Merge pull request #293 from Chang-nl/patch-1
Tiny explanation misstake
2021-10-26 14:06:04 -06:00
Chang R 1000200e52 tiny explanation error 2021-10-26 21:01:23 +02:00
Kakarot ed15db1df6 Remove table.insert 2021-10-25 06:47:40 -06:00
Kakarot 570129bfd3 chore(oxmysql): Replace fetch 2021-10-24 11:18:52 -06:00
Kakarot ffef5aeb51 Merge pull request #284 from izMystic/main
feat(notify): CSS classes
2021-10-21 22:23:15 -06:00
izMystic 2eebf87133 Update fxmanifest.lua 2021-10-22 00:17:09 -04:00
izMystic b29e31119d feat(notift): CSS classes 2021-10-22 00:14:18 -04:00
Kakarot 06e44a4553 Fix livery not sticking / randomly changing 2021-10-21 11:30:51 -05:00
Kakarot a5a1e07445 Merge pull request #283 from evanillaa/patch-24
add weapon_carbinerifle for QBShared.Weapons
2021-10-20 10:51:21 -06:00
ev.vanillaa 759a472fb5 add weapon_carbinerifle for QBShared.Weapons 2021-10-20 19:37:37 +03:00
Kakarot ae2fc68a50 Merge pull request #282 from evanillaa/patch-23
add new gta weapon default
2021-10-20 10:13:33 -06:00
ev.vanillaa 83929de09d add new gta weapon default 2021-10-20 19:11:33 +03:00
Kakarot faaae89710 Merge pull request #281 from evanillaa/patch-22
Sort weapons by categories
2021-10-20 09:09:58 -06:00
Kakarot 226d38690f Merge pull request #279 from roobr/patch-1
🐛 - Fixed Optin Function
2021-10-20 06:18:31 -06:00
ev.vanillaa 1594e307ae QBShared.Weapons sort by categ 2021-10-20 10:33:25 +03:00
ev.vanillaa 06bb027cc8 Sort weapons by categories 2021-10-20 10:06:39 +03:00
Kakarot 342dcc14ec Merge pull request #280 from jxnnyo/patch-1
update player.lua
2021-10-19 12:21:48 -06:00
jxnnyo e1a18090ea update player.lua
There was an issue when it was indexing source even though it was nil. Fully tested in my server.
2021-10-19 19:12:09 +01:00
Robert O'Brien 57583c2f4a Fixed Optin Function
Changed "return true" to "return retval" 

as If you have permissions it would always return true even if you had opted out
2021-10-19 02:49:08 +11:00
Kakarot f4be9aa749 Merge pull request #276 from alp1x/patch-1
Update README.md | for docs links
2021-10-17 09:31:14 -06:00
uyuyorum {um} dd267e9f53 Update README.md 2021-10-17 11:14:37 +03:00
Kakarot e59a644845 Merge pull request #256 from Mojito-Fivem/fix/GetClosestX
fix(client/functions): GetClosestX type checking
2021-10-16 10:31:22 -06:00
Minguez ce396a06ed Fix always "on duty" at login. 2021-10-15 20:31:59 -03:00
Mojito-Fivem c37bc775c6 chore(client/functions): Convert tabs to spaces 2021-10-14 11:58:24 +01:00
Mojito-Fivem 835147fffc Merge branch 'qbcore-framework-main' into fix/GetClosestX 2021-10-14 11:56:17 +01:00
Mojito-Fivem f7a5f53ab0 chore(client/functions): Merge fix 2021-10-14 11:55:16 +01:00
Kakarot dd3cf07513 Merge pull request #268 from TasoOneAsia/chore/style-standards
A Couple Repo Chores
2021-10-13 20:29:17 -06:00
Taso dacf1160dd chore: ignore IDE generated project folders 2021-10-13 21:55:32 -04:00
Taso a5ebf4b9ce chore(styling): ensure consistent indentation & define editorconfig 2021-10-13 21:54:57 -04:00
Kakarot da8da214e4 Update utils.js 2021-10-13 20:42:39 -05:00
Kakarot c82fbbd2fe Merge pull request #267 from TasoOneAsia/fix/gh-265
fix(ui/notify): fix wrapper definition for fetchNui
2021-10-13 19:42:20 -06:00
Taso 28ba599019 fix(ui/notify): fix wrapper definition for fetchApi 2021-10-13 21:41:22 -04:00