You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Where exactly do we put all the info and the trigger event info. Like I want a menu that says Job and depending on what job you have it gives you actions like cuff search person search vehice but im not sure what to put where
so where do i use the showui event and how would I make it work with jobs and such? And I am taking it that the information I gave you is correct??? that is what is in the code for the F6 Menu for jjobs and such
Where exactly do we put all the info and the trigger event info. Like I want a menu that says Job and depending on what job you have it gives you actions like cuff search person search vehice but im not sure what to put where
uidata = {
['Ask Question'] = {
['title'] = 'Cuff Crook',
['fa'] = '',
['type'] = 'export', -- event / export
['content'] = 'ruskicuff', -- EVENT
['variables'] = {server = false, send_entity = true, onclickcloseui = true, custom_arg = {}, arg_unpack = false, exports = 'exports["esx_ruski_areszt:startAreszt"]:StartKeyMaster'},
im guesesing but not sure where the
TriggerEvent('renzu_contextmenu:insert',uidata,"MENU TITLE","ENTITY",true) goes
The text was updated successfully, but these errors were encountered: