2021-05-25, 12:37 AM
For the problem getting the model id from the objectid, you can use:
As for the runtime error, you can debug by simply commenting out blocks of code and run tests to see if the error keeps occurring.? Eventually you'll find the block or line of code that's causing the issue and you'll be able to figure out what needs to be changed.
Code:
Streamer_GetIntData(STREAMER_TYPE_OBJECT,objectid,E_STREAMER_MODEL_ID);
As for the runtime error, you can debug by simply commenting out blocks of code and run tests to see if the error keeps occurring.? Eventually you'll find the block or line of code that's causing the issue and you'll be able to figure out what needs to be changed.
Stoned Ape