Kakarot
|
ff7a6d4cee
|
Merge pull request #175 from Tastyfish/hunger
Configurable hunger and thirst rate.
|
2021-09-08 23:43:10 -05:00 |
|
David
|
ec06475c1e
|
Update player.lua
Changed to "Your inventory is too heavy!"
|
2021-09-08 15:01:48 +02:00 |
|
David
|
3800de1267
|
Notify if inventory is full
|
2021-09-02 23:46:11 +02:00 |
|
tastyfish
|
6cce66c001
|
Configurable hunger and thirst rate.
|
2021-09-01 04:07:14 -04:00 |
|
Bear
|
6b4bbc0572
|
fix gang menu recruiting does not have notify
SetGang must return true/false the gangmenu resource depends on this to give notifications
|
2021-08-30 21:02:04 -05:00 |
|
AJ
|
6d6efc88ed
|
fix: HasItem always returning true
|
2021-08-29 12:35:40 -04:00 |
|
GhzGarage
|
d8ce109422
|
Gang Command
|
2021-08-27 13:19:39 -05:00 |
|
Kakarot
|
7f8ff6009c
|
Merge pull request #159 from Developer-Bear/patch-1
clean up /job ..
|
2021-08-27 13:18:53 -05:00 |
|
BerkieBb
|
b069f71fcc
|
Fix items in separate slot not being recognized
|
2021-08-27 18:55:05 +02:00 |
|
Bear
|
31a870f99a
|
clean up /job ..
|
2021-08-26 18:29:07 -05:00 |
|
BerkieBb
|
9a2ec19673
|
Merge pull request #153 from vanillla1/patch-12
add duty for /job
|
2021-08-26 23:12:53 +02:00 |
|
BerkieBb
|
d62a5ee9e9
|
Spacing went fucked
|
2021-08-26 23:02:39 +02:00 |
|
BerkieBb
|
a01af9e199
|
feat(events/hasitem): Add amount argument to check for item amount and optimize it slightly
|
2021-08-26 23:01:29 +02:00 |
|
vanillaa
|
88fdf90cb0
|
beautifier
|
2021-08-26 23:05:47 +03:00 |
|
vanillaa
|
c827e5b27a
|
add .. fix
|
2021-08-24 23:29:58 +03:00 |
|
vanillaa
|
374f97e6e3
|
add duty for /job
|
2021-08-23 19:27:06 +03:00 |
|
Taso
|
0e68bbf1b5
|
feat(server/player): PlayerLoaded event for third party handling
Third party resources may need access to created Player instance on join, emit 'QBCore:Server:PlayerLoaded' with ref
|
2021-08-21 17:48:24 -04:00 |
|
Kakarot
|
545e029e84
|
Merge pull request #141 from izMystic/patch-4
job -> gang
|
2021-08-17 21:26:45 -05:00 |
|
izMystic
|
2468a2a1ec
|
job -> gang
|
2021-08-17 16:49:58 -04:00 |
|
vanillaa
|
7510227dbe
|
clean
|
2021-08-17 09:26:38 +03:00 |
|
BerkieBb
|
d2386910b8
|
Check distance first instead of admin to seperate admin ooc and proximity
|
2021-08-14 15:37:20 +02:00 |
|
GhzGarage
|
784527b164
|
Save an empty inventory
|
2021-08-13 20:08:23 -05:00 |
|
BerkieBb
|
848ea348e7
|
Fix proximity showing when you are the sender and admin
|
2021-08-14 01:47:38 +02:00 |
|
BerkieBb
|
d11556f116
|
Change message for admins
|
2021-08-14 01:44:41 +02:00 |
|
BerkieBb
|
f579284bc4
|
Fix entity
|
2021-08-14 00:01:20 +02:00 |
|
BerkieBb
|
6e01194a81
|
Fix distance and double message for admins
|
2021-08-13 23:33:30 +02:00 |
|
BerkieBb
|
5520eb9fe1
|
Translate
|
2021-08-12 16:22:55 +02:00 |
|
BerkieBb
|
c837315388
|
Fix remove money phone notifications
|
2021-08-12 16:20:10 +02:00 |
|
BerkieBb
|
bb9cac69ed
|
Remove unnecessary checks
|
2021-08-12 15:58:11 +02:00 |
|
Kakarot
|
e923e632f1
|
Merge pull request #116 from vanillla1/patch-5
remove qbus
|
2021-08-09 15:03:08 -05:00 |
|
Kakarot
|
55f76e1faa
|
Merge pull request #115 from bashenga/patch-1
phone bank notify only for remove bank balance
|
2021-08-09 15:02:41 -05:00 |
|
Kakarot
|
dcf22c1dc6
|
Merge pull request #111 from BJDubb/patch-2
Remove unused command from server/commands.lua
|
2021-08-09 15:00:59 -05:00 |
|
Kakarot
|
d91b00eb52
|
Merge pull request #110 from BJDubb/patch-1
Updated server/commands.lua
|
2021-08-09 15:00:41 -05:00 |
|
vanillaa
|
b3d3b9e17e
|
remove qbus
|
2021-08-09 03:21:27 +03:00 |
|
bashenga
|
f79161ee95
|
phone bank notify only for remove bank balance
Fix of showing phone bank notify when removing cash from characters; Phone bank notify will be shown If moneytype is bank.
|
2021-08-08 20:08:51 +03:00 |
|
Beckam White
|
a2161da889
|
Remove unused command from server/commands.lua
Removed command that calls `TriggerClientEvent("koil-debug:toggle", source)`
|
2021-08-08 02:27:15 +10:00 |
|
Beckam White
|
61703fcf8d
|
Updated server/commands.lua
Added validation to command arguments to continue consistency within the commands.
|
2021-08-08 02:24:38 +10:00 |
|
SW1FT
|
d5ba129d86
|
Ignore missing items
Fixes https://github.com/qbcore-framework/qb-inventory/issues/49
|
2021-08-06 19:46:14 +01:00 |
|
GhzGarage
|
c69d9e775a
|
Gang Grades
|
2021-08-05 18:47:37 -05:00 |
|
GhzGarage
|
59e2e5cb29
|
Ban Fix
|
2021-08-03 22:14:27 -05:00 |
|
GhzGarage
|
92774c6d64
|
Fix Duping
|
2021-08-03 21:50:40 -05:00 |
|
GhzGarage
|
2722215aba
|
Remove QBCore.Functions.ExecuteSql
|
2021-08-03 19:22:06 -05:00 |
|
Developer-Bear
|
842c7c9301
|
fix ban function always returns false
global variables where not writable from inside the export function for some reason
|
2021-08-03 12:43:52 -05: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 |
|
Developer-Bear
|
4400413233
|
disallow connection of a rockstar license that is already in the server
|
2021-07-26 22:15:51 -05: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 |
|
GhzGarage
|
d08f88f10c
|
Remove Deprecated Feature
|
2021-07-08 19:59:58 -05:00 |
|