Jump to content

JayRoe

Member
  • Content Count

    10
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About JayRoe

  • Rank
    Private
  1. JayRoe

    Language question

    I've preordered Operation Arrowhead on Amazon.de (Final Fun) and it says the language is German. Will I be able to change language in the game or should I cancel my order?
  2. JayRoe

    How does "sleep" work?

    Whenever I use it I get "error invalid number in expression". Am I not supposed to use it like this: blablabla; ~10; blablabla
  3. JayRoe

    How does "sleep" work?

    I thought they changed the ~ in arma
  4. JayRoe

    How does "sleep" work?

    I'm making an intro for a mission, but I don't know how to delay the next camcommit.
  5. I thought it would be a matter of code; sleep(); code. But this doesn't work.
  6. Sorry, it seems I wasn't articulate. I mean how do you use them in the mission editor?
  7. How does the laser designator work?
  8. JayRoe

    Moves descriptions

    How do I get a soldier to sit down and stay down? This doesn't work for me: AmovPercMstpSlowWrflDnon_AmovPsitMstpSlowWrflDnon For some reason they always get back up after a second.
  9. Hi Sickboy, here's some code, if you want your patcher to install from any location. <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">for /f "tokens=3 delims= " %%i in ( 'REG QUERY "HKLM\SOFTWARE\Bohemia Interactive Studio\ArmA" /v main' ) do echo %%i
  10. Is it possible to change the max view distance in multiplayer? I have my view distance set to ~4000 and this works in single player. But in multiplayer the game seems to override my settings and limits it to 500-1000. (the values in settings are the same, but in the game it seems like its using its own values) Is there a way around this? TIA
×