Search results

  1. S

    Loot Cycling

    Is there a way to prevent loot cycling? My idea: Slow down the cleanup script when a player logs out. So the loot would not despwan instantly I will try some things, but when somebody has more skills in scripting maybe someone can help
  2. S

    Working House Lighting

    Here my init.sqf: /* INITILIZATION */ startLoadingScreen ["","RscDisplayLoadCustom"]; cutText ["","BLACK OUT"]; enableSaving [false, false]; //REALLY IMPORTANT VALUES dayZ_instance = 1; //The instance dayzHiveRequest = []; initialized = false; dayz_previousID = 0...
  3. S

    InCombat logout punishment

    I tried this: if ((_timeout - time) > 0) then { diag_log format["COMBAT LOGGED: %1 (%2)", _playerName,_timeout]; _object setVariable["NORRN_unconscious",true, true]; _object setVariable["unconsciousTime",300,true]; _object setVariable["USEC_infected",true,true]; diag_log...
  4. S

    Working House Lighting

    Hi, both scripts work good, but after the installation my RPT file is spammed with this: Wrong text element 'null'
  5. S

    Ground Fog - Guide

    Woops iam sorry, i think that was an editor copy paste error, this is how it looks and sadly no fog: class Item1 { side="LOGIC"; class Vehicles { items=1; class Item0 {...
  6. S

    Ground Fog - Guide

    Hi, i post my files again, maybe you see the error again ^^ fog.sqs same as you posted. mission.sqm: http://pastebin.com/LG8wyejY
  7. S

    Ground Fog - Guide

    That is line 1171: { There is no [
  8. S

    Ground Fog - Guide

    Hi Thanks for your help, changed the things now the server gets stuck at wait for host. RPTlog: ErrorMessage: File mpmissions\__cur_mp.chernarus\mission.sqm, line 1171: Config: '[' encountered instead of '{'
  9. S

    Ground Fog - Guide

    Hi, could you look into my files? I dont get it to work. fog.sqs http://pastebin.com/T07eciS7 mission.sqm http://pastebin.com/EpMCSLzS I changed the time to 8pm - 10pm (20:00 - 22:00) Hope you see the error!
  10. S

    [Request] Cannibalism

    Hi, i changed my loottables to "oh my god iam so hungry", i remebered an old discussion in the dayz forum about cannibalism. Yes i want that :) My arma script skills are enough for editing stuff but not to make new things. i will try few things, but i hope someone who knows how its donw can...
  11. S

    100% Custom Loot tables - TUTORIAL

    Is it possible to add weapons you can manuly spwan to this loot table? like SCAR_H_STD_EGLM_Spect? And is there a reason why for example NV googles and G36 are commented out? whats this? ["Body","object"], and is it possible to change itemtypes? for example hospital to single items?
  12. S

    Self Blood Bag

    To change the infection chance, just change the 10 to xx? if (random 10 < 1) then { //10% chance r_player_infected = true; //set players client to show infection player setVariable["USEC_infected",true,true]...
  13. S

    Spectator Tools for Admins! DOWNLOAD + INSTALLATION (GCAM)

    Yes it does, but its the only way for me to use gcam till they fixed the scripts.txt
  14. S

    Spectator Tools for Admins! DOWNLOAD + INSTALLATION (GCAM)

    This line does the eat/drink kick, till this is fixed you can make //5..... 5 createVehicle !"\"createVehicle\"," !"createVehicleLocal" !"createVehicle [\"WeaponHolder\", _iPos, [], _radius, \"CAN_COLLIDE\"" !"_fire = createVehicle [_classname, _location, [], 0, \"CAN_COLLIDE\"" !"_object =...
  15. S

    Add your own custom sounds

    Thats awesome thx! One more question, when you want this serverwide random sounds, like namalnsk, how to do that?
  16. S

    Add your own custom sounds

    Could you guys make a step by step tutorial for that?
Back
Top