Search results

  1. Rossymond

    Referencing a vehicles inventory.

    Hi all, pulling my hair out with this one. so this is used a fair bit _blah = count magazines player; Easy peasy, now where I am struggling is to reference the inventory of an external object, for instance a vehicle thats next to my player. So far I came up with this _nearbench =...
  2. Rossymond

    [BETA] DayZ Aftermath

    Hi all, welcome to our little section of OpenDayZ. As some of you know, myself and a small group have been working hard on Aftermath for around 4 months. We are currently in closed beta testing with around 60 people. Progress is great and the mod has already grabbed the attention of youtubers...
  3. Rossymond

    addweaponglobalcargo to near object

    Hi guys, been messing about with this for a while now but my skills are letting me down. Trying to add a weapon/item to a nearby box which is defined to reammobox class when triggered. So I currently have the script working in that it triggers, defines an output array etc. Everytime I try...
  4. Rossymond

    Hide Body Commands

    Hi all, does anyone know the correct format for the hidebody command? I'm writing a script and need it to end with if the cursor target = a dead player, hide the body. I used hidebody cursortarget player; This works after a fashion but I still get the command to study body on the ground...
  5. Rossymond

    Restricting logout position.

    Has anyone got an example of how to disable log out for a certain area? I know the action exists in epoch but I thought someone may have already extracted or created it Would save me digging around and would be appreciated :) Thanks.
  6. Rossymond

    3D Modelling Help Required

    Hi all, Anyone who has some experience creating 3D models for use in Arma 2 and would like to help out with a new project please contact me via PM. None of the team members really have the spare time to "learn" the modelling side of things as we are all busy with our parts of the project...
  7. Rossymond

    HFB Servers & Rmod 2.0/2.1

    Hi all, Having just installed chernarus with rmod2 on my HFB server, I'm getting some issues. HFB runs 2.0 rmod, so I installed 2.0, loaded up and all good. Spawned some weapons into the hospital, they appeared and worked, but refused to save to inventory. Error "You cannot play/edit...
  8. Rossymond

    Global chat or side chat broadcast

    Any ideas how to broadcast a message on trigger, IE when self bloodbagging, if it infects you....broadcast that happened? Thanks
  9. Rossymond

    Static Spawn Location Accuracy

    Hi guys, having an issue with static spawns They always spawn 40-50 metres out the way. Is this setMarkerSize that's the issue? My marker data _this = createMarker ["SAR_area_admin", [6515.52, 5598.97]]; _this setMarkerShape "RECTANGLE"; _this setMarkeralpha 1; _this setMarkerType "Flag"...
  10. Rossymond

    Kamenka Checkpoint

    Hi all, I created a Kamenka checkpoint for my server, to make spawning there somewhat less annoying. It's only my first version of this and it needs some tweaking. Feel free to comment, edit and play etc. Installation: Collect the code from here http://pastebin.com/XyGJjLkq Create...
  11. Rossymond

    dayz_anim config.cpp confusions!

    Hi all, this is bugging me, obviously the FakeWeapon {}; command converts said weapon or whatever into a a "fake" weapon. Then why is this in the file class m107: FakeWeapon {}; As can be seen in the lines below commenting out the line enables the weapon, so why does the m107 not get the...
  12. Rossymond

    Editing dayz_code server side

    Hi all, firstly my apologies if this has been covered. I had a good search, but I was not quite sure how to word my search parameters! Thanks to you all, Ive managed to impliment everything I want on my server, I've now also managed to get my own home server running for testing purposes...
  13. Rossymond

    The demise of DayZ

    I have just spent most of my evening browsing through this forum and others. I never took much interest in the behind-the-scenes-bullshit until now... I have read about people "stealing" code. People using others work without asking. No credit being given. Mod's made purely for (what would seem)...
  14. Rossymond

    Private Home/Test Box

    Hi guys, would anyone be able to point me in the direction of a guide/helping hand on the best method of creating a test server from a spare PC? I've found several guides but they all seem to be different. I just want something I can play around with and test my modifications without...
  15. Rossymond

    Finding Map Location/Position?

    Hi all, something thats bugging me is how to get a map position for something like a vehicle spawn. I tried putting a vehicle there and then getting the world space from the database, and using that for the new spawn. That didn't work, the vehicle spawned a good 100m away. Tried adding an...
Back
Top