Recent content by kris

  1. K

    30 second godmode on spawn

    alas! after looking through the code extensively i have found the issue, fix: change "godstart.sqf" to: waitUntil {(!isNull Player) and (alive Player) and (player == player) and (!isNil 'dayz_animalCheck')}; player_zombieCheck = {}; fnc_usec_damageHandler = {}; fnc_usec_unconscious = {}; player...
  2. K

    30 second godmode on spawn

    update.. i have it working, but after the user leave / first enters the lobby, it goes straight to "goodluck" and does not give god mode.
  3. K

    30 second godmode on spawn

    i have done further tests, and it only seems to boot properly when the user is alive, but logs out and back in, it does not boot properly after a death + respawn.
  4. K

    [Resources] - DayZ Server Additions

    anti-spawn killing script: http://opendayz.net/threads/30-second-godmode-on-spawn.12407/#post-62619
  5. K

    30 second godmode on spawn

    so, this mod will give 30 second godmode on spawn, this will prevent spawn killing, much like what is found on most pvp servers like my own. so, first: unpack your mission.pbo, second, under "if (!isDedicated) then {" in init.sqf paste this: [] execVM "fixes\godstart.sqf"; now create a...
  6. K

    [Release] Safezones

    a fix for the zombie issue: Private ["_Basis","_EH_Fired","_EH_Hit","_EH_Killed"]; _Basis = _this select 0; //Basisname while {true} do { //wait until Player is in base, then start Eventhandler waitUntil {vehicle player in list _Basis}; titleText ["Welcome to the Dome.", "PLAIN...
  7. K

    god mode domes

    in reference to this on the dayz.st wiki: http://dayz.st/w/Protected_Dome i slightly modded it not to kill the player but to give the user godmode while inside the dome. i modded the dome.sqf file like so: titleText ["Welcome to the StrongHold, You have been given GodMode until you leave."...
  8. K

    Help removing Fog..

    Fog is annoying.. any way to remove it without FPS lag due to view distance? thanks.
  9. K

    [DEAD] Admin & User Panel

    http://opendayz.net/threads/dayz-gui-loadout-editor-for-bliss-v1-1.1746/ mh. not much work you done on this.. what did it take you, 1-2 hours? this is what i had about 5-6 months ago perhaps: http://opendayz.net/threads/dayz-gui-loadout-backpack-editor-for-bliss-v1-2.8691/ totally out of...
  10. K

    Gamer Exit Control Panel - Coming Soon...

    my version support multiple instances.
  11. K

    DayZ GUI Loadout/Backpack Editor for Bliss (v1.2)

    The easiest way i found, was to spawn the item of choice through database to your character, enter the game, pull up the inventory and print screen the gun you want / item. then, save the image as a .png file type, with the dimensions at 227 x 90 for a weapon / bag, or 44 x 44 for an item, the...
  12. K

    DayZ GUI Loadout/Backpack Editor for Bliss (v1.2)

    There has been a hotfix, anyone who downloaded, please re download.
  13. K

    DayZ GUI Loadout/Backpack Editor for Bliss (v1.2)

    Hello guys, i have completely modded Ersans Old 1.1 source of the inventory editor, and put my own spin on it. This support Backpacks, as well as guns that where not added in the previous (e.g rocket launchers etc..) How to use: ----------- 1: Download 2: Edit "connect.php" with notepad 3...
  14. K

    Vehicle Repair after interval

    hey, i wanted to know if a auto-repair anywhere on the map at an interval of 5-10 minutes would be possible? Thanks, and also a auto-refuel script anywhere on the map, not just at a certain place?
Back
Top