Search results

  1. H

    Adding snow to your server

    Hey! How can I increase the view distance to like 1-2 km? I tried to overwrite the 900 view distance to 2000 but it didn't work.
  2. H

    NEED SCRIPT WRITER TUTOR

    Hey! I gathered some tutorials you can find them on my server's forum : www.patriots.freeforums.org
  3. H

    Hi! Follow this tutorial: http://patriots.freeforums.org/addin-t13.html

    Hi! Follow this tutorial: http://patriots.freeforums.org/addin-t13.html
  4. H

    [NEED HELP!] 1.7.6 Helicrash customization

    I changed the whole code: // [_guaranteedLoot, _randomizedLoot, _frequency, _variance, _spawnChance, _spawnMarker, _spawnRadius, _spawnFire, _fadeFire] nul = [4, 4, (50 * 20), (15 * 30), 0.95, 'center', 4000, true, false] spawn server_spawnCrashSite;
  5. H

    help with script filters

    Maybe try it with installing rMod?
  6. H

    [NEED HELP!] 1.7.6 Helicrash customization

    Thanks, it's working fantastic! :)
  7. H

    1.7.6.1 Full moon nights

    Hey! Try to do this: Open dayz_server.pbo\system\server_monitor.sqf Find the line: //Set the Time _key = "CHILD:307:"; You'll see a line: _date = _result select 1; Change that to: _date = [2013,8,10,(_result select 1) select 3, (_result select 1) select 4]; Where 2012,8,31 is the date you...
  8. H

    "Private deployables"?

    Oh I see. Sorry I can't help you with that :(
  9. H

    "Private deployables"?

    You can add custom buildings via 3D editor to your server.
  10. H

    1.7.6.1 Full moon nights

    Thanks it's working! :)
  11. H

    1.7.6.1 Full moon nights

    Hey Guys! I saw a tutorial about how to make full moon nights, but it doesn't work. Anybody have a working code/script for it? I only have access for mission.pbo and server.pbo
  12. H

    dayz mission addin (serverside scripts)

    Hey piXel! Could you help me how to remove all the custom buildings what the script added? Like the laboratory, castle at cap golova, the stores etc... EDIT: Found it! :)
  13. H

    [NEED HELP!] 1.7.6 Helicrash customization

    Hey guys! I tried to add more helicrashes to my dayz.st server, I think it worked, but the players said they have found like 5 crashed helis, but it didn't smoked, ant there wasn't any loot. I just changed (50 * 60) to (5 * 60) Someone could help me out?
  14. H

    Vehicle Towing Server Side

    Hey! I tried out, I used the default server pbo, and only used your mission.pbo, and replaced the file you attached, but I still gen't go through "Requesting Authentication". I don't have anymore ideas what the problem is..
  15. H

    Vehicle Towing Server Side

    Thank you! I really appreciate your help! I'll try it tomorrow.
  16. H

    Vehicle Towing Server Side

    I did every steps, and I added my auto refuel, and debug monitor script to Inkko's Chernarus mission.pbo, but when I try to log in, the loading stuck at 'Requesting authentication'. I tried to add the Huey to the heli's list. I attached my mission.pbo and scripts.txt. Could someone help me...
  17. H

    [How To]Custom Music With Object (Radio, Etc)

    Thank you so much! :)
  18. H

    Vehicle Towing Server Side

    Could you help me out how can I make the heli lift work? What code do I have to insert into the files?
Back
Top