Search results

  1. A

    Change weather server side.

    hiveext.ini set a date which is on a full moon. googling a full moon time and date would help.
  2. A

    Kill messages/Death messages

    hmmm interesting idea... looks correct, only thing i would change is ADMINUID line if ((getPlayerUID vehicle player) in ["ADMINUID#####"]) then { took that out of debug monitor, think you are missing the vehicle in the if
  3. A

    Change weather server side.

    this is funny, ive been using this for ages now. didnt know it wasnt public knowledge... ANYTHING in dayz code you have to put into your mission folder and change the compile for. so if u wanted to change anything else just drag it to a folder inside ur mission and change the compiles link to...
  4. A

    Database questions

    its their medical status's hunger thirst blood just tinker with them and see...
  5. A

    [Release] Fred's Wardrobe v1.0.2

    ok this is probably wrong, but what the hey. Im looking through how the debug monitor works with displaying humanity. _humanity = player getVariable ["humanity",0]; //bandit if (_humanity < -2500) then { wardrobe = [ ["",true], ["DayZ Bandit Clothing", [2]...
  6. A

    HALO Jump On Spawn! - Tutorial

    This would be great, its currently off my server because i cant have it set to only spawn halo on respawn. Ive used the code above if (dayzPlayerLogin2 select 2 && dayzPlayerLogin select 4) then { _pos = position player; "respawn_west" setMarkerPos [_pos select...
  7. A

    Roads?

    roads are built into the map. the buildings and stuff are static objects. what model did you even use for the road?
  8. A

    Base Building DayZ 1.2 Released

    This doesnt work for reality. i have tried many times with vannilla and can only get the base builder to work but not save to database.
  9. A

    [Release] Fred's Wardrobe v1.0.2

    really? that was causing it? i have been using both those for quite some time now. i deleted admin tools because of antihacks i bought. but before then both worked just fine. did you alterr the bloodbag to only show when under 12000 blood? thats the only change i made to bloodbag that i could...
  10. A

    Project : More Tents

    hmm where can i change the pointing location for equip.pbo? like i would change compiles.sqf to point to my mission folder for changes i wanted to be seen by users, so i look inside compiles and i dont see anything equip related. am i missing somthing or will i have to actually have them...
  11. A

    Project : More Tents

    so to use this all i have to do is go into my @dayz folder exchange the stuff inside those pbo's and just put them back into the @dayz folder? dont need to include into my mission pbo?
  12. A

    Kill messages/Death messages

    player addEventHandler ["killed", { [nil, nil, rspawn, [_victim, _message], { (_this select 0) globalChat (_this select 1) }] call RE; }]; //end hangender killmsg this will post the death msg in global. and thru the person who died. so if you wanted it to not show killer you could use this...
  13. A

    Kill messages/Death messages

    http://dayz.st/w/Kill_Messages
  14. A

    Kill messages/Death messages

    it should only effect the debug always on version, the toggle should be fine with it.
  15. A

    [Release] Fred's Wardrobe v1.0.2

    giver a try and let me know seems you put it in the right part.
  16. A

    [Release] Fred's Wardrobe v1.0.2

    no they dont conflict. one uses fn_selfactions one uses showcommandmenu. actually im going to test this because ive been having issues with my antihack and wardrobe. will give u an update, but without the antihack it works together no prob, so if your not using one try reinstalling or fix...
  17. A

    [Release] Fred's Wardrobe v1.0.2

    This is answered in this post somewhere... inside your skin files you need to put in the exec admin tools sqf here is my camo_clothes.sqf if (dayz_combat == 1) then { titleText ["You can't change clothes while in combat.", "PLAIN DOWN", 3]; sleep 5; titleFadeOut 1; } else { titleText...
  18. A

    Creating a spawn intro cut-scene?

    im sitting here puzzled as to why you would respond with this.
  19. A

    Spawning vehicles without server provider.

    simple answer is, no it wont. The function of these coordinates is basically the area of the map that can be saved in. sorta like when you leave game out of bounds and find yourself on the shore. its because you werent in the desired set zone to save. doesnt change any coordinates, just the...
Back
Top