altmp / altv-js-module

JS module for alt:V Multiplayer. Powered by NodeJS & v8
MIT License
55 stars 35 forks source link

client: add sender element to rmlui events #171

Closed deluvas1911 closed 2 years ago

deluvas1911 commented 2 years ago

Required as not all rmlui events include a property for the sender and if they do, they only have the value 0 of type number.

It's basically a breaking change, as the events signature changes from (...args) to (sender, ...args)