Commit Graph

769 Commits

Author SHA1 Message Date
froberg1234 5fbc72fce1 Fixed da.lua
Fixed da.lua
2022-05-12 03:04:07 +02:00
Kakarot c6e0659cdf Merge pull request #698 from Kingsage311/main
add CODE_OF_CONDUCT.md
2022-05-11 17:44:30 -05:00
Kings feaf202c1e add CODE_OF_CONDUCT.md
Just a CODE_OF_CONDUCT.md follow it don't break it.
2022-05-11 15:43:10 -07:00
Kakarot 4dfb32db9b Update lint.yml 2022-05-06 22:01:14 -05:00
Kakarot eeb2370333 Merge pull request #692 from qbcore-framework/GhzGarage-patch-1
Create lint.yml
2022-05-06 21:49:29 -05:00
Kakarot 4239aeb080 Create lint.yml 2022-05-06 21:46:02 -05:00
Kakarot fff42697c6 Merge pull request #675 from BerkieBb/patch-1
chore(client/functions): remove QBCore.Functions.CreateBlip
2022-04-30 13:42:33 -07:00
BerkieBb 00dba8864d chore(client/functions): remove QBCore.Functions.CreateBlip
- This function has an issue with some references of blips and the usage is not very user friendly, no need for this because local functions are better
2022-04-30 22:41:53 +02:00
Kakarot 45a09d667d Merge pull request #647 from BlackfootTV/patch-1
Update fr.lua
2022-04-21 21:31:28 -07:00
Kakarot 06459e41cc Merge pull request #646 from IngPleb/patch-2
Added cs.lua
2022-04-21 21:30:55 -07:00
Kakarot b71853b13e Merge pull request #637 from Robi321/patch-1
Create pl.lua
2022-04-21 21:30:33 -07:00
Kakarot cd70522f60 Merge pull request #634 from keenowastaken/patch-1
Update de.lua
2022-04-21 21:30:23 -07:00
BlackfootTV 2f3b864809 Update fr.lua 2022-04-17 10:39:22 +02:00
BlackfootTV ddfd6c8e49 Update fr.lua
Grammatical changes
2022-04-17 00:32:53 +02:00
Matěj Vnouček 2e1cf0fc0c Added cs.lua 2022-04-16 22:55:05 +02:00
Kakarot 9cee5cd6b6 Merge pull request #639 from TonybynMp4/patch-1
Format the join server message
2022-04-13 14:43:56 -07:00
Tony 9d1ebbad16 forgor the string.format 2022-04-13 23:12:19 +02:00
Idris Dev bb321ccc24 fix: remove unneeded bracket 2022-04-14 01:31:01 +10:00
Robi321 fcfc44df75 Create pl.lua 2022-04-13 16:28:39 +02:00
Matas 8ec1eb4b32 Remove unneeded bracket 2022-04-13 14:59:44 +02:00
Matas f00fa9c42f Update de.lua 2022-04-13 14:56:21 +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