Search results

  1. X

    Mountable Vehicles

    Alright, I uploaded the original files here: http://www.wikiupload.com/KT34T5EIZHC6J3C That includes the entire folder from the Taki Life PBO
  2. X

    Air raid - bombing and siren

    Try having another player log into your server before you do, then test out the sounds. I was having the same issue, I read on another forum page that sometimes the first person who logs into the server doesn't always get all the additions to load properly. If you log out and back in after...
  3. X

    Mountable Vehicles

    The code I listed is completely different from his work. Pixels only allows the player to ride "shotgun" on these vehicles. The code I am trying to work with would actually allow the player to "kneel" in the back of a pickup truck and constantly move around AND shoot at the same time. I can't...
  4. X

    Mountable Vehicles

    Wish I could say I did but I spent the better part of two weeks dissecting these files and trying to get them ported over to DayZ. I know for a fact they work, as I got them from a Taki Life server. I just don't have enough knowledge about scripting to get it to work for us. As I've mentioned...
  5. X

    Air raid - bombing and siren

    I had a similar issue myself. Our server had pIxEl's dogs and our own working Train. I found that when I went into THOSE files, I found a second set of CfgSounds listed in a few scripts. Check your other additions for something along that line. If you're unsure how to combine them with the...
  6. X

    Player inventory not saving after modding .PBO

    Have you seen any errors in your RPT?
  7. X

    Looking For A Good Scripter that can Edit a server

    Hit me up on my TS, I can take a look and see what you need help on. ts.gsc-clan.org
  8. X

    DayZ Mission System

    No worries, was just curious. That works out better anyway. For my own edits for Chernarus, I was a bit lazy and just "re-did" the APC mission as one of the others (forget which now that I'm trying to remember) and for the PBX one, I just copied the Axe Murderer which just sounds fun lmao...
  9. X

    DayZ Mission System

    I'm actually working on a Chernarus edit for this as I type this, just a question that's peaked my interest, figured I'd ask. In the SMFinder.sqf's, theres a line here: if(isNil {ReAccur}) then { ReAccur = ["SM3","SM4","SM5","SM6","SM7"];}; Is there a reason SM1 and SM2 are not mentioned in...
  10. X

    Mountable Vehicles

    Heres what I believe to be the main file for it. http://pastebin.com/RcLezae7
  11. X

    Mountable Vehicles

    So here's the story, my clan and I were trying something new the one night a few weeks ago and played Taki Life instead of DayZ. One of the coolest features we saw in the server we were on was the ability to climb into the back of vehicles, for example, the White Pickup. Your character would...
  12. X

    Crafting System

    Heres a question that came up from my server. Most of my players have no experience with Scripting so they have no idea what PartGeneric is. Is it possible to change the text when it shows what parts they need to show a custom text, Scrap Metal instead of the class name?
  13. X

    Crafting System

    I followed your instructions step by step and I'm happy to announce it works absolutely perfect. My only issue was with crafting an Old Camping Tent, we don't have a Sniper3_DZC skin, is that something that's from another map/mod. I know I can just edit that to a regular ghillie, which I have...
  14. X

    Bugs with dayz 1.7.6.1 or just me?

    Wolf, I know this is an old post but hey, if you never got it fixed lol I had the same error. Double check your init.sqf file. call compile preprocessFileLineNumbers "\z\addons\dayz_code\medical\setup_functions_med.sqf"; That needs to be called correctly or you don't get moved to the coast...
  15. X

    Air raid - bombing and siren

    I put the call here: if (isServer) then { dogOwner = []; _serverMonitor = [] execVM "\z\addons\dayz_code\system\server_monitor.sqf"; _airraid = [] execVM "server_airRaid.sqf"; }; In the isServer section, rather than Dedicated. In the beginning, I had a few issues with the...
  16. X

    Air raid - bombing and siren

    mmmyum, If it helps at all, I've gotten your scripts to work absolutely perfectly. Its completely random, the huey's fly over the correct area., the sirens work in the correct area. I have the script called from the init file. Fan-freaking-tastic work! My guys are going to love this! Best...
  17. X

    Remove Parts From Vehicles (Simplified)

    For those getting these errors, most of these new server additions have you call these edited files from a new folder in YOUR mission pbo. You would basically make a copy of the, for example, compiles.sqf FROM the dayz_codes folder, and place YOUR copy into a new folder (labeled for example...
  18. X

    Release: Player2's Knockout

    I'm having the same issue as above. Any insight as to what it could be? -------------- EDIT: Never mind, I figured out what I did wrong. For me personally, I had the scripts in a different folder and the call for it in the code above, was calling from a fixes folder, which I had named...
  19. X

    WORKING - Siphon Fuel Script

    Thanks, fixed that. Another thing, maybe its just me. A fellow admin and I were testing this script. Interestingly enough, while he was sitting inside the vehicle, I could siphon and fuel the car, but it wouldn't adjust the fuel level, but I would get "free fuel" or lose the fuel when putting...
  20. X

    WORKING - Siphon Fuel Script

    Hmm, interesting, anyone else getting this kind of issue?: 5:59:15 Warning Message: Script z\addons\dayz_code\init\publicEH.sqf not found 5:59:15 Warning Message: Script z\addons\dayz_code\medical\setup_functions_med.sqf not found And it keeps going down the list of ALL the files under the...
Back
Top