Jump to content

Snowflake

Member
  • Content Count

    35
  • Joined

  • Last visited

  • Medals

Everything posted by Snowflake

  1. Hi, do u want to put the camera in the sky or some object? grettz thomas
  2. hi, this setpos [(getpos this select 0),(getpos this select 1),7]; btw doesn't work with vehicles greetz thomas
  3. Snowflake

    Briefing

    Hi is there any possibility to add 2 different briefings (one briefing for the west and one for the resistance) in one mission? i know it works with the debriefing thx in advance greetz thomas
  4. Snowflake

    Briefing

    muchas gracias InqWiper, gonna try it you'll be enclosed in my prayers tonight greetz thomas
  5. Snowflake

    Cameras, and effects

    hi Acidcrash, yes that's part of a script, normally called "intro.sqs". ;intro.sqs TitleCut [" ","BLACK IN",1] ;play with the number to get a nice fade _camera = "camera" CamCreate  [x,y,z] ;x,y,z are the coordinates where the cam stands _camera camSetTarget nameofhelo ;target is your helo _camera cameraEffect ["internal","back"] _camera camSetFOV 0.700 _camera camCommit 1 @camCommitted _camera TitleCut [" ","BLACK OUT",4] player cameraEffect ["terminate","top"] titletext ["your text","PLAIN",2] ;enter your text camDestroy _camera exit ;end of script ok that's a short script which just shows your helo just enter the coordinates greetz Thomas
  6. Snowflake

    Trigger stopping script?

    hi PorkchopExpress, it's surely not the best solution but that's my way i would set a trigger and enter in on activation: stoptrigger=1 u call ur script with: [stoptrigger] exec yourscript.sqs and inside your script u write a loop: _stoptrigger = _this select 0 #update ?(_stoptrigger == 1) : goto "end" bla bla bla bla goto "update" #end exit finish - i think, hope, guess that would work greetz thomas
  7. Snowflake

    Cameras, and effects

    hi acid, the fadeout thing: TitleCut [" ","BLACK IN",1] enter higher numbers than 1 to lengthen the fade-effect the brief message: titletext ["enter your message here","PLAIN",4] hope i could provide some help greetz Thomas
  8. Snowflake

    Two players with same player id in one squad?

    Yes sure OFP is worth the money you spend Thx your idea it's worth a try. unless he doesn't have his own pc, he doesn't need a second copy of the game - just staring at the cd isn't that funny best regards snowflake
  9. Hi folks I have two squad members which share the computer and ofp, so they have the same player ID. If I enter the second player into my squad.xml and he connects to a server only the general information (name, email...) of the other squad member having the same id is shown. he has no tags is there any way to allow two players with same id to play in same squad (except buying another copy of ofp ) best regards snowflake
  10. Snowflake

    Two players with same player id in one squad?

    thx suma for answering the question although i don't like the answer let's see if the clanmembership is worth buying a copy of ofp best regards snowflake btw great game
×