Jump to content

dachevs

Member
  • Content Count

    288
  • Joined

  • Last visited

  • Medals

Everything posted by dachevs

  1. I think this would be nice. As to it would allow people to arm their favorite planes, with any new missile/weapon type. Which in my view is extremely cool. I say keep at it. -DaChevs
  2. dachevs

    Sigma Six Vehicle Pack

    might I just say. Your work impresses me every time. Great work Sigma, and keep it up. -DaChevs
  3. thanks. Cool Idea. Downloaded -DaChevs
  4. why not just look here: Animations maybe: <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">ActsPercMstpSnonWnonDnon_MarianQ_shot4Man OR <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">AmovPercMstpSlowWrflDnon OR <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">AmovPercMstpSnonWnonDnon_talking have them play an animation of something just moving around, then use: <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> disableAI "ANIM"; that way they will just stay in that animation, and you can shoot 'em up.
  5. try running it on a Dedicated Server. see if that helps Other than that, I can't help you.
  6. _x is sumthin usually for foreach command. try this: <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">if ("LaserDesignator" in weapons player) then { showRadio true; } else { showRadio false; };
  7. dachevs

    Stop a script

    I am not quite sure of this either? it might be add in: ~300 goto "end" #end Exit
  8. dachevs

    Adding sounds to a script

    well you can make a sound folder and get the sound you want, convert to .ogg, put it in the sound folder and then in the script where you want the sound to play just add: playsound "YourSound.ogg";
  9. dachevs

    set object dammage in O2?

    you're awesome, sorry for the late reply, mind if I send it to you tomorrow (Wednesday) not at the computer where I have it? You don't know how much I appreciate this. *edit* sent it to u Obmar.
  10. Is there something I can do in O2, that when you drive over my model, the vehicle/you get damaged?
  11. dachevs

    Animating turorials for O2

    try: AnimationTool
  12. has to be <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> nul= [] execVM "spawn.sqf" exec is only for .sqs
  13. dachevs

    Set pitch / bank functions

    thanks Barron so you just put the line into the objects init line? and choose what angle I need in the script.
  14. I think this has to be done through a script. to do a random I think you have to add in codes that wouldn't work in a trigger. check this out too. norrin surrender script I think you can add in your units putting there hands on there head. but if not. try this--not tested testsurrender.sqf <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> if (random 1 < 0.1) then { removeallweapons this; Sleep .5; unit playmove "testsurrender"; unit disableAI "MOVE"; }; put the following line into all the players you want to have surrender, init line: <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> nul = [this] execVM "testsurrender.sqf"
  15. Activation: Anybody, Repeatedly Condition: this && isPlayer (thislist select 0) OnAct: Whatever you have in there right now to set off the bomb. OnDeact: exit tell me if it works or not.
  16. dachevs

    Set pitch / bank functions

    very cool, I have been trying to even out fences for ever
  17. dachevs

    Faster time

    exactly what fasad said. In other words Definitely check out the site fasad posted, will help alot. but basically, open a new text document and put: <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">#loop ~300 skiptime 8; goto "loop" exit file save as skiptime.sqf select All Files as the file type. open another text document, this time put: <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> this exec "skiptime.sqf" save as Init.sqf select All Files as the file type. Then put both of the files into your mission folder. Example: C:\MyDocuments\ArmaOtherProfiles\YourProfile\Missions\YourMission then open your mission in the editor and preview. If your get any errors post 'em here. Other than that, it should skip 8 hours every 5 minutes
  18. dachevs

    Faster time

    just do skipTime 16 or 24 in a looping script the time in seconds, you want to wait, then how many hours you want to skip. In this case, 300=5 mins, it will wait 5 mins, then skip 8 hours, then wait 5 mins then skip 8 hours over and over again. <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> #loop ~300 skipTime 8 goto "loop" exit
  19. _helo1 land "LAND" http://community.bistudio.com/wiki/land _soldier action ["eject", vehicle soldier] http://community.bistudio.com/wiki/action name the helo, you can activate it through a trigger and the helicopter should land right there. Then name your soldiers, and have each on of them eject. Hope this helps!
  20. dachevs

    Bank Building

    so do you mind if we edit the texture? also...you said what would people like to see? I have been really interested in a garage. With a opening door? I really want to learn animations with builidings. Good Work
  21. dachevs

    Hifi Sound FX V1.00 Released

    Great mod!!! I love it! just one thing, I keep getting an error message every once in a while when I exit the editor, or join a game or exit, about ...\FFAR burst is not a value. Anyone else getting this, or is it something I am doing wrong or a mod I have on? @Uziyahu--IDF no it hasn't. I have noticed them without any sound mods, and some mods exaggerate on them, where as some might tune them down... but no I believe they are still in ArmA.
  22. dachevs

    Floods...

    mmmm.... that would be neat. not sure really. I can look into it. I think I could do it if there is a class for water?
  23. dachevs

    Bank Building

    I love this building good work!
×