Hey,
unfortunately, more and more developers want money for some simple code. For this reason I have tried myself on a code and want to share it with you.
Features:
- Items adjustable
- Full access to the code
- Easy to configure
- Buy items
- Checks inventory space and cash
Resmon is unfortunately currently it high. (0.00ms while not using, 0.09-0.11ms while ESX HelpNotification is shown)
If you have suggestions for improvement create a PR or comment on the post.
Preview
Github
Direct Download
Optional:
okokNotify
okokTextUI
I will try my best
Greetings
Code is accessible: Yes
Subscription-based: No
Lines (approximately): 100
Requirements: es_extended, esx_menu_default
Support: Yes
6 Likes
For the resmon You could try changing to maybe a regular notification or you can change the help text to OkOK help text instead of the default one.
2 Likes
Maybe a video or photo to showcase your script would be helpful.
3 Likes
yeah a video or pics at least
3 Likes
Video is uploaded and linked.
Please remember that it may look different for you depending on esx_menu_default.
2 Likes
Great job bud, keep up the good work and that you for sharing
1 Like
Thank you buddy, if you have any ideas just let me know
Update 2.0
- Hotfix if you don’t use okokTextUI
Just replace client.lua or replace in Line 41 & 42 from:
exports[‘okokTextUI’]:Close()
textshowed = false
to:
if Config.okokTextUI then
exports[‘okokTextUI’]:Close()
textshowed = false
end