alt:V Event SuggestionsWhen you're working with custom events on an alt:V project it's really hard to keep track of event names in a cross-resource setting. This means that you must mentally keep track of all events you create. You also have to keep complete track of all the parameters between resources. This extension hopes to resolve that. Features
Event Support✅ WebView to Client ✅ Client to WebView ✅ Client to Client ✅ Server to Server ✅ Server to Client (player.emit, and alt.emitClient) ✅ Client to Server What is the problem?When using
In your other resource when you type Instead you get just the default With this extension, your custom events will now show up based on where they are available. Declaring Emit ParametersEmits can also automatically give parameter suggestions when creating an event. Simply add the suggested parameters above the emit.
Once declared above the emit, the auto-suggestion after filling in
|