Open gfxanuj123 opened 3 years ago
How can i add a event which is like this TriggerEvent("server-inventory-open", "1", "Shop") When adding this on event field its not Working :-
options = { { event = "server-inventory-open","1","Shop", icon = "fas fa-coffe", label = "shop", }, },
Correct, that's now how it works
Ok then thanks for your reply
But is there any way to make them work?
No, it doesn't trigger an event with parameters, you need to set it up properly
How can i add a event which is like this TriggerEvent("server-inventory-open", "1", "Shop") When adding this on event field its not Working :-
options = { { event = "server-inventory-open","1","Shop", icon = "fas fa-coffe", label = "shop", }, },