27.08.2015, 19:41
PHP код:
enum vehicleE {
vVehicleModelID,
Float: vVehiclePosition[3],
Float: vVehicleRotation,
vVehicleGroup,
vVehicleJob,
vVehicleGroupRank,
vVehicleColour[2],
vVehicleScriptID,
vVehicleNumber[8], // fix it > Var type is string
}
cache_get_field_content(i, "vehicleNumberPlate", result); vehicleVariables[x][vVehicleNumber] = result;
// or
cache_get_field_content(i, "vehicleNumberPlate", vehicleVariables[x][vVehicleNumber]);
if(vehicleVariables[x][vVehicleGroup] >= 1)
{
SetVehicleNumberPlate(x, vehicleVariables[x][vVehicleNumber]);
}