Commit Graph

134 Commits

Author SHA1 Message Date
BerkieBb 752f2ba767 Merge pull request #81 from Developer-Bear/main
revert, going a different route after discussion
2021-08-01 22:18:08 +03:00
Bear 498a7f958b revert, going a different route after discussion 2021-08-01 14:02:30 -05:00
BerkieBb 28ba476fe8 Merge pull request #80 from Developer-Bear/main
remove progressbar dependency
2021-08-01 21:52:48 +03:00
Bear dfc4375151 remove progressbar dependency
fixes progress bar errors on resource start
2021-08-01 13:50:49 -05:00
Kakarot b614e703b2 Delete esxlicense directory 2021-07-31 16:09:48 -05:00
Kakarot d56a6c9b07 Update README.md 2021-07-31 16:08:32 -05:00
BerkieBb 9cdb60ac6b Merge pull request #76 from stacheboi/main
Typo Fix for Pistol MK2 image not showing
2021-07-30 22:09:02 +03:00
BerkieBb e238051efa Renamed function 2021-07-30 21:05:01 +02:00
BerkieBb 6ef71fbc0e Rename function to be called in the loop 2021-07-30 21:04:50 +02:00
BerkieBb aabe717775 Remove paycheckloop function from QBCore table 2021-07-30 21:03:42 +02:00
stacheboi 8c69112145 Typo Fix for Pistol MK2 image not showing 2021-07-29 14:56:04 -04:00
Kakarot a6594e1b47 Merge pull request #74 from TasoOneAsia/main
chore(lua54): utilize Lua version 5.4 runtime
2021-07-27 15:00:38 -05:00
Taso c900b99f86 chore(lua54): utilize Lua version 5.4 runtime
This version includes improved changes to GC, better pseudo-randomness with `math.random()` (no longer requiring a seed to display even an ounce of randomness), and `const` keyword for all the immutable fellas out there.
2021-07-27 11:09:41 -04:00
Kakarot a05648d58f Merge pull request #72 from Developer-Bear/main
disallow connection of a rockstar license that is already in the server
2021-07-26 22:24:10 -05:00
Developer-Bear 4400413233 disallow connection of a rockstar license that is already in the server 2021-07-26 22:15:51 -05:00
Kakarot 7e20d0bc36 Merge pull request #56 from Developer-Bear/main
fix incorrectly spelled motorcycles causing the vehicle shop to crash
2021-07-20 00:56:40 -05:00
Developer-Bear d47f6b911a fix incorrectly spelled motorcycle causing the vehicle shop to crash 2021-07-13 22:17:54 -05:00
BerkieBb f7dc6706ba Merge pull request #52 from darkets/patch-1
Fixing an exploit
2021-07-13 15:07:20 +02:00
darkets 2af024f941 Fixing an exploit
By changed the shouldClose from false to true, this prevents an exploit by reloading the weapon through the inventory and dropping the ammo on the ground and once reloaded picking it back up.
2021-07-12 18:19:50 +03:00
BerkieBb b875760309 Spacing 2021-07-10 11:42:53 +02:00
BerkieBb 6a7d564a2c Remove unused tables/queries 2021-07-10 11:42:19 +02:00
BerkieBb 448822b525 Merge pull request #51 from NiftyLife/patch-2
Remove 1 of 2 license primary keys in bans table
2021-07-10 11:39:57 +02:00
NiftyLife 68b8090ceb Remove 1 of 2 license primary keys in bans table 2021-07-10 00:02:33 +02:00
BerkieBb 07bbc8d719 Merge pull request #50 from izMystic/patch-3
remove the 2 license tables
2021-07-09 21:04:50 +02:00
izMystic fd5108abdd remove the 2 license tables 2021-07-09 14:54:06 -04:00
BerkieBb 1b0a9ee6a1 Merge pull request #49 from izMystic/patch-2
Change GetHashKey to backticks
2021-07-09 18:20:49 +02:00
izMystic a9dc91e9c0 Change GetHashKey to backticks 2021-07-09 12:12:52 -04:00
GhzGarage d08f88f10c Remove Deprecated Feature 2021-07-08 19:59:58 -05:00
GhzGarage 0603076be3 ⚠️⚠️ Steam Ditch ⚠️⚠️ 2021-07-08 19:54:57 -05:00
GhzGarage b2ec7ae041 Remove Optional Tables 2021-07-07 19:55:00 -05:00
GhzGarage 4d4feeed04 Change coord grabbing back to client 2021-07-07 17:59:44 -05:00
Kakarot d52465eb51 Merge pull request #43 from izMystic/patch-1
translate
2021-07-07 08:24:26 -05:00
GhzGarage e35c19366a Remove Vehicle Models - Test 2021-07-06 18:09:45 -05:00
GhzGarage e5ffe58b38 ESX Licensing 2021-07-06 16:04:18 -05:00
Kakarot e065d2989a Merge pull request #44 from MiddleSkillz/patch-1
refactor(shared/weapons): Optimized Weapon Hashing
2021-07-04 18:01:09 -05:00
MiddleSkillz a7afb6d267 refactor(shared/weapons): Optimized Weapon Hashing
Use an optimized method of generating the weapon hashes in the `QBConfig.Weapons` GetHashKey is kinda slow.
2021-07-03 23:01:12 -06:00
izMystic 4937463efb translate 2021-07-03 04:46:09 -04:00
GhzGarage ebbf7a3378 GetObject 2021-07-01 21:45:05 -05:00
Kakarot 4f4b840f87 Merge pull request #40 from gutsoo/patch-1
Sniper ammo as an item, might need in future
2021-07-01 18:57:13 -05:00
BerkieBb 60fadeeee5 Merge pull request #41 from gutsoo/patch-2
Dutch to EN
2021-07-01 16:34:39 +02:00
GhzGarage 7f9e91fb61 GetGamePool 2021-06-30 23:14:37 -05:00
gutso f0da9a3026 Dutch to EN 2021-07-01 01:47:55 +03:00
gutso a78114fa80 Sniper ammo as an item, might need in future 2021-07-01 01:29:18 +03:00
BerkieBb d81a9663b5 Fix wrong name for taser image 2021-06-30 18:14:55 +02:00
GhzGarage 1ed8c63cdb Player Update 2021-06-28 18:24:44 -05:00
GhzGarage 1a2ff548ab SQL 2021-06-28 16:46:58 -05:00
GhzGarage 59a4fb2fcd Test SQL 2021-06-28 16:41:38 -05:00
GhzGarage 200ace10af TEST SQL 2021-06-28 16:19:23 -05:00
GhzGarage cba18337d6 SQL Queries 2021-06-28 11:08:29 -05:00
GhzGarage af5c2f9d71 Stupid, Stupid, Stupid 2021-06-27 17:52:24 -05:00