Commit Graph

13 Commits

Author SHA1 Message Date
GhzGarage 4d4feeed04 Change coord grabbing back to client 2021-07-07 17:59:44 -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 45713b35e1 Fix coords not saving 2021-06-21 14:08:27 +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 b2007b597a Update events.lua 2021-06-18 17:45:14 +02:00
LordLucifr 880e0b25cb Fixed a typo
...
2021-04-15 15:35:00 -04:00
LordLucifr 4f12f9662d Added ConnectQueue Trigger
forgot it in the first commit
2021-04-15 04:14:51 -04:00
LordLucifr da9350f8bc Fix Defferals
Additional Defferals can be added these are just proof of concept.
2021-04-15 03:58:30 -04:00
GhzGarage 78d7ff2f8b Remove log event not used 2021-04-10 18:15:54 -05:00
LoveFistRP ca4ed82715 General Fixes/Cleanup 2021-04-08 19:53:25 -07:00
GhzGarage 36a139cc09 easier file management 2021-04-08 19:11:32 -05:00