Teraz jest Wt 24 cze, 2025 01:21


Czy idzie podczepić coś innego niż kamere do danego objektu?

Archiwum działów sekcji Operation Flashpoint
  • Autor
  • Wiadomość
Offline
Avatar użytkownika

Radeon

Pułkownik

Pułkownik

  • Posty: 1442
  • Dołączył(a): N 01 sie, 2004 14:10
  • Lokalizacja: Starogard Gdański

PostŚr 11 maja, 2005 23:45

Smookie ten skrypt, który dałeś nic nie wniósł :(.

Wygląda tak jak przedtem

Kod: Zaznacz cały
;Smoke2.sqs

_obiekt = smoke
_pos = statek
_dlugosc = 32193021
_wysokosc = 44

#1
~0.01
_obiekt setpos[(getpos _pos select 0)+_dlugosc*sin(getdir _pos),(getpos _pos select 1)+_dlugosc*cos(getdir _pos),(getpos _pos select 2) + _wysokosc]
_obiekt setdir getdir _pos
goto "1"


użyłem go również z moim skryptem

Kod: Zaznacz cały
;Smoke.sqs

#Smoke

_cam CamSetTarget objnull

_ox = GetPos Smoke Select 0
_oy = GetPos Smoke Select 1
_cam CamSetPos [_ox,_oy,0]
_cam CamCommit 0

Smoke Setpos Getpos Ship

Smoke1 Setpos Getpos Smoke
Smoke1 setpos [getpos this select 0, getpos this select 1, (getpos this select 2) +44]

goto "Smoke"


Skrypt dymu wylgąda tak ( Oczywiście nie jest mój :] )

Kod: Zaznacz cały
# Smoking vehicles, (c) 2004 Victor, vfsacc@yahoo.com, Version 1.1
# You might need to adjust _fx, _fy and especially _fz in the "kaputt" loop depending on the vehicletype
# in order to find a suitable position for the fire to be visible

_thatsme = _this

#vehicleloop
   _busted = getdammage _thatsme
   ?(_busted < 0.2): goto "loopagain"
   ?(_busted >= 1): goto "kaputt"

   _vicxpos = (getpos _thatsme) select 0
   _vicypos = (getpos _thatsme) select 1
   _viczpos = (getpos _thatsme) select 2
   _fx = (_vicxpos - 0.5) + (random 1)
   _fy = (_vicypos - 0.5) + (random 1)
   _fz = _viczpos + 1.5
   _sizestart = (1 + random 1)
   _sizeend = (10 + random 30)
   drop ["cl_fire" , "" , "Billboard" , 120 , 12 , [_fx,_fy,_fz] , [0,0,0] , 0 , 37 , 30 , 0 , [_sizestart,_sizeend] ,[[0,0,0,(_busted / 3)],[0,0,0,_busted / 2],[0,0,0,_busted / 2],[0,0,0,(_busted / 3)]] , [0] , 2 , 0.3 , "" , "" , ""]

#loopagain
   ~0.2
goto "vehicleloop"

#kaputt
   _counter = 1500
   _smokecounter = 0
#kaputtloop
   _vicxpos = (getpos _thatsme) select 0
   _vicypos = (getpos _thatsme) select 1
   _viczpos = (getpos _thatsme) select 2
   _fx = (_vicxpos - 0.5) + (random 1)
   _fy = (_vicypos - 0.5) + (random 1)
   _fz = _viczpos + 1.5
   _ttl = 20
   _sizestart = random 1
   _sizeend = (10 + random 30)
   _weight = 37
   drop ["cl_fire" , "" , "Billboard" , 120 , _ttl , [_fx,_fy,_fz] , [0,0,0] , 0 , _weight , 30 , 0 , [_sizestart,_sizeend] ,[[0,0,0,0.3],[0,0,0,0.75],[0,0,0,0.5],[0,0,0,0.1]] , [0] , 1.5 , 0.3 , "" , "" , ""]

   #small sparks
   _sizestart = 0.05
   _sizeend = 0.1
   _weight = 37
   _fx = (_vicxpos - 0.5 + random 1)
   _fy = (_vicypos - 0.5 + random 1)
   _fz = _viczpos + 1.5

   _ttl = random 5
   drop ["cl_fire" , "" , "Billboard" , 120 , _ttl , [_fx,_fy,_fz] , [0,0,0] , 0 , _weight , 30 , 0 , [_sizestart,_sizeend] ,[[1,1,1,1],[1,1,1,1],[1,1,1,0.8],[1,1,1,0.6]] , [0] , 0.2 , 0.4 , "" , "" , ""]
   _ttl = random 5
   drop ["cl_fire" , "" , "Billboard" , 120 , _ttl , [_fx,_fy,_fz] , [0,0,0] , 0 , _weight , 30 , 0 , [_sizestart,_sizeend] ,[[1,1,1,1],[1,1,1,1],[1,1,1,0.8],[1,1,1,0.6]] , [0] , 0.2 , 0.4 , "" , "" , ""]

   #fireeffect
   _weight = 36
   _firecounter = 10
   #fireloop
      _sizestart = random 1
      _sizeend = random 2
      _ttl = 1 + random 1
      _fx = (_vicxpos - 0.5 + random 1)
      _fy = (_vicypos - 0.5 + random 1)
      _fz = _viczpos + 1.5
      drop ["cl_fire" , "" , "Billboard" , 120 , _ttl , [_fx,_fy,_fz] , [0,0,0] , 0 , _weight , 30 , 0 , [_sizestart,_sizeend] ,[[1,1,1,1],[1,1,1,0.7],[1,1,1,0.5],[1,1,1,0.2]] , [0] , 0.3 , 0.2 , "" , "" , ""]
      _firecounter = _firecounter - 1
   ?(_firecounter > 0): goto "fireloop"

   ~((random _smokecounter) + 0.1)
   _smokecounter = _smokecounter + 0.001
   _counter = _counter - 1

? (_counter > 0): goto "kaputtloop"
exit


Nic nie dał, powiedz jak wpisać w inicjacji ? Ja mam wpisane tak :

Officer, które steruje stetkiem : [] exec "Smoke.sqs"

Stetek o nazwie Ship : [] exec "Smoke2.sqs"; or [this] exec "Smoke2.sqs"; or this exec "Smoke2.sqs"; nic nie dało

Element Logiczny o nazwie Smoke1 : [this] exec "Smoke1.sqs"

Co jest nie tak ? ...
User of this number is currently dead. Resurrection in 5 minutes, please wait.
Offline
Avatar użytkownika

Smookie

Chorąży

Chorąży

  • Posty: 187
  • Dołączył(a): Wt 27 lip, 2004 19:42

PostCz 12 maja, 2005 06:52

nie wiem, ale moj skrypt powinnien powodować że obiekt bedzie caly czas w tym samym miejscu wzgledem statku (możesz dopasować długość tak zeby dym wychodzi z jednego z kominów). Nie wiem czemu nie dziala .... :/
Offline
Avatar użytkownika

Radeon

Pułkownik

Pułkownik

  • Posty: 1442
  • Dołączył(a): N 01 sie, 2004 14:10
  • Lokalizacja: Starogard Gdański

PostCz 12 maja, 2005 11:03

Problem w tym, że to nic nie daje :( Efekt jest taki sam jak przy moim skrypcie, a w żeczywistości bez mojego skrytu twój powoduje dym w miejscu gdzie jest element logiczny

Wysłany Czw 12.05.05, 11:22:

Może lepiej nie filozofować, ale dodać jakąś linijkie odpowiadającą za długość położenia dymu w moim skrypcie.
Ja nie wiem jak wyczarować długość :?

Kod: Zaznacz cały
#Smoke

_cam CamSetTarget objnull

_ox = GetPos Smoke Select 0
_oy = GetPos Smoke Select 1
_cam CamSetPos [_ox,_oy,0]
_cam CamCommit 0

Smoke Setpos Getpos Ship

Smoke1 Setpos Getpos Smoke
Smoke1 setpos [getpos this select 0, getpos this select 1, (getpos this select 2) +44]


goto "Smoke"


BTW: Tutaj długość będzie względem położenia elementu logicznego Smoke, który jest podstawą. Zaś Smoke1 elementem logicznym jest dymem, który będzie podązał za pozycją podstawy czyli Smoke, która podąża za pozycja statku czyli Ship
User of this number is currently dead. Resurrection in 5 minutes, please wait.
Offline

Oscypek

Major

Major

  • Posty: 858
  • Dołączył(a): Pn 01 lis, 2004 12:12
  • Lokalizacja: Maków Podhalański

PostCz 12 maja, 2005 15:15

Kod: Zaznacz cały

_detel = odleglosc komina od srodkupojazdu

Smoke1 setpos [(getpos this select 0) + sin(getdir this)*_detel,(getpos this select 1) + sin(getdir this)*0,(get pos _this select 2) + 44]


Uwaga - jak będzie źle to spróbuj :

Kod: Zaznacz cały

_detel = odleglosc komina od srodkupojazdu

Smoke1 setpos [(getpos this select 0) + sin(getdir this)*0,getpos this (select 1) + sin(getdir this)*_detel,(get pos _this select 2) + 44]
Offline
Avatar użytkownika

Panda

Chorąży

Chorąży

  • Posty: 179
  • Dołączył(a): N 09 sty, 2005 18:33
  • Lokalizacja: Warszawa

PostCz 12 maja, 2005 16:11

Oscypek napisał(a):
_ship = _this select 0

_detel = odleglosc komina od srodkupojazdu

Smoke1 setpos [(getpos _ship select 0) + sin(getdir _ship)*_detel,(getpos _ship select 1) + sin(getdir _ship)*_detel,(getpos _ship select 2) + 44]
Offline
Avatar użytkownika

Radeon

Pułkownik

Pułkownik

  • Posty: 1442
  • Dołączył(a): N 01 sie, 2004 14:10
  • Lokalizacja: Starogard Gdański

PostCz 12 maja, 2005 18:56

¦wietnie ! Ale zonowu małe ale :twisted:

Dym pojawia się na odpowieniej długości i wysokości, tam gdzie jest komin, ale ( :twisted: ) dym pojawia się w nieprawidłowej szerokości. Mianowicie ok. 1 metr w prawo od komina.

Skrypt wygląda tak, jest pardzo odchudzony. No i oczywiście co widać zaraz na samym wejściu jest w nim więcej waszej pracy niż mojej :wink:


Kod: Zaznacz cały
;Smoke.sqs

#Smoke

Smoke1 Setpos Getpos Ship

_ship = _this select 0
_detel = 25

Smoke1 setpos [(getpos _ship select 0) + sin(getdir _ship)*_detel,(getpos _ship select 1) + sin(getdir _ship)*_detel,(getpos _ship select 2) +47]

goto "Smoke"
User of this number is currently dead. Resurrection in 5 minutes, please wait.
Offline

Oscypek

Major

Major

  • Posty: 858
  • Dołączył(a): Pn 01 lis, 2004 12:12
  • Lokalizacja: Maków Podhalański

PostCz 12 maja, 2005 19:01

select 0 jest w osi X a select 1 oś Y. Więć w którymś miejscu zamiast _detel będziesz musiał wstawić 0 , -1 lub inną liczbe. To tylko 2 próby, żeby podążac właściwą drogą - reszta to już błądznie i próbowanie.
Offline
Avatar użytkownika

Radeon

Pułkownik

Pułkownik

  • Posty: 1442
  • Dołączył(a): N 01 sie, 2004 14:10
  • Lokalizacja: Starogard Gdański

PostCz 12 maja, 2005 19:43

Znów coś :(

Dym jest usytuowany na kominie, ale przy zwrocie zmienia swoją pozycje :( Jak temu zapobiec ?
User of this number is currently dead. Resurrection in 5 minutes, please wait.
Offline
Avatar użytkownika

Panda

Chorąży

Chorąży

  • Posty: 179
  • Dołączył(a): N 09 sty, 2005 18:33
  • Lokalizacja: Warszawa

PostPt 13 maja, 2005 09:42

Jezeli w rownaniu parametrycznym okregu nie dasz tego samego parametru w sinusie i cosinusie (co tez doradzil), wtedy otrzymasz elipse.
Potrzebny jest jeden skladnik dla przesuniecia w jedna strone (albo poprawka na kacie - tyle, ze to trodniejsze).
?? dlaczego dales dwa sinusy ??
Okaj juz widze - oscypek podal, a ja za nim powtorzylem.
MIG25_Radek napisał(a):
Kod: Zaznacz cały
;Smoke.sqs

#Smoke

Smoke1 Setpos Getpos Ship

_ship = _this select 0
_detel = 25

Smoke1 setpos [(getpos _ship select 0) + sin(getdir _ship)*_detel,(getpos _ship select 1) + cos(getdir _ship)*_detel,(getpos _ship select 2) +47]

goto "Smoke"
Istnieje szansa, ze zamienilem sin z cos, wiec jesli nie dziala to sprobuj zaqmienic.

PS. JESZCZE RAZ POWIEM:komenda drop, jezeli poda sie obiekt, przyjmuje pozycje wzgledna, wiec tak byloby prosciej, ale widze ze wolisz pokomplikowac sobie zycie.
Online

xersius

Pułkownik

Pułkownik

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

Re: Czy idzie podczepić coś innego niż kamere do danego obje

Online

xersius

Pułkownik

Pułkownik

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

Re: Czy idzie podczepić coś innego niż kamere do danego obje

PostN 08 wrz, 2024 19:52

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: Czy idzie podczepić coś innego niż kamere do danego obje

Online

xersius

Pułkownik

Pułkownik

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

Re: Czy idzie podczepić coś innego niż kamere do danego obje

PostPt 06 gru, 2024 16:19

инфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфо
инфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфо
инфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфо
инфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинйоинфоинфоинфоинфоинфо
инфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфо
инфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфо
инфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфо
инфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфо
инфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфо
инфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоинфоtuchkasинфоинфо
Online

xersius

Pułkownik

Pułkownik

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

Re: Czy idzie podczepić coś innego niż kamere do danego obje

PostŚr 05 mar, 2025 20:44

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
Online

xersius

Pułkownik

Pułkownik

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

Re: Czy idzie podczepić coś innego niż kamere do danego obje

Poprzednia stronaNastępna strona

Powrót do Operation Flashpoint

Kto przegląda forum

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

cron