Commit Graph

99 Commits

Author SHA1 Message Date
Kakarot a1880f76e5 Merge pull request #391 from MrEvilGamer/patch-2
Ifaks in shared.lua
2021-12-31 23:58:48 -06:00
Kakarot d473e82c3a Whitespace clean up (ignore) 2021-12-31 22:25:36 -06:00
vanillaa a1aa0d434f sort vehicle bulid 2545 2021-12-31 22:14:40 +02:00
Aditya Nath 40e059a1cf Ifaks in shared.lua
Add Ifaks in shared.lua
2021-12-23 20:32:33 +05:30
Holidayy95 0454cc4d1e Add missing function for Extras
Add missing function for Extras
2021-12-20 23:16:33 +00:00
Holidayy95 a65f2ed46c Adds function for vehicle extra PRs
This adds the function for both qb-policejob and qb-ambulancejob VehicleExtra PRs

https://github.com/qbcore-framework/qb-ambulancejob/pull/102
https://github.com/qbcore-framework/qb-ambulancejob/pull/103
https://github.com/qbcore-framework/qb-policejob/pull/199
https://github.com/qbcore-framework/qb-policejob/pull/200
2021-12-20 03:18:51 +00:00
Kakarot 876def5ca5 Merge pull request #375 from GameMango36/main
feat(paychecks): Jobs Off Duty Payment Option
2021-12-19 20:07:40 -06:00
izMystic 5180280d22 chore(shared): sports/super to luxury dealer 2021-12-19 15:53:14 -05:00
MiddleSkillz d56bdd2b98 feat(paychecks): Jobs Off Duty Payment Option 2021-12-16 19:52:00 -07:00
vanillaa 8108d7fa92 ammo fix 2021-11-29 13:37:42 -08:00
Holidayy95 63172a1bfb Missing Brand for Blazer Car
Missing the Brand part
2021-11-20 17:31:57 +00:00
jay-fivem 609dd36f47 Bus Job 2021-11-16 20:27:45 +10:30
jay-fivem 72526c8fb1 Bus Job 2021-11-16 13:32:06 +10:30
vanillaa 6dad073895 fix name -- 2021-11-14 19:19:08 +02:00
vanillaa 18f3b658d4 Sort items and delete unused 2021-11-14 10:16:12 +02:00
Kakarot 49ae817bac Fix random generation 2021-11-08 17:53:28 -06:00
Kakarot 0244cb669a Merge pull request #294 from jonezkti/patch-1
Better weapon and weapon icon names
2021-11-08 14:52:10 -06:00
Jonezkti 20f00a2f43 Forgot one 2021-11-08 22:30:28 +02:00
Jonezkti 1846c7c1aa Update icon names for new icons 2021-11-08 22:28:34 +02:00
Kakarot bd756e5720 Update shared.lua 2021-11-07 23:24:22 -06:00
Kakarot 3235140d76 Update shared.lua 2021-11-07 23:19:16 -06:00
Kakarot f2a3421b56 Change rounding 2021-11-07 23:13:42 -06:00
Mojito-Fivem 20fa745e28 refactor(client/functions): Add local trim function to shared.lua 2021-11-07 11:17:29 +00:00
vanillaa dfedb0e225 Add two vehicles and sort more 2021-11-02 09:19:35 +02:00
Kakarot 5c68989836 Fix 2021-10-31 20:07:41 -05:00
Mojito-Fivem 9fd5e75302 refactor(maths): move maths function to shared.lua 2021-10-31 21:38:45 +00: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
Jonezkti 60988a4f8e Better weapon and weapon icon names 2021-10-27 18:21:42 +03:00
Kakarot ed15db1df6 Remove table.insert 2021-10-25 06:47:40 -06:00
ev.vanillaa 759a472fb5 add weapon_carbinerifle for QBShared.Weapons 2021-10-20 19:37:37 +03:00
ev.vanillaa 83929de09d add new gta weapon default 2021-10-20 19:11:33 +03: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
Minguez ce396a06ed Fix always "on duty" at login. 2021-10-15 20:31:59 -03:00
Taso a5ebf4b9ce chore(styling): ensure consistent indentation & define editorconfig 2021-10-13 21:54:57 -04:00
ev.vanillaa d23e0995f3 fix " to ' 2021-09-28 18:26:38 +03:00
ev.vanillaa f6f49165da add new weapon gta default
weapon_smg_mk2 https://wiki.rage.mp/index.php?title=File:Smg-mk2-icon.png
weapon_assaultrifle_mk2 https://wiki.rage.mp/index.php?title=File:Assault-rifle-mk2-icon.png
weapon_carbinerifle_mk2 https://wiki.rage.mp/index.php?title=File:Carbine-rifle-mk2-icon.png
weapon_revolver_mk2 https://wiki.rage.mp/index.php?title=File:Heavy-revolver-mk2-icon.png
weapon_doubleaction https://wiki.rage.mp/index.php?title=File:Double-action-revolver-icon.png

https://ibb.co/qNmzsKC
2021-09-28 18:18:13 +03:00
Kakarot 923f3d3a31 ⚠️ Major Update ⚠️
- Major cleanup of all files including reformatting & notations
- Added an optional export to add to scripts as an alternative to import.lua
- Added player state to OnPlayerLoaded so no more need for isLoggedIn inside scripts
- Updated all events to the new RegisterNetEvent and got rid of unneeded handlers
- Added the ability for ACE permissions with commands
- Added two new config options for player update interval and status update
- Changed players table to use citizenid column as primary key <-- very important
- Overall sloppy code cleanup, removal of unused code, got rid of nil checks
2021-09-24 22:46:20 -06:00
Goncalo Carvalho 6521d23384 Add car Previon 2021-09-09 17:59:42 +01:00
Kakarot 9eefcc553e Merge pull request #178 from Kingsage311/patch-3
vehicle priceing chages
2021-09-08 23:43:53 -05:00
GhzGarage 9d282bb2a0 Cypher car 2021-09-08 23:29:25 -05:00
Kings 03b6cebef2 vehicle priceing chages 2021-09-02 14:37:39 -07:00
TheRealGambo 51606c4ddc fix typo with some sportsclassics cars using the category 'sportsclassic' instead of 'sportsclassics' 2021-08-28 12:27:46 +01:00
Kakarot 71e8886dc8 Merge pull request #157 from Terry-Ligma/patch-1
Fleshlight added to shared objects
2021-08-27 12:26:18 -05:00
Kakarot 2b7814e1c0 Merge pull request #145 from goncalocarvalho95/Tuners-DLC-Cars
Update car list
2021-08-27 12:23:22 -05:00
Terry-Ligma 84bf9ee43f Fleshlight added to shared objects
;)
2021-08-24 17:03:04 -05:00
BerkieBb 36da3c197b Merge pull request #126 from ihyajb/patch-1
Updated description's for some items
2021-08-22 10:21:33 +02:00
AJ 455e9fc511 Fixed items I missed 2021-08-21 21:28:24 -04:00
Goncalo Carvalho d7a7eb7c36 Update new car 2021-08-19 18:21:15 +01:00