GetVehicleArrayID(vehid) { for(new i; i < MAX_PVEHICLES; i++) if(pvehicle[i]==vehid) return i; return INVALID_VEHICLE_ID }