Commit Graph

898 Commits

Author SHA1 Message Date
Kakarot 03d24a3dcb Merge branch 'main' into ClientCallbacks 2022-06-15 20:06:51 -07:00
Kakarot 8d201eff22 Merge pull request #702 from mmoftah/main
FEAT: Allow getting offline Player object
2022-06-15 19:37:02 -07:00
ItsANoBrainer 7daf9f121a Merge branch 'main' into ClientCallbacks 2022-06-15 21:56:46 -04:00
Kakarot 1be8447c2b Merge branch 'main' into main 2022-06-15 18:14:30 -07:00
Kakarot 2493da2804 Merge pull request #716 from QBLes/patch-1
Updated to Events.lua
2022-06-15 18:09:20 -07:00
Kakarot 1b795179b7 Merge branch 'main' into patch-1 2022-06-15 18:07:59 -07:00
Kakarot 51ea1ee743 Merge pull request #617 from Lionh34rt/main
PlayerData.job.isleo
2022-06-15 18:07:29 -07:00
Kakarot 53190a87ab Merge branch 'main' into main 2022-06-15 18:00:39 -07:00
Kakarot 83cdc53efa Merge pull request #656 from Getpwnedbydolbajoba/patch-1
Estonian translation.
2022-06-15 17:53:23 -07:00
Kakarot 9e917f4e94 Merge branch 'main' into patch-1 2022-06-15 17:52:43 -07:00
Kakarot 29448781ba Merge pull request #659 from Qwerty1Verified/patch-1
🐛fix(clearinv): Player id definition
2022-06-15 17:51:43 -07:00
Kakarot b43f9cecc9 Merge branch 'main' into patch-1 2022-06-15 17:51:02 -07:00
Kakarot 8cb6c676a6 Merge pull request #718 from uShifty/patch-4
fix: Phone number generation
2022-06-15 17:48:43 -07:00
Kakarot fdf03c522d Merge pull request #660 from kywan/patch-1
Update config.lua
2022-06-15 17:47:51 -07:00
Kakarot b951cfcc15 Merge branch 'main' into patch-1 2022-06-15 17:46:31 -07:00
Kakarot 9c2a0a9905 Merge pull request #666 from JackBro2022/patch-2
Additional fixes to 4K scaling
2022-06-15 17:44:30 -07:00
Kakarot cb45b7be74 Merge pull request #663 from JackBro2022/patch-1
Better support for 4k screens
2022-06-15 17:43:59 -07:00
Kakarot 00ed5251f1 Merge branch 'main' into patch-1 2022-06-15 17:43:04 -07:00
Kakarot d855d5ab29 Merge branch 'main' into patch-2 2022-06-15 17:42:57 -07:00
Kakarot 7794794f3a Merge branch 'main' into main 2022-06-15 17:40:12 -07:00
Kakarot 9f0c613b37 Merge pull request #689 from Okkie-NL/patch-1
Updated nl.lua to add missing lines
2022-06-15 17:35:28 -07:00
Kakarot db91e67d3b Merge pull request #697 from serhatalmez/main
Added UpdateItem function.
2022-06-15 17:34:47 -07:00
Kakarot 25b653c295 Merge branch 'main' into patch-1 2022-06-15 17:32:59 -07:00
Kakarot 9d3506f5d0 Merge branch 'main' into main 2022-06-15 17:32:51 -07:00
Kakarot 337c91d081 Merge pull request #715 from Lionh34rt/patch-2
ExploitBan export
2022-06-15 17:31:37 -07:00
Kakarot 794020274e Merge branch 'main' into patch-2 2022-06-15 17:29:51 -07:00
Kakarot 3808b8dc0d Merge branch 'main' into patch-1 2022-06-15 17:29:47 -07:00
Kakarot 92eab1feb3 Merge branch 'main' into patch-4 2022-06-15 17:29:18 -07:00
Kakarot 9107130831 Merge pull request #721 from nzkfc/patch-2
Forces cars to spawn clean
2022-06-15 17:28:03 -07:00
Kakarot 0473af00d1 Merge pull request #723 from LuquinhasVulgoRC/main
Create pt-br.lua
2022-06-15 17:27:50 -07:00
mmoftah97 7c57f6a817 Address PR Comments. 2022-06-15 19:08:46 -04:00
mmoftah97 acb313c34d FEAT: Allow getting offline Player object 2022-06-15 19:08:46 -04:00
Kakarot e8dd5941f4 Prevent error 2022-06-15 15:03:06 -07:00
RC 480e3030bc Create pt-br.lua 2022-06-13 19:02:59 -03:00
nzkfc a48e11de86 Forces cars to spawn clean
Will ensure cars spawn cleaned instead of random levels of dirt.
2022-06-10 22:10:44 +12:00
Lionh34rt 8062549f1b fix(server): linting issues 2022-06-08 17:26:49 +02:00
Lionh34rt 7c181b7cc8 Merge branch 'main' into patch-2 2022-06-08 17:19:52 +02:00
uShifty 88d31270bf fix: Phone number generation
Due to merging the 2 sets of random generated numbers it makes the variable PhoneNumber a string when it should be a number value. I noticed this bug when the framework function QBCore.Functions.GetPlayerByPhone was not working as intended.
2022-06-06 20:05:24 -07:00
QBLes 3c7f28f0b4 Updated to Events.lua
To allow backwards compatibility, this update Broke many scripts.
2022-06-06 17:49:25 +10:00
Kakarot c1bc866c45 Merge pull request #685 from buddizer/patch-1
Added missing es.lua phrases and improved others
2022-06-05 20:37:42 -05:00
Kakarot cb836b2727 Merge pull request #712 from Getpwnedbydolbajoba/patch-2
Create et.lua
2022-06-05 20:37:06 -05:00
Lionh34rt bc95a864b9 ExploitBan export
This export allows you to use it any script for exploit checks. Instead of having to define the function in multiple scripts like:

exports['qb-core']:ExploitBan(source, "pawn-shop")

https://github.com/qbcore-framework/qb-pawnshop/commit/8e81307cbabc3607fe4a82f88abf13765b35cf2f
2022-06-06 03:34:48 +02:00
Dolbajoba d3c8893922 Create et.lua 2022-06-02 16:20:17 +03:00
Kakarot 5a4d9877f7 Merge pull request #703 from TOSHKO003/main
Create bg.lua
2022-05-31 07:17:27 -05:00
Kakarot 62a2c3c3bd Merge branch 'main' into main 2022-05-31 07:16:31 -05:00
Kakarot b4ada8f054 Merge pull request #705 from IndexH/patch-1
Updated Chinese translation cn.lua
2022-05-31 07:16:09 -05:00
Index_1 7d6081c09c Merge branch 'main' into patch-1 2022-05-31 18:55:03 +08:00
buddizer 49cdf57f68 Merge branch 'main' into patch-1 2022-05-26 21:58:48 -06:00
Kakarot 269efefd17 Update README.md 2022-05-26 18:15:16 -05:00
FiveM-Hongge 4dd082f551 Updated Chinese translation cn.lua
Updated Chinese translation
2022-05-23 00:35:51 +08:00