Search results

  1. J

    Strip vehicles for parts

    Total fail on getting this working in a submenu. Anyone figured that one out yet?
  2. J

    Animated Helicrashs 0.1 - Release

    7 dayz -_- then my world goes to shit again, I literally just finished putting all my addons in, was just polishing things up, trying to learn how to do sub scroll menus and what not.
  3. J

    Submenu for repair / remove

    Actually, no i can't you'r file is nearly 100% different from mine. That's ridiculous. Edit: I am going to uninstall my current salvage script and add in that one instead, maybe then i can get it working.
  4. J

    Adding a confirmation to Heli Lift

    _chopper = vehicle player; _chopper removeAction BTC_liftActionId; BTC_lifted = 1; BTC_dropcargo = 0; _cargo_pos = getPosATL BTC_cargo_lifted; _rel_pos = _chopper worldToModel _cargo_pos; _height = (_rel_pos select 2) + 2.5; BTC_cargo_lifted attachTo [_chopper, [0,0,_height]]...
  5. J

    [Resources] - DayZ Server Additions

    Quick and dirty tut for adding weapon cache's if required Ill go into more detail and be more specific. http://opendayz.net/threads/weapon-cache-in-dayz.9636/#post-37546 This method makes the crates refill each time you log in, while this doesn't really affect my particular situation as I've...
  6. J

    Weapon Cache in DayZ?

    yes there is a spot, it has to be in class vehicle section of your code. Make sure you update # of items! Check mine out... class Vehicles { items=15; class Item0 { side="EMPTY"; id=1; position[]={13225.278, -6.0489159...
  7. J

    Animated Helicrashs 0.1 - Release

    hope the new dayz update dont break this -_-
  8. J

    Need help with death messages

    EVEN WORSE. I tried again and it ran. Its the same PBO I used earlier wtf. I tried about 10 times earlier today and it didnt work.
  9. J

    Weapon Cache in DayZ?

    just confirming this worked great.
  10. J

    Need help with death messages

    wtf where did the upload button go?
  11. J

    Weapon Cache in DayZ?

    aha! open 2D editor in arma 2 SP. Place desired ammo crate (I used US special weapons crates). add this to the int field "clearMagazineCargo this; clearWeaponCargo this; {this addWeaponCargoGlobal [_x, 2];} forEach ['M24','M4A1_AIM_SD_camo','M249','m16a4_acg','M9SD']; {this...
  12. J

    Weapon Cache in DayZ?

    Is this possible? I'd like to put a weapon cache into my Skalitsy Island base which has been over run by AI bandits. Sort of a "mission" for my players to go on, as it stands now I have 4 barracks side by side but the risk for the reward isn't worth it. Alternatively could I add an ammo crate...
  13. J

    Build 1.7.7 Rolling Updated

    Lord there goes another few nights of sleeping -_- gotta update everything ive got modded
  14. J

    Need help with death messages

    Ok, so every time I upload the script "fnc_plyrHit" it causes my server to crap out and everyone gets Requesting Auth untill "Something went wrong" . I've looked at my server log for errors and its not showing any. Anyone have this issue? Currently the script is not in my pbo, but all the...
  15. J

    Submenu for repair / remove

    Ah, thank you sir! That I can work with!
  16. J

    Submenu for repair / remove

    -_- Still a copy paste kinda guy here :( I'm not sure how I can put that into my code. I probably have to split up what you did above for individual sections in this code.... Little help? Sorry for asking you to do my work for me -_- // Remove Parts from Vehicles - By SilverShot. if(...
  17. J

    Submenu for repair / remove

    I agree, I've been trying to figure out how to do a submenu for the "Drop" command on my heli lift script too. Eg. You select "Drop Offroad" and the menu changes to "Are you sure?" Yes / No
  18. J

    I dont get whats wrong here....

    All sorta crap lol Fixed it tho. Sometimes u just need to sleep before stuff starts being visible i guess.
  19. J

    I dont get whats wrong here....

    Just noticed my X Z Y is messed up in the sensor but still that shouldnt make it not work
Back
Top