11.12.2016, 11:24
You said: or
if(GetVehicleModel(vmodel) == veh[0] || GetVehicleModel(vmodel) == veh[1])
{
return 1;
}
But it is a timy work.
And can this also work
if(GetVehicleModel(vmodel) == veh[0] || GetVehicleModel(vmodel) == veh[1])
{
return 1;
}
But it is a timy work.
And can this also work
Quote:
if(GetVehicleModel(vmodel) == veh[0 || 1]) { return 1; } |