Jim Shield
65c9c6c586
Add automated check for QBInv version
...
Currently if you still have the old qb-inventory or a css edit it would require you to manually edit the starter.lua
```lua
QBInvNew = true
```
I'm testing a change to grab the version and return true of false if its above `2.0.0` (200)
```lua
local qbInvVer = GetResourceMetadata(Exports.QBInv, 'version', nil):gsub("%.", "")
QBInvNew = tonumber(qbInvVer) >= 200
```
If this causes issue's I'll revert this
2025-05-01 17:08:21 +01:00
Jim Shield
278cbb4d34
fix discord bot yml
2025-05-01 13:36:44 +01:00
Jim Shield
381c19e701
add gitbot yml
2025-05-01 00:20:35 +01:00
Jim Shield
fc2ebefc9e
fix CodeM server side inventory info grab
2025-04-30 17:54:04 +01:00
Jim Shield
423b75e7d9
Tgiann Inv support added
2025-04-30 17:53:26 +01:00
Jim Shield
e984a437df
attempt to fix shops for QS-Inv
2025-04-30 16:54:33 +01:00
Jim Shield
0818dae0df
change qs-inv metadata call to info
2025-04-30 13:21:39 +01:00
Jim Shield
771a2a3217
fix quasar crafting stash item removal
2025-04-29 23:26:10 +01:00
Jim Shield
04b3f87b32
change CodeM metadata check to info
2025-04-29 19:55:30 +01:00
Jim Shield
6c3d0ffc5e
change CodeM client inv check to getUserInventory()
2025-04-29 19:55:09 +01:00
Jim Shield
3f093ce934
fix QS-Inv registerStash function
2025-04-29 17:43:37 +01:00
Jim Shield
9a47ec59b0
bump fxmanifest version
2025-04-29 17:24:20 +01:00
Jim Shield
69ce8d9225
remove nui from jim_bridge, i think its killing things
2025-04-29 17:23:28 +01:00
Jim Shield
93b884de01
Bump to 2.0.01
2025-04-29 12:31:05 +01:00
Jim Shield
a308f82be9
version bump
2025-04-29 12:27:00 +01:00
Jim Shield
b3100a336c
possible fix for lib error
2025-04-29 12:26:49 +01:00
Jim Shield
8f7f9bb009
force stash to a table when removing items
2025-04-29 02:37:47 +01:00
Jim Shield
25dadae446
Merge pull request #41 from jimathy/1.2
2025-04-28 18:19:38 +01:00
Jim Shield
1d588c4f41
Add a complete readme with documentation
2025-04-22 19:17:34 +01:00
Jim Shield
ac58fe4bb7
Fix and enhance update checker
2025-04-22 19:17:03 +01:00
Jim Shield
45c5af8e81
Fix duplicate functions and typos
2025-04-22 19:16:31 +01:00
Jim Shield
673d9e3a12
fix alt forcing nui focus
2025-04-20 23:44:09 +01:00
Jim Shield
738e11c8e3
Add support for built in nui menu
2025-04-20 19:17:40 +01:00
Jim Shield
842379e8f9
Add override convar checks
2025-04-20 19:17:16 +01:00
Jim Shield
d1bb796d5f
implement inbuilt nui menu
2025-04-20 01:22:32 +01:00
Jim Shield
b7db98ffdc
esx fixes
2025-04-18 19:45:56 +01:00
Jim Shield
6ce6770df4
add checks for if MySQL has loaded for ESX
2025-04-18 16:14:42 +01:00
Jim Shield
56ef3b75b2
Fix change dui functions
2025-04-14 21:58:38 +01:00
Jim Shield
bd1be5e953
add function to get animal anim table for that ped
2025-04-13 19:07:02 +01:00
Jim Shield
8f72968e76
Create FUNDING.yml
2025-04-13 13:26:09 +01:00
Jim Shield
b27f91ac87
fix playerdata check for isDead in server
2025-04-12 01:09:21 +01:00
Jim Shield
35357c07a3
add isDead and isDown to getPlayer()
2025-04-12 00:19:22 +01:00
Jim Shield
943436467e
add ox checkbox option for input
2025-04-12 00:18:48 +01:00
Jim Shield
747fd272d4
fix bigmessage scaleform being local
2025-04-12 00:17:47 +01:00
Jim Shield
3ec00956df
Enhance drawtext feature
2025-04-08 17:51:30 +01:00
Jim Shield
1248102635
Add more support for RedM RSGInv
2025-04-08 17:48:38 +01:00
Jim Shield
2be706a860
hopefully fix esx loading
2025-04-08 17:47:12 +01:00
Jim Shield
2da2c56705
add basic support for RedM (RSGCore)
2025-04-07 20:52:59 +01:00
Jim Shield
4d8305c844
changes for beta branch
2025-04-01 14:15:50 +01:00
Jim Shield
8611bc6d3c
I am still alive
2025-03-26 21:43:48 +00:00
Jim Shield
2572f86030
input compat fixes
2025-03-11 22:41:13 +00:00
Jim Shield
83ba74bc12
fixes
2025-03-08 20:55:05 +00:00
Jim Shield
6bfb549fd0
refactor + attempt better support for other inventories
2025-03-08 13:44:05 +00:00
Jim Shield
31a7ac2951
general fixes and updates
2025-03-07 13:32:10 +00:00
Jim Shield
1cb2bdb525
fixes for jim-crafting changes
2025-03-07 13:30:17 +00:00
Jim Shield
daa9dca142
fix createCallback complaining on client side
2025-03-07 13:29:43 +00:00
Jim Shield
c947993e9e
Add multiscript banking functions
2025-03-07 13:27:47 +00:00
Jim Shield
8dd2b7ae9a
Beta: Fixes for existing scripts + feature for jim-crafting
2025-03-06 23:49:07 +00:00
Jim Shield
8eb98bff29
(Beta) Fixes for multiframework support
2025-03-01 12:58:43 +00:00
Jim Shield
f9812a689e
Add files via upload
2025-02-22 13:21:54 +00:00
Jim Shield
e72fad0bfa
Upload beta 1.2
2025-02-21 13:47:15 +00:00
Jim Shield
61a582a330
Remove old files
2025-02-21 13:45:08 +00:00
Jim Shield
80c357986d
Merge pull request #22 from jimathy/1.0.13
...
1.0.14
2024-02-25 11:49:30 +00:00
Jim Shield
6c2b0b487f
Merge branch 'main' into 1.0.13
2024-02-25 11:49:13 +00:00
Jim Shield
ad3d2b534f
update version.txt to 14
2024-02-23 15:51:52 +00:00
Jim Shield
a4e9333ab8
1.0.14
2024-02-23 15:47:08 +00:00
Jim Shield
e08b349e31
Version Bump
2024-02-20 12:44:25 +00:00
Jim Shield
2bf7a28508
fix typo
2024-02-20 12:43:51 +00:00
Jim Shield
e6bee2ae2e
dui request callback
2024-02-19 17:57:51 +00:00
Jim Shield
fc832d73f9
dui request callback
2024-02-19 17:57:15 +00:00
Jim Shield
e8e9b53f53
port dui texture changes (needs mutliscripting)
2024-02-19 17:53:23 +00:00
Jim Shield
7304376e90
getDurability updates
2024-02-19 17:52:19 +00:00
Jim Shield
7e9914afda
grav inv fixes
2024-02-19 17:50:19 +00:00
Jim Shield
89f6f6deb0
add jpr-phonesystem support
2024-02-16 22:45:22 +00:00
Jim Shield
faa4a123fd
Merge pull request #21 from SirOMGitsYOU/patch-2
...
add jpr-phonesystem support
2024-02-16 22:45:07 +00:00
Jim Shield
f1ae24d0fe
separate create dui event
2024-02-16 22:42:13 +00:00
Jim Shield
4848b51ecc
Update README.md
2024-02-14 17:34:04 +00:00
Jim Shield
2aa0cc9d5d
Start adding manual durability changes
2024-02-14 00:19:36 +00:00
Jim Shield
5e3ace804d
Adjust ox/qb target name creation
2024-02-14 00:11:08 +00:00
Jim Shield
42b109a5f1
readability
2024-02-09 17:02:45 +00:00
Jim Shield
5a8afb516b
Update README.md
2024-02-09 16:51:20 +00:00
Jim Shield
ef2771cc83
Update README.md
2024-02-09 16:49:29 +00:00
Jim Shield
942c11af1d
Update README.md
...
Start adding documentation
2024-02-09 00:46:20 +00:00
Jim Shield
b291e3f4b6
Update functions.lua
2024-02-08 21:54:28 +00:00
Jim Shield
46e3f18edc
Merge pull request #20 from jimathy/1.0.12
...
1.0.12
2024-02-08 18:58:37 +00:00
Jim Shield
0886d8a4b6
Version Bump
2024-02-08 18:39:30 +00:00
Jim Shield
6a23e4ac91
Move loadModel time reset
2024-02-08 18:39:02 +00:00
Jim Shield
f7b7718679
remove unused variable
2024-02-08 18:38:22 +00:00
Jim Shield
9ae034da77
remove unused variable
2024-02-08 18:38:11 +00:00
Jim Shield
4d1b2abd3d
blip_info support preview imgs
2024-02-08 18:37:14 +00:00
Jim Shield
f8e3f64907
Origen Inv Fixes
2024-02-08 18:35:54 +00:00
Jim Shield
3702835958
Added sellMenu()
2024-02-08 18:34:17 +00:00
Jim Shield
23c2e1472e
Merge pull request #19 from jimathy/1.0.11
...
1.0.11
2024-01-30 19:21:33 +00:00
Jim Shield
6367c9ed3b
remove loadmodel debug timeout print
2024-01-30 18:47:23 +00:00
Jim Shield
2d299a6a4a
chargePlayer & fundPlayer server events/fixes
2024-01-30 18:40:26 +00:00
Jim Shield
ced629d4dc
dupewarn info addition
2024-01-30 18:39:51 +00:00
Jim Shield
714121d272
crafting menu workarounds for missing info
2024-01-30 18:38:57 +00:00
Jim Shield
14c140cf85
load model and prop fixes
2024-01-29 22:23:23 +00:00
Jim Shield
881aec7c04
remove ox_lib model check as it was erroring out
2024-01-29 13:27:00 +00:00
Jim Shield
85b31e7e1d
getRandomReward added for reward item support
2024-01-29 13:23:02 +00:00
Jim Shield
66c9287202
v1.0.11 - Version Bump
2024-01-28 19:24:19 +00:00
Jim Shield
f0f59b8568
remove debug print
2024-01-28 19:19:58 +00:00
Jim Shield
e03efa6687
update stopAnim to choose ped
2024-01-28 19:19:24 +00:00
Jim Shield
5a22651961
fix ConsumeSuccess and other typos
2024-01-28 19:18:55 +00:00
Jim Shield
236689452e
custom stash slot sizes at "register"
2024-01-28 19:17:57 +00:00
Jim Shield
b686f267e1
Remove debug print
2024-01-28 01:44:53 +00:00
Jim Shield
096e323409
Merge pull request #18 from jimathy/1.0.10
...
1.0.10
2024-01-27 14:27:44 +00:00
Jim Shield
b71ec14615
sendPhoneMail - mutli phone support
2024-01-27 12:55:56 +00:00
Jim Shield
5a2304b785
quick linting
2024-01-26 20:31:46 +00:00
Jim Shield
6f413c555d
add basic canCarry function
2024-01-26 20:31:10 +00:00