Jim Shield
606ad1d124
Update notify.lua
2025-11-02 22:43:02 +00:00
Jim Shield
a0377df713
Bit of tidying
2025-09-10 01:26:02 +01:00
Jim Shield
cbc3a52643
Remove references to qs scripts
2025-09-06 12:02:55 +01:00
Jim Shield
bfca698457
More + optimization
2025-08-14 20:08:09 +01:00
Jim Shield
748e5e2201
Follow same format for notify.lua and drawText.lua
...
place functions into a table to better handle compatibility of each scripts function
2025-08-13 18:13:08 +01:00
oosayeroo
fe09d0f773
qs notify + progressbar + makeVeh edit
2025-07-16 08:18:55 +01:00
Jim Shield
3b76b15bb4
Add starting support for lation_ui
...
Added support for:
- Menus
- Draw Text
- Notifications
- Skillchecks
- ProgressBar
TODO:
- Input dialogs
2025-07-04 15:20:02 +01:00
oosayeroo
ba59418b6d
return values (boolean)
...
- added return values on following functions
:fundPlayer
:chargePlayer
- added check for Config.System in Notify.lua
2025-06-18 19:30:21 +01:00
Jim Shield
9c4c92e696
Move GTA notify, target, skillcheck to /ui_modules
...
I've separated the built-in custom native GTA Notifications, skillcheck and draw text targets to separate files to be loaded along side `jim_bridge`
This now makes it so they only load once instead of with every single script, and each one can call on it
This change also makes these systems able to be called outside of `jim_bridge`
For example in my test server I'm currently using:
```lua
function QBCore.Functions.Notify(text, texttype, length, icon)
CreateThread(function()
exports.jim_bridge:Notify(nil, text, icon)
end)
end
```
2025-06-06 00:45:08 +01:00
Jim Shield
738e11c8e3
Add support for built in nui menu
2025-04-20 19:17:40 +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
2572f86030
input compat fixes
2025-03-11 22:41:13 +00:00
Jim Shield
6bfb549fd0
refactor + attempt better support for other inventories
2025-03-08 13:44:05 +00:00
Jim Shield
8eb98bff29
(Beta) Fixes for multiframework support
2025-03-01 12:58:43 +00:00
Jim Shield
e72fad0bfa
Upload beta 1.2
2025-02-21 13:47:15 +00:00