altmp / altv-js-module

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

fix order for player change interior event #173

Closed Doxoh closed 2 years ago

C0kkie commented 2 years ago

Not sure if this breaking change is needed, cuz there is no order policy, some events have old value first and some new values first

Doxoh commented 2 years ago

The question is whether it is possible to use the same order that the cpp-sdk uses. Then you would have a constant way the parameters are passed through. In the C# module, as far as I know, at least the events I have built in are based on the cpp-sdk