Zerio
5d2ee040b3
feat: add same validation for gangs as for job
2024-05-26 07:55:38 +02:00
Zerio
3d6760b402
fix: what should happen for non existant jobs?
2024-05-26 07:55:11 +02:00
Zerio
ffc67e0347
fix: validate job info upon player login
2024-05-26 00:21:29 +02:00
Kakarot
d479831d0d
server functions
2024-05-23 02:39:29 -05:00
Kakarot
8ed71e03b9
Merge branch 'main' into main
2024-05-20 20:43:56 -04:00
Toretto
8a9849b803
Merge branch 'main' into main
2024-05-21 00:16:35 +01:00
Kakarot
435c5335a3
Inventory Update
2024-05-20 05:28:38 -05:00
t0retto
07099e64a5
fix: annoying typo
2024-05-18 22:29:51 +01:00
TehSteel
5936be434a
Update events.lua
2024-05-16 23:43:53 +03:00
TehSteel
4dbe320962
Update events.lua
2024-05-16 23:35:25 +03:00
Kakarot
7a0d4830cc
Merge branch 'main' into optimizations
2024-05-11 19:12:32 -04:00
Kakarot
1ac602bbcc
Merge branch 'main' into patch-1
2024-05-11 18:58:10 -04:00
Kakarot
c068817f17
Merge branch 'main' into optimizations
2024-05-11 18:57:53 -04:00
Joel
20fe7e471c
Fix: Set job boss value to grade value
...
Updates the job table's `isboss` value based on the grade
2024-05-05 09:25:03 +01:00
Kakarot
06f92b657c
Update player data format & queries
2024-05-01 02:25:54 -05:00
EinS4ckZwiebeln
868600197d
Optimizations
2024-03-28 12:56:32 +01:00
AdrianCeku
7bdcfccac8
Fixed bug where player.Functions.HasItem would execute QBCore.Functions.HasItem but not return the value
2024-02-27 20:34:45 +01:00
Kakarot
a4543646b4
Merge pull request #1062 from bfivem/main
...
refactor: small optimization
2024-02-10 17:41:33 -05:00
FjamZoo
d7cc3b5884
Feat: Add statebag for instances
2024-01-30 04:41:07 +01:00
Kakarot
cdd1502f01
Money reasons
2024-01-15 00:31:52 -06:00
MoskalykA
fb4cc3e113
refactor: small optimization
2023-12-21 20:17:32 +01:00
Kakarot
554ae36ec1
Update export
2023-11-23 11:12:34 -06:00
Sh3ldar
5c29cacf32
Update events.lua
...
translation fix
2023-11-15 12:31:00 +01:00
Kakarot
d7323ba147
fxdk handling + naming + duplicate license
2023-11-13 03:28:14 -06:00
Kakarot
27e4d82b28
Merge pull request #1031 from Swellington-Soares/main
...
refactor: update GetIdentifier to use new native
2023-11-09 21:29:54 -05:00
Kakarot
37976edc22
Util commands
...
Delete all vehicles, peds or objects known to the server
2023-11-08 04:40:47 -06:00
Kakarot
4149582c44
Remove unused metadata
2023-11-08 02:22:37 -06:00
Kakarot
a73e878487
Weapon attachment rework
2023-11-03 09:40:35 -05:00
Swellington Soares
de1931911d
refactor: update GetIdentifier to use new native
2023-10-28 03:51:39 -03:00
Hakos
641ea95814
fix source
2023-09-30 00:42:29 +00:00
hakos
d797ee14b6
fix update shared and get at player connection
2023-09-28 12:38:24 +02:00
hakos
d82bda7a57
Merge branch 'patch-2' of https://github.com/hakos47/qb-core
2023-09-28 12:37:02 +02:00
hakos
8ea6644270
update shared at player connection
2023-09-28 12:32:57 +02:00
Hakos
f70326b53e
Merge branch 'main' into patch-2
2023-09-25 22:13:24 +02:00
Kakarot
4a0993591b
Merge branch 'main' into main
2023-09-23 15:12:10 -05:00
Kakarot
f3578b2945
Merge branch 'main' into main
2023-09-23 15:10:51 -05:00
Kakarot
5821fc7277
Merge branch 'main' into main
2023-09-21 22:28:39 -05:00
Kakarot
8082302e12
Merge branch 'main' into patch-2
2023-09-21 22:24:09 -05:00
Swellington Soares
f93c31fa54
Update functions.lua
...
Added functions to Get players by account and added functions by char info passing the key property and value to check if exists.
2023-09-20 17:02:43 -03:00
Cocodrulo
1769fbe8b0
Update player.lua
...
A more comprehensive way of notifying a player and checking if a player has items from the server side.
2023-08-18 14:49:08 +01:00
Hakos47
6aef4a330a
Merge branch 'main' into patch-2
2023-07-29 23:34:13 +02:00
Daniel GP
f175bcf47f
Merge branch 'main' into main
2023-07-10 15:36:27 +02:00
EinS4ckZwieblen
dde2f788d3
chore(server/events): remove redundant vehicle spawning
2023-06-22 09:13:35 +02:00
Hakos47
f7b8e5ecab
Update player.lua
...
fix error
2023-06-07 18:28:19 +02:00
Hakos47
e71e187a8f
fix shared update
...
It's a temporary fix while we see how to do it better. but this in principle fixes the error that when a client entered it did not get the table of items etc updated. since shared_scripts does not serve to update information on both sides (client, server) it would fix problems with addItems, addItem, etc.
It is not the best solution. but it's a temporary fix
2023-06-07 18:24:32 +02:00
Daniel GP
5998d92a9b
Fix bad implemention with SQL Function
2023-06-02 22:09:52 +02:00
Daniel GP
4b1acec5d1
Update query function
2023-06-01 21:23:00 +02:00
Kakarot
147d90e458
Merge branch 'main' into main
2023-06-01 11:24:34 -07:00
FjamZoo
99a90ebd5e
feat(server/events): Trigger server event on player Duty update
2023-05-17 15:57:10 +02:00
Daniel GP
b156f5c658
Add GetPlayerByLicense function
2023-05-15 22:26:06 +02:00