[ESX][FREE] kushc0de_cigarettes | A Simple Way to buy Cigarettes

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 :slight_smile:

Greetings

Code is accessible: Yes
Subscription-based: No
Lines (approximately): 100
Requirements: es_extended, esx_menu_default
Support: Yes

5 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.

1 Like

Update 1.0:

  • okokNotify functions (just lookup your cfg & locale)
  • okokTextUI functions (just lookup your cfg & locale)

grafik

grafik

2 Likes

Great job bud, keep up the good work and that you for sharing :grin:

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