Commit Graph

749 Commits

Author SHA1 Message Date
Matas 8ec1eb4b32 Remove unneeded bracket 2022-04-13 14:59:44 +02:00
Kakarot b73014a0aa Merge pull request #624 from HAMz-Project/patch-1
Add utility LoadAnimSet
2022-04-13 05:45:48 -07:00
Kakarot d3869bbe60 Merge pull request #629 from uShifty/patch-3
feat: Implement QBCore.Shared.VehicleHashs
2022-04-13 05:45:09 -07:00
Kakarot ba4c9090cc Update qbcore.sql 2022-04-13 07:43:54 -05:00
Kakarot 58b6762ab6 Merge pull request #579 from TonybynMp4/TonybynMp4-Translations
Add Joining Server Translations
2022-04-13 05:31:20 -07:00
Kakarot 4b50e3af11 Merge pull request #548 from Mycroft-Studios/main
Feat(events): Better TPM Event
2022-04-13 05:28:59 -07:00
Kakarot 92af1dc40b Merge pull request #614 from dusan01/serbian-locale
Create rs.lua
2022-04-13 05:28:33 -07:00
Kakarot a533cf05a5 Merge pull request #620 from watchakorn-18k/patch-1
Add Thai language
2022-04-13 05:28:12 -07:00
Kakarot f604967d0a Merge pull request #607 from ARSSANTO/main
Neon color saving issue solved
2022-04-13 05:27:55 -07:00
Kakarot a69486418f Merge pull request #632 from Asaayu/main
Updates to the /me command
2022-04-13 05:16:35 -07:00
Ethan 75a762f3e8 /me command - Use regex to replace formatting text
Uses regex to replace strings that match `<*>` and `~*~` in the `/me` command.
Regex: https://regex101.com/r/rrNMnx/1
2022-04-13 19:23:45 +12:00
Ethan d5280f32f2 🐎 /me command - Convert pairs() loop to for loop
As per test 9 @ https://springrts.com/wiki/Lua_Performance#TEST_9:_for-loops
2022-04-13 19:06:59 +12:00
Ethan c21cde06f7 🐎 /me command - Check input first 2022-04-13 19:02:18 +12:00
Kakarot 5eb841c1a9 Merge pull request #630 from Asaayu/patch-1
Add support for commas and integers in the TP command
2022-04-12 11:59:04 -07:00
Ethan Johnson 3d4343d420 Add support for commas and integers in the TP command 2022-04-12 23:16:54 +12:00
Kakarot 62dd12a4d9 Update callcommand permission check 2022-04-10 23:00:42 -05:00
uShifty a6160cf738 typo: VehicleHashs to VehicleHashes 2022-04-10 20:45:48 -07:00
uShifty 9d83a952c2 feat: Implement QBCore.Shared.VehicleHashs
Describe Pull request
Indexs the vehicles jenkins joaat(Hash) value as the key of the table as the key so we dont have to do some shitty ass loop through the vehicles comparing joaat values. I have no clue why this secondary table was removed in the first place if I had to guess people were lazy but this should help the lazys by automatically filling the table.

Questions (please complete the following information):
Have you personally loaded this code into an updated qbcore project and checked all it's functionality? [yes/no] (Be honest) 
Yes

Does your code fit the style guidelines? [yes/no] 
Yes

Does your PR fit the contribution guidelines? [yes/no]
Yes
2022-04-09 23:09:57 -07:00
Kakarot 04e7e196da Merge pull request #625 from LwkyLion/patch-1
Update player.lua
2022-04-08 13:53:07 -07:00
LwkyLion 04994137c1 Update player.lua
Deleting character causes an issue because the table "player_boats" was still trying to be deleted and no such table existed.
2022-04-08 11:20:40 -07:00
Ilham Wicaksono 646c916b81 Add utility LoadAnimSet 2022-04-08 04:57:59 +07:00
Mycroft d295fdc2ac Merge branch 'main' into main 2022-04-06 19:02:19 +01:00
watchakorn-18k b510c89e0d Add Thai language 2022-04-07 00:42:40 +07:00
Idris Dev de249c0439 feat: Added ChatEvent handler to server/events.lua
Merge pull request #613 from qbcore-framework/feat/HideBrokenCommands
2022-04-05 14:03:03 +10:00
Idris 429966cdd7 chore: removed bloated chatMessage code. 2022-04-05 13:57:16 +10:00
Idris Dev d2c51ae93d fix: Fixed maintenance not being tagged for review 2022-04-03 14:08:09 +10:00
Idris Dev 857e891020 feat: Deletes user vehicle when trying to spawn a new one.
when the user spawns the car, it erases the previous one he was in
2022-04-03 14:04:56 +10:00
Kakarot 3f703a2950 Event to export 2022-04-02 16:01:06 -05:00
shanruto f2fc9aedc9 Update rs.lua 2022-04-02 17:34:11 +02:00
shanruto 16ad12cbf1 Add Serbian translation 2022-04-02 17:31:36 +02:00
Idris aab215334f feat: Added ChatEvent handler to server/events.lua 2022-04-02 18:51:47 +11:00
Kakarot cddbd0184c Accidental s 2022-03-30 23:02:44 -05:00
Kakarot cf0de3ed35 Merge pull request #594 from GhzGarage/main
WIP Permissions System
2022-03-30 16:31:36 -06:00
Kakarot ccbc6b216d Remove job check 2022-03-30 17:25:20 -05:00
Kakarot b04eb3f43a Update to qbcore. 2022-03-30 17:05:07 -05:00
Atikur Rahaman Santo bf0b3eef65 Neon color saving issue solved 2022-03-31 01:28:59 +06:00
Kakarot 2d6159345b Remove 2022-03-30 01:31:36 -05:00
Kakarot eb34e65204 More changes 2022-03-30 01:20:11 -05:00
Kakarot dd6c6c4a09 More changes 2022-03-30 01:04:59 -05:00
Kakarot 46a2aae5ce More changes 2022-03-30 00:45:31 -05:00
Kakarot f5e22066fb More changes 2022-03-29 22:33:26 -05:00
Kakarot a528a0b127 More updates 2022-03-29 22:12:00 -05:00
Idris Dev 48a73aff83 Update fxmanifest.lua 2022-03-29 19:32:56 +11:00
Idris Dev abf9abbbf2 Merge pull request #599 from trclassic92/patch-1
Loading issue (Shared Folder)
2022-03-29 15:20:59 +11:00
TRClassic 814adb0a23 Update fxmanifest.lua 2022-03-29 00:15:25 -04:00
TRClassic e730b01545 Loading issue
wasn't loading the shared files in order
2022-03-29 00:13:51 -04:00
Kakarot 94476fee2e old compat 2022-03-28 22:00:56 -05:00
Kakarot 905d407ce3 Merge pull request #598 from Molicheu/patch-1
Rename qb-bossmenu to qb-management
2022-03-28 20:39:31 -06:00
Kakarot cc44840df4 GetPermission function 2022-03-28 21:37:53 -05:00
Molicheu 997e19a9da Rename qb-bossmenu to qb-management 2022-03-28 22:36:38 -04:00