notyotu
September 6, 2024, 1:03am
1
This script gives you a menu where you can put commands from your server and users can use the commands from the menu
that is, they will not need to write the commands… they simply activate them from the menu
Github
My others resources:
Multiples Storage Creators
Super craft Creators
Heist Creator
Territorie Gang War
Competitive Container
Competitive Airdrop
Player buy jobs Boss
Player buy MLOs
Player Steal Player
Super Bag
Code is accessible
Yes
Subscription-based
No
Lines (approximately)
-------
Requirements
ESX, ox_lib
Support
Yes
1 Like
Valour
September 6, 2024, 1:19am
2
Looks good. I’ll give it a try.
I have created a pr, there is no reason to make this ESX dependent or register the context menu every time its opened.
notyotu:main
← stevoscriptsteam:patch-1
opened 01:23AM - 06 Sep 24 UTC
Create context onResourceStart, remove registering activateCommand as a net even… t, remove esx dependency
Hope this helps
Valour
September 6, 2024, 1:28am
4
Yeah one question. How do I access the menu?
1 Like
notyotu
September 6, 2024, 2:05am
5
You can write the command you want here
RegisterCommand(“misiones”, function()
OpenMissionsMenu()
end)
in this case it is “misiones” but you can put whatever you want
1 Like
Valour
September 6, 2024, 3:33am
6
Thank you, this is actually a really useful script!
1 Like