What's this function/Include?
#1

Could any help me here?

this is the error message
Код:
vehicle@YSII_Ag
this is where the errors came from
Код:
GetVehicleLinkedID(id)
{
    foreach(new i: Vehicle)
    {
        if(VehicleInfo[i][vID] == id)
        {
		 	return i;
    	}
    }

    return INVALID_VEHICLE_ID;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)