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


Messages In This Thread
What's this function/Include? - by TitoRayne - 02.04.2018, 01:23

Forum Jump:


Users browsing this thread: 1 Guest(s)