Commit Graph

8 Commits

Author SHA1 Message Date
BagusCodeStudio b2441bf278 fix: Change ipairs to pairs for non-numeric keys 2023-03-03 22:51:49 +08:00
BagusCodeStudio d887e19faa feat(es_extended/common/modules): TableContains
Example usage:
`ESX.Table.TableContains(category, {'plane', 'helicopter'})`
`ESX.Table.TableContains(category, 'boat')`

Just a small function that might be neat to have
2023-03-03 22:11:40 +08:00
Csoki ffc8231624 Merge branch 'dev' into csoki-core-refactor 2023-02-07 16:43:19 +01:00
Csoki 6ee4be79dd feat(es_extended/common/functions.lua): add option for get weapons by hash 2023-01-29 11:22:52 +01:00
Csoki 5450414b0d refactor(client/functions): ESX.SetTimeout and ESX.ClearTimeout
timeout functions moved to shared file and removed thread from client side
2023-01-22 18:54:11 +01:00
Benzo db983b931c move everything into core folder 2023-01-18 15:21:39 +01:00
Benzo 9f36559ac0 Revert "build: new repos"
This reverts commit cfb8e742e4.
2023-01-18 15:08:44 +01:00
Benzo cfb8e742e4 build: new repos 2023-01-18 15:06:15 +01:00