DurtyFree / alt-V-NativeUI

NativeUI for GTA V alt:V Multiplayer mod written in Javascript / TypeScript
https://altv.mp/
Apache License 2.0
46 stars 22 forks source link

ItemSelect Index of AutoListItems is 0 #11

Open Alfons44 opened 3 years ago

Alfons44 commented 3 years ago

I want to get the Index Value of an AutoListItem on Select but the Index is Everytime 0

Code:

PerformanceMenu.ItemSelect.on((item, index) => {
    alt.log("[AutoListChange] " + index, item.Text);
});

Output: [17:12:01] [AutoListChange] 0 Motor

DurtyFree commented 3 years ago

@Alfons44 is this still a bug? It shouldnt happen, the index should be correct if the item data (arg 1) is correct