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
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
izMystic
4937463efb
translate
2021-07-03 04:46:09 -04:00
gutso
f0da9a3026
Dutch to EN
2021-07-01 01:47:55 +03: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
GhzGarage
9a9a2f78e2
GetItemByName
2021-06-27 14:17:48 -05:00
BerkieBb
b5e70e1bce
If item not found return 0 instead of nil
2021-06-27 16:59:23 +02:00
Kmack710
db5efcb89a
Phone Number, Nationality and Bank USA default now
2021-06-23 13:26:08 -07:00
BerkieBb
45713b35e1
Fix coords not saving
2021-06-21 14:08:27 +02:00
BerkieBb
962cd4a997
Add server function for getting entity coords
2021-06-21 14:06:58 +02:00
BerkieBb
65c1eb70c9
HasItem callback made compatible with multiple items
...
To add multiple items to the callback you use it like this
QBCore.Funtions.TriggerCallback('QBCore:HasItem', function(result)
if result then
print('has items')
end
end, {"item1", "item2"})
Also still compatible with 1 item.
2021-06-19 14:48:19 +02:00
BerkieBb
ac258aac21
Update player.lua
2021-06-18 17:46:06 +02:00
BerkieBb
8b0ae68d71
Update loops.lua
2021-06-18 17:45:37 +02:00
BerkieBb
b2007b597a
Update events.lua
2021-06-18 17:45:14 +02:00