Closed xxshady closed 2 years ago
const localEvent = new alt.Utils.LocalEvent("test", (...args) => {}) localEvent.destroy() const genericLocalEvent = new alt.Utils.GenericLocalEvent((eventName, ...args) => {}) genericLocalEvent.destroy()
Let's not get too overboard with the "everything has to be OOP" mindset
ok