Jump to content

acidcrash

Member
  • Content Count

    729
  • Joined

  • Last visited

  • Medals

  • Medals

Everything posted by acidcrash

  1. that would be a great addition, and to anyone who says "no" well then dont play it then! ive played a similar idea in Falcon 4 and i can say its very cool
  2. acidcrash

    Pontoon and pontoon bridge !

    its pretty good, only cars cant use it, armour can no problem, but jeeps just stop as if they are trying to drive thru a solid object
  3. acidcrash

    More cheats

    here here! without is more of a challenge and more fun
  4. righty, im working on a mission which i have markers that follow units on the map, here is the script so far and all works fine </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE">#loop "outpostmarker" setMarkerPos [(getpos outpost select 0), (getpos outpost select 1), 1] ~2.5 goto "loop" <span id='postcolor'> now what i want to do is that if the unit is wiped out the marker is deleted, on a side note, how do you make it so that the marker follows the group, not just the unit with the name. I tried using a group name, outpost=group this, but this didnt work
  5. acidcrash

    Deleting markers ingame

    hi, works perfect, thanks
  6. acidcrash

    Deleting markers ingame

    hi, thanks for the reply, the marker size worked perfect, but not sure how to implement the group part. as it is now, this is my script </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE">#loop "outpostmarker" setMarkerPos [(getpos outpost select 0), (getpos outpost select 1), 1] ~2.5 ?not (alive outpost):"outpostmarker" setmarkersize [0,0] goto "loop" <span id='postcolor'> i was thinking maybe it would be </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE">_groupPos = getPos (leader outpost) #loop "outpostmarker" setMarkerPos [(getpos _groupPos select 0), (getpos _groupPos select 1), 1] ~2.5 ?not (alive _groupPos):"outpostmarker" setmarkersize [0,0] goto "loop" <span id='postcolor'> but when i tried it it didnt work
  7. acidcrash

    Bas mh-47e

    out of interest, what is the island in the 2nd image?
  8. acidcrash

    Code blue

    ok, couple small bugs: muzzle flash as seen here Muzzle flash wrong shadow: wrong shadow 1 wrong shadow 2 agreed the sounds are too echoey(sp?) very weak sounding though looking good sofar
  9. acidcrash

    Bas mh-47e

    because we are insomniacs here is the full size version plus another mh47_1 (fullsize) mh47_2 (fullsize) looking very cool i must say
  10. acidcrash

    Dynamic vietnam missions

    CoC uses scripting which doesnt work in MP, though youd have to ask them for a more accurate reason
  11. acidcrash

    Trigger question

    </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE">not(alive civilian1) and not(alive civilian2)<span id='postcolor'> that should work
  12. acidcrash

    Warrior micv

    looks really good, nice work with that
  13. acidcrash

    Tomahawks by chain of command

    </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote (denoir @ April 08 2003,15:14)</td></tr><tr><td id="QUOTE">Colonel Klink is an associate of CoC We are cooperating with him on some projects. Right now we have some problems with our server (severe database crash) so we are a bit paralyzed in the information department. Hopefully the problems will be resolved soon.<span id='postcolor'> Denoir is this why your forums are down at the moment?
  14. acidcrash

    Its the lav revup again:

    "account for www.roughnecks.org suspended bla bla bla"
  15. acidcrash

    M16 pack released

    it worked fine for me without downloading anything else
  16. acidcrash

    Vit's av-8b

    is it me or does that cockpit look exactly like that of an F16 (more accuratly Falcon 4) anywho, the model, look very rushed and rough around the edges, and its either the pilots too small, or the model is too big, one or the other
  17. acidcrash

    Bas kiowawarriors released!

    took me a few moments to find em but then upon finding them i se the reason; they arent a "special operations" unit as such are they? they are as stated in a previous post, spotters and recon, just a normal army unit. nice work though, stingers are cool, finally a damn hind can go down without firing 3-4 stingers (as with the MANPAD version)
  18. acidcrash

    New version 2s19 msta

    mmk am i the only one having poblemns getting them to hit anything? i can place them far and close and still they miss every time by no less than 500m (this is with the script btw)
  19. acidcrash

    Freak plays cstrike nonstop for 9 days

    </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote (Necromancer- @ April 03 2003,16:30)</td></tr><tr><td id="QUOTE">Losing weight by gaming??? Heck... I gain weight by gaming. Â <span id='postcolor'> i thinks its cos he prolly didnt eat (much/at all)
  20. acidcrash

    Every image i save in ie turns out into a .bmp

    you could also add the extension manually when saving, ie "image.jpg" instead of just saving as "image"
  21. acidcrash

    New nvidia drivers causing me problems

    </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote (denoir @ April 02 2003,13:20)</td></tr><tr><td id="QUOTE">Has anybody used the new drivers without problems?<span id='postcolor'> yep, although screencapture programs no longer work inside games (of any kind)
  22. acidcrash

    Falklands mod progress

    out of interest, will the rapier be manned by just one person? or a commander and gunner? and where would they be seated? (its not "inside" the rapier on the real one so just wondering) in a caravan* maybe? (* cant remember name of it)
  23. acidcrash

    Patch 1.98 released

    hmmm didnt someone post a 1.95 patch earlier? lol wait, upon clicking avons link yes
  24. acidcrash

    Desert storm raf tornado gr1

    </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote (Leone @ Mar. 27 2003,15:03)</td></tr><tr><td id="QUOTE">That is a fine suggestion The C130 is in desparate need of a couple of new skins....<span id='postcolor'> nevermind a reskin, it needs redoing from scratch, it needs a new model and controls tuned for starters
  25. acidcrash

    Someone please make sa-6 or sa-11!

    its part of the maac and marfy MT-LB pack, cant think of their site atm sorry
×