01.07.2018, 16:28
The error is in another line, not related to previous.
It basically tells you that iterator "Vehicle" is unknown.
• The iterator is included in YSI 4 so if you use YSI then update to latest version.
• Create your own iterator if you do not use YSI. This means, you will need to hook the functions that create a vehicle and add vehicleid to iterator. Then hook OnVehicleDestroy and remove item from iterator.
It basically tells you that iterator "Vehicle" is unknown.
• The iterator is included in YSI 4 so if you use YSI then update to latest version.
• Create your own iterator if you do not use YSI. This means, you will need to hook the functions that create a vehicle and add vehicleid to iterator. Then hook OnVehicleDestroy and remove item from iterator.