I've been using setElementID for many different element types, such as vehicles, objects, players, items, cameras and so on. Now when I use getElementByID on an element with low ID, how to get the exact element I want? I've tried using the second optional argument 'index' but that is sort of useless when I have 10+ different elements with the same ID. Any ideas for how to get the exact element I want, that will have the fastest performance?