02.04.2018, 01:23
Could any help me here?
this is the error message
this is where the errors came from
this is the error message
Код:
vehicle@YSII_Ag
Код:
GetVehicleLinkedID(id)
{
foreach(new i: Vehicle)
{
if(VehicleInfo[i][vID] == id)
{
return i;
}
}
return INVALID_VEHICLE_ID;
}

