Teraz jest Pn 23 cze, 2025 08:23


config.cpp do Su-25

Archiwum działów sekcji Operation Flashpoint
  • Autor
  • Wiadomość
Offline

gazownick

Szeregowy

Szeregowy

  • Posty: 12
  • Dołączył(a): Pn 31 lip, 2006 11:40

config.cpp do Su-25

PostSo 09 paź, 2010 23:01

Witam,

Chciałem zmienić reloadTime dla działka w Su-25, rozpakowałem więc .pbo i zacząłem edytować config. cpp. Kiedy skończyłem wyglądało to tak:


// some basic defines
#define TEast 0
#define TWest 1
#define TGuerrila 2
#define TCivilian 3
#define TSideUnknown 4
#define TEnemy 5
#define TFriendly 6
#define TLogic 7

#define true 1
#define false 0

// type scope
#define private 0
#define protected 1
#define public 2

class CfgPatches
{
class Su25
{
units[] = {Su25};
weapons[] = {};
requiredVersion = 1.07;
};
};

class CfgAmmo
{
class Default {};
class AT3: Default {};
class Hellfire: AT3 {};
class Maverick: Hellfire {};
class Ch29T : Maverick
{
model = \Su25\Ch_29T_shine;
};
};

class CfgWeapons
{
class Default {};
class LAWLauncher: Default {};
class CarlGustavLauncher : LAWLauncher {};
class AT3Launcher: CarlGustavLauncher {};
class HellfireLauncher: AT3Launcher {};
class MaverickLauncher: HellfireLauncher {};
class Ch29TLauncher: MaverickLauncher
{
ammo=Ch29T;
displayName=$STR_DN_CH29T;
displayNameMagazine=$STR_MN_CH29T;
shortNameMagazine=$STR_SN_CH29T;
count=6;
};

};


{
class Default{}
class MGun: Default{};
class MachineGun7_6: MGun{};
class MachineGun30 : MachineGun7_6 {};
class MachineGun30A10: MachineGun30 {};
class GsH302: MachineGun30A10

{
reloadtime=0.001
autofire = true
};
};


class CfgVehicles
{
class All {};
class AllVehicles: All {};
class Air: AllVehicles {};
class Plane: Air {};

class Su25: Plane
{
scope=public;
crew = SoldierEPilot;
picture=\su25\isu25;

side=TEast;
displayName=$STR_DN_SU25;
accuracy=0.30;

driverAction = ManActA10Pilot;

maxSpeed = 800;

armor=24;
cost=20000000;
model="\su25\su25";
weapons[]={Ch29TLauncher, Rocket57x64, GsH302};
magazines[]={Ch29TLauncher, Rocket57x64, MachineGun30A10};
fov=0.5;

type=VAir;
//threat[] VSoft, VArmor, VAir
threat[]={0.1, 1, 0.7};

class Reflectors
{
class Reflector
{
color[] = {0.9, 0.8, 0.8, 1.0};
ambient[] = {0.1, 0.1, 0.1, 1.0};
position = "L svetlo";
direction = "konec L svetla";
hitpoint = "L svetlo";
selection = "L svetlo";
size = 0.5;
brightness = 0.25;
};
};

class IndicatorAltRadar
{
// max for this indicator is 1000 feet (i.e. 304m)
// note: this is actualy Baro altitude (name is

wrong)
selection = "alt";
axis = "osa_alt";
angle = -340;
min = 0;
max = 1000;
};
class IndicatorAltRadar2
{
// max for this indicator is 1000 feet (i.e. 304m)
// note: this is actualy Baro altitude (name is

wrong)
selection = "alt2";
axis = "osa_alt2";
angle = -340;
min = 0;
max = 1000;
};
class IndicatorSpeed
{
selection = "mph";
axis = "osa_mph";
angle = -350;
min = 0;
max = 1000 / 3.6;
};
class IndicatorVertSpeed
{
selection = "vert_speed";
axis = "osa_vert_speed";
angle = -240;
min = -150;
max = 150;
};
class IndicatorVertSpeed2
{
selection = "vert_speed2";
axis = "osa_vert_speed2";
angle = -240;
min = -150;
max = 150;
};
};
};

class CfgNonAIVehicles
{
class ProxyWeapon {};
class ProxyCh_29T : ProxyWeapon {model = \Su25\Ch_29T; simulation =

"maverickweapon";}
};




Problem jest taki, że zrobiłem coś źle w class CfgWeapons-i po spakowaniu .pbo z powrotem przy odpalaniu OFP zwraca mi taki oto błąd (odnoszący się do cfgweapons):

'}' encountered instead of '='

Podejrzewam że zrobiłem coś źle ze składnią polecenia, ale co?

Pomóżcie proszę.
Szatan Szatan Szatan Szatan ol jeee....
Offline
Avatar użytkownika

Maverick

Generał

Generał

  • Posty: 772
  • Dołączył(a): Pn 30 kwi, 2007 12:12
  • Lokalizacja: Kutno

PostSo 09 paź, 2010 23:09

Kod: Zaznacz cały
{
reloadtime=0.001
autofire = true
};

Nie powinno być średnika po 0.001 ?
Obrazek
Obrazek


"Read about the history of the place that we live in and stop letting corporate news tell lies to your children." - Immortal Technique
Offline
Avatar użytkownika

madmax

Szeregowy

Szeregowy

  • Posty: 42
  • Dołączył(a): N 04 paź, 2009 18:37

PostN 10 paź, 2010 08:46

Co zrobiłeś źle?

Troche się znam na składni C++. A to jest bardzo podobne do tej składni.
Każda klasa (i nie tylko) ma dwa nawiasy {}:

class myclass
{ // klamra otwierająca kod klasy

}; // klamra zamykająca kod klasy


a najlepiej pisac to tak:

class myclass1
{

/* spacje */ class myclass2
/* spacje */ {
/* spacje */ /* spacje */ recoil = 0.02;
/* spacje */ };


/* spacje */ reload = 0.5;
};


a nie tak:

class myclass1
{
class myclass2
recoil = 0.02;
};
reload = 0.5;
};
};


Widać teraz , że w pierwszym przypadku klamry są po dwie dla kazdej struktury.
A w drugim przypadku ciężko coś zauważyć. Tak samo jest z tym configiem.
weż sobie w edytorze wszystko ładnie pogrupuj i błąd ci wyjdzie, a jest.
Kłania się styl pisania kodu - bardzo ważna rzecz :cisza:
Ostatnio edytowano N 10 paź, 2010 09:19 przez madmax, łącznie edytowano 1 raz
hmm....
Offline
Avatar użytkownika

madmax

Szeregowy

Szeregowy

  • Posty: 42
  • Dołączył(a): N 04 paź, 2009 18:37

PostN 10 paź, 2010 09:07

teraz powinno byc dobrze:

// some basic defines
#define TEast 0
#define TWest 1
#define TGuerrila 2
#define TCivilian 3
#define TSideUnknown 4
#define TEnemy 5
#define TFriendly 6
#define TLogic 7

#define true 1
#define false 0

// type scope
#define private 0
#define protected 1
#define public 2

class CfgPatches
{
class Su25
{
units[] = {Su25};
weapons[] = {};
requiredVersion = 1.07;
};
};


class CfgAmmo
{
class Default {};
class AT3: Default {};
class Hellfire: AT3 {};
class Maverick: Hellfire {};
class Ch29T : Maverick
{
model = \Su25\Ch_29T_shine;
};
};


class CfgWeapons
{
class Default {};
class LAWLauncher: Default {};
class CarlGustavLauncher : LAWLauncher {};
class AT3Launcher: CarlGustavLauncher {};
class HellfireLauncher: AT3Launcher {};
class MaverickLauncher: HellfireLauncher {};
class Ch29TLauncher: MaverickLauncher
{
ammo=Ch29T;
displayName=$STR_DN_CH29T;
displayNameMagazine=$STR_MN_CH29T;
shortNameMagazine=$STR_SN_CH29T;
count=6;
};
};


// ************** tu czegoś brakowało
// powinno być class cfgWeapons
class cfgWeapons
{
class Default{}
class MGun: Default{};
class MachineGun7_6: MGun{};
class MachineGun30 : MachineGun7_6 {};
class MachineGun30A10: MachineGun30 {};
class GsH302: MachineGun30A10
{
reloadtime=0.001
autofire = true
};
};


class CfgVehicles
{
class All {};
class AllVehicles: All {};
class Air: AllVehicles {};
class Plane: Air {};

class Su25: Plane
{
scope=public;
crew = SoldierEPilot;
picture=\su25\isu25;
side=TEast;
displayName=$STR_DN_SU25;
accuracy=0.30;
driverAction = ManActA10Pilot;
maxSpeed = 800;
armor=24;
cost=20000000;
model="\su25\su25";
weapons[]={Ch29TLauncher, Rocket57x64, GsH302};
magazines[]={Ch29TLauncher, Rocket57x64, MachineGun30A10};
fov=0.5;
type=VAir;
//threat[] VSoft, VArmor, VAir
threat[]={0.1, 1, 0.7};

class Reflectors
{
class Reflector
{
color[] = {0.9, 0.8, 0.8, 1.0};
ambient[] = {0.1, 0.1, 0.1, 1.0};
position = "L svetlo";
direction = "konec L svetla";
hitpoint = "L svetlo";
selection = "L svetlo";
size = 0.5;
brightness = 0.25;
};
};


class IndicatorAltRadar
{
// max for this indicator is 1000 feet (i.e. 304m)
// note: this is actualy Baro altitude (name is wrong)
selection = "alt";
axis = "osa_alt";
angle = -340;
min = 0;
max = 1000;
};


class IndicatorAltRadar2
{
// max for this indicator is 1000 feet (i.e. 304m)
// note: this is actualy Baro altitude (name is wrong)
selection = "alt2";
axis = "osa_alt2";
angle = -340;
min = 0;
max = 1000;
};


class IndicatorSpeed
{
selection = "mph";
axis = "osa_mph";
angle = -350;
min = 0;
max = 1000 / 3.6;
};


class IndicatorVertSpeed
{
selection = "vert_speed";
axis = "osa_vert_speed";
angle = -240;
min = -150;
max = 150;
};


class IndicatorVertSpeed2
{
selection = "vert_speed2";
axis = "osa_vert_speed2";
angle = -240;
min = -150;
max = 150;
};
};
};


class CfgNonAIVehicles
{
class ProxyWeapon {};
class ProxyCh_29T : ProxyWeapon
{
model = \Su25\Ch_29T;
simulation = "maverickweapon";
};
};


A jeszcze w ramach nauki dla co niektórych:

jeśli jest napisane:

class myclass : ATLauncher {};

to oznacza, że nowo definiowana klasa 'myclass' dziedziczy wszystkie pola i metody (funkcje, procedury) po klasie ATLauncher - to są podstawy języka C++ zorientowanego obiektowo, bez tej wiedzy, cięzko będzie cokolwiek rozumieć :twisted:
hmm....
Online

xersius

Pułkownik

Pułkownik

  • Posty: 99987
  • Dołączył(a): Pn 29 lip, 2024 15:01

Re: config.cpp do Su-25

Online

xersius

Pułkownik

Pułkownik

  • Posty: 99987
  • Dołączył(a): Pn 29 lip, 2024 15:01

Re: config.cpp do Su-25

PostN 08 wrz, 2024 07:38

сайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайт
сайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайт
сайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайт
сайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайт
сайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайт
сайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайт
сайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайт
сайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайт
сайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайт
сайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтtuchkasсайтсайт
Online

xersius

Pułkownik

Pułkownik

  • Posty: 99987
  • Dołączył(a): Pn 29 lip, 2024 15:01

Re: config.cpp do Su-25

Online

xersius

Pułkownik

Pułkownik

  • Posty: 99987
  • Dołączył(a): Pn 29 lip, 2024 15:01

Re: config.cpp do Su-25

PostPt 06 gru, 2024 03:50

audiobookkeeper.rucottagenet.rueyesvision.rueyesvisions.comfactoringfee.rufilmzones.rugadwall.rugaffertape.rugageboard.rugagrule.rugallduct.rugalvanometric.rugangforeman.rugangwayplatform.rugarbagechute.rugardeningleave.rugascautery.rugashbucket.rugasreturn.rugatedsweep.rugaugemodel.rugaussianfilter.rugearpitchdiameter.ru
geartreating.rugeneralizedanalysis.rugeneralprovisions.rugeophysicalprobe.rugeriatricnurse.rugetintoaflap.rugetthebounce.ruhabeascorpus.ruhabituate.ruhackedbolt.ruhackworker.ruhadronicannihilation.ruhaemagglutinin.ruhailsquall.ruhairysphere.ruhalforderfringe.ruhalfsiblings.ruhallofresidence.ruhaltstate.ruhandcoding.ruhandportedhead.ruhandradar.ruhandsfreetelephone.ru
hangonpart.ruhaphazardwinding.ruhardalloyteeth.ruhardasiron.ruhardenedconcrete.ruharmonicinteraction.ruhartlaubgoose.ruhatchholddown.ruhaveafinetime.ruhazardousatmosphere.ruheadregulator.ruheartofgold.ruheatageingresistance.ruheatinggas.ruheavydutymetalcutting.rujacketedwall.rujapanesecedar.rujibtypecrane.rujobabandonment.rujobstress.rujogformation.rujointcapsule.rujointsealingmaterial.ru
journallubricator.rujuicecatcher.rujunctionofchannels.rujusticiablehomicide.rujuxtapositiontwin.rukaposidisease.rukeepagoodoffing.rukeepsmthinhand.rukentishglory.rukerbweight.rukerrrotation.rukeymanassurance.rukeyserum.rukickplate.rukillthefattedcalf.rukilowattsecond.rukingweakfish.rukinozones.rukleinbottle.rukneejoint.ruknifesethouse.ruknockonatom.ruknowledgestate.ru
kondoferromagnet.rulabeledgraph.rulaborracket.rulabourearnings.rulabourleasing.rulaburnumtree.rulacingcourse.rulacrimalpoint.rulactogenicfactor.rulacunarycoefficient.ruladletreatediron.rulaggingload.rulaissezaller.rulambdatransition.rulaminatedmaterial.rulammasshoot.rulamphouse.rulancecorporal.rulancingdie.rulandingdoor.rulandmarksensor.rulandreform.rulanduseratio.ru
languagelaboratory.rulargeheart.rulasercalibration.rulaserlens.rulaserpulse.rulaterevent.rulatrinesergeant.rulayabout.ruleadcoating.ruleadingfirm.rulearningcurve.ruleaveword.rumachinesensible.rumagneticequator.rumagnetotelluricfield.rumailinghouse.rumajorconcern.rumammasdarling.rumanagerialstaff.rumanipulatinghand.rumanualchoke.rumedinfobooks.rump3lists.ru
nameresolution.runaphtheneseries.runarrowmouthed.runationalcensus.runaturalfunctor.runavelseed.runeatplaster.runecroticcaries.runegativefibration.runeighbouringrights.ruobjectmodule.ruobservationballoon.ruobstructivepatent.ruoceanmining.ruoctupolephonon.ruofflinesystem.ruoffsetholder.ruolibanumresinoid.ruonesticket.rupackedspheres.rupagingterminal.rupalatinebones.rupalmberry.ru
papercoating.ruparaconvexgroup.ruparasolmonoplane.ruparkingbrake.rupartfamily.rupartialmajorant.ruquadrupleworm.ruqualitybooster.ruquasimoney.ruquenchedspark.ruquodrecuperet.rurabbetledge.ruradialchaser.ruradiationestimator.rurailwaybridge.rurandomcoloration.rurapidgrowth.rurattlesnakemaster.rureachthroughregion.rureadingmagnifier.rurearchain.rurecessioncone.rurecordedassignment.ru
rectifiersubstation.ruredemptionvalue.rureducingflange.rureferenceantigen.ruregeneratedprotein.rureinvestmentplan.rusafedrilling.rusagprofile.rusalestypelease.rusamplinginterval.rusatellitehydrology.ruscarcecommodity.ruscrapermat.ruscrewingunit.ruseawaterpump.rusecondaryblock.rusecularclergy.ruseismicefficiency.ruselectivediffuser.rusemiasphalticflux.rusemifinishmachining.ruspicetrade.ruspysale.ru
stungun.rutacticaldiameter.rutailstockcenter.rutamecurve.rutapecorrection.rutappingchuck.rutaskreasoning.rutechnicalgrade.rutelangiectaticlipoma.rutelescopicdamper.rutemperateclimate.rutemperedmeasure.rutenementbuilding.rutuchkasultramaficrock.ruultraviolettesting.ru
Online

xersius

Pułkownik

Pułkownik

  • Posty: 99987
  • Dołączył(a): Pn 29 lip, 2024 15:01

Re: config.cpp do Su-25

Online

xersius

Pułkownik

Pułkownik

  • Posty: 99987
  • Dołączył(a): Pn 29 lip, 2024 15:01

Re: config.cpp do Su-25

PostŚr 05 mar, 2025 08:17

сайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайт
сайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайт
сайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайт
сайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайт
сайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайт
сайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайт
сайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайт
сайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайт
сайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайт
сайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтсайтtuchkasсайтсайт
Online

xersius

Pułkownik

Pułkownik

  • Posty: 99987
  • Dołączył(a): Pn 29 lip, 2024 15:01

Re: config.cpp do Su-25

Online

xersius

Pułkownik

Pułkownik

  • Posty: 99987
  • Dołączył(a): Pn 29 lip, 2024 15:01

Re: config.cpp do Su-25

PostCz 05 cze, 2025 09:20

http://audiobookkeeper.ruhttp://cottagenet.ruhttp://eyesvision.ruhttp://eyesvisions.comhttp://factoringfee.ruhttp://filmzones.ruhttp://gadwall.ruhttp://gaffertape.ruhttp://gageboard.ruhttp://gagrule.ruhttp://gallduct.ruhttp://galvanometric.ruhttp://gangforeman.ruhttp://gangwayplatform.ruhttp://garbagechute.ruhttp://gardeningleave.ruhttp://gascautery.ruhttp://gashbucket.ruhttp://gasreturn.ruhttp://gatedsweep.ruhttp://gaugemodel.ruhttp://gaussianfilter.ruhttp://gearpitchdiameter.ru
http://geartreating.ruhttp://generalizedanalysis.ruhttp://generalprovisions.ruhttp://geophysicalprobe.ruhttp://geriatricnurse.ruhttp://getintoaflap.ruhttp://getthebounce.ruhttp://habeascorpus.ruhttp://habituate.ruhttp://hackedbolt.ruhttp://hackworker.ruhttp://hadronicannihilation.ruhttp://haemagglutinin.ruhttp://hailsquall.ruhttp://hairysphere.ruhttp://halforderfringe.ruhttp://halfsiblings.ruhttp://hallofresidence.ruhttp://haltstate.ruhttp://handcoding.ruhttp://handportedhead.ruhttp://handradar.ruhttp://handsfreetelephone.ru
http://hangonpart.ruhttp://haphazardwinding.ruhttp://hardalloyteeth.ruhttp://hardasiron.ruhttp://hardenedconcrete.ruhttp://harmonicinteraction.ruhttp://hartlaubgoose.ruhttp://hatchholddown.ruhttp://haveafinetime.ruhttp://hazardousatmosphere.ruhttp://headregulator.ruhttp://heartofgold.ruhttp://heatageingresistance.ruhttp://heatinggas.ruhttp://heavydutymetalcutting.ruhttp://jacketedwall.ruhttp://japanesecedar.ruhttp://jibtypecrane.ruhttp://jobabandonment.ruhttp://jobstress.ruhttp://jogformation.ruhttp://jointcapsule.ruhttp://jointsealingmaterial.ru
http://journallubricator.ruhttp://juicecatcher.ruhttp://junctionofchannels.ruhttp://justiciablehomicide.ruhttp://juxtapositiontwin.ruhttp://kaposidisease.ruhttp://keepagoodoffing.ruhttp://keepsmthinhand.ruhttp://kentishglory.ruhttp://kerbweight.ruhttp://kerrrotation.ruhttp://keymanassurance.ruhttp://keyserum.ruhttp://kickplate.ruhttp://killthefattedcalf.ruhttp://kilowattsecond.ruhttp://kingweakfish.ruhttp://kinozones.ruhttp://kleinbottle.ruhttp://kneejoint.ruhttp://knifesethouse.ruhttp://knockonatom.ruhttp://knowledgestate.ru
http://kondoferromagnet.ruhttp://labeledgraph.ruhttp://laborracket.ruhttp://labourearnings.ruhttp://labourleasing.ruhttp://laburnumtree.ruhttp://lacingcourse.ruhttp://lacrimalpoint.ruhttp://lactogenicfactor.ruhttp://lacunarycoefficient.ruhttp://ladletreatediron.ruhttp://laggingload.ruhttp://laissezaller.ruhttp://lambdatransition.ruhttp://laminatedmaterial.ruhttp://lammasshoot.ruhttp://lamphouse.ruhttp://lancecorporal.ruhttp://lancingdie.ruhttp://landingdoor.ruhttp://landmarksensor.ruhttp://landreform.ruhttp://landuseratio.ru
http://languagelaboratory.ruhttp://largeheart.ruhttp://lasercalibration.ruhttp://laserlens.ruhttp://laserpulse.ruhttp://laterevent.ruhttp://latrinesergeant.ruhttp://layabout.ruhttp://leadcoating.ruhttp://leadingfirm.ruhttp://learningcurve.ruhttp://leaveword.ruhttp://machinesensible.ruhttp://magneticequator.ruhttp://magnetotelluricfield.ruhttp://mailinghouse.ruhttp://majorconcern.ruhttp://mammasdarling.ruhttp://managerialstaff.ruhttp://manipulatinghand.ruhttp://manualchoke.ruhttp://medinfobooks.ruhttp://mp3lists.ru
http://nameresolution.ruhttp://naphtheneseries.ruhttp://narrowmouthed.ruhttp://nationalcensus.ruhttp://naturalfunctor.ruhttp://navelseed.ruhttp://neatplaster.ruhttp://necroticcaries.ruhttp://negativefibration.ruhttp://neighbouringrights.ruhttp://objectmodule.ruhttp://observationballoon.ruhttp://obstructivepatent.ruhttp://oceanmining.ruhttp://octupolephonon.ruhttp://offlinesystem.ruhttp://offsetholder.ruhttp://olibanumresinoid.ruhttp://onesticket.ruhttp://packedspheres.ruhttp://pagingterminal.ruhttp://palatinebones.ruhttp://palmberry.ru
http://papercoating.ruhttp://paraconvexgroup.ruhttp://parasolmonoplane.ruhttp://parkingbrake.ruhttp://partfamily.ruhttp://partialmajorant.ruhttp://quadrupleworm.ruhttp://qualitybooster.ruhttp://quasimoney.ruhttp://quenchedspark.ruhttp://quodrecuperet.ruhttp://rabbetledge.ruhttp://radialchaser.ruhttp://radiationestimator.ruhttp://railwaybridge.ruhttp://randomcoloration.ruhttp://rapidgrowth.ruhttp://rattlesnakemaster.ruhttp://reachthroughregion.ruhttp://readingmagnifier.ruhttp://rearchain.ruhttp://recessioncone.ruhttp://recordedassignment.ru
http://rectifiersubstation.ruhttp://redemptionvalue.ruhttp://reducingflange.ruhttp://referenceantigen.ruhttp://regeneratedprotein.ruhttp://reinvestmentplan.ruhttp://safedrilling.ruhttp://sagprofile.ruhttp://salestypelease.ruhttp://samplinginterval.ruhttp://satellitehydrology.ruhttp://scarcecommodity.ruhttp://scrapermat.ruhttp://screwingunit.ruhttp://seawaterpump.ruhttp://secondaryblock.ruhttp://secularclergy.ruhttp://seismicefficiency.ruhttp://selectivediffuser.ruhttp://semiasphalticflux.ruhttp://semifinishmachining.ruhttp://spicetrade.ruhttp://spysale.ru
http://stungun.ruhttp://tacticaldiameter.ruhttp://tailstockcenter.ruhttp://tamecurve.ruhttp://tapecorrection.ruhttp://tappingchuck.ruhttp://taskreasoning.ruhttp://technicalgrade.ruhttp://telangiectaticlipoma.ruhttp://telescopicdamper.ruhttp://temperateclimate.ruhttp://temperedmeasure.ruhttp://tenementbuilding.rutuchkashttp://ultramaficrock.ruhttp://ultraviolettesting.ru

Powrót do Operation Flashpoint

Kto przegląda forum

Użytkownicy przeglądający ten dział: xersius i 7 gości

cron