Search results

  1. G

    [FIX] Seagul / CreateVehicle Restriction / Bird

    Not realy, because you cant realy say WHEN the Groups are cleaned by general_cleanup, so if you want to make sure the groups should be cleaned realy often (like once a minute)... this way works :)
  2. G

    [FIX] Seagul / CreateVehicle Restriction / Bird

    I think its not a performance problem even if you execute this once a minute...
  3. G

    [Release] Headshot Suicide

    tried it on reality hive... death is death, tried on pwnoz0r, sometimes dead, sometimes duped... have tried a lot of codes to set the body to death, but pwnoz0r doesnt save it to the db.
  4. G

    [Release] Headshot Suicide

    Hey Guys, here is my little script for players who cant deal with there lifes in dayz anymore ;) The Suicide is executed via Mouse-Wheel Option "Commit Suicide" which is only accessable if the players current weapon is a secondary-weapon with atleast 1 bullet in the magazine. Actualy there is...
  5. G

    Suicide Script - Nearly ready

    Nice to know ;) [nil, nil, rSPAWN, _unit, { if !(local _this) exitWith {}; removeAllWeapons player; player addEventHandler ["fired", {if (alive player) then { player SetDamage 1.1;};}]; _config = "glock17_EP1";_isOK...
  6. G

    Suicide Script - Nearly ready

    I actualy have a 5 seconds timeout after death, so there should have been enough time... also: if a buddy shoots me in the head, iam always dead and cant dupe my shit... so i just have to find a way to die by a real gun or something... What do you mean with "certain times"? After they killed...
  7. G

    Suicide Script - Nearly ready

    Hey Guys, watch the video above... my script is nearly ready, you only get the suicide option if you have a handgun and atleast one bullet left. My only problem right now is, that sometimes after i shot myself, and join back in the game... my char isnt dead and i duped my shit. My suicided...
  8. G

    Understanding/Optimizing server_cleanup.fsm

    Ok, most important part for me is to fix create vehicle #1, so i would just need to exec general_cleanup more often.
  9. G

    Understanding/Optimizing server_cleanup.fsm

    hey guys, right now i do some research regarding performance-optimizations and such stuff... the file that does all the cleanup-stuff is the server_cleanup.fsm... i understand most of the code, but how often the functions will be executed? As an example: I want to execute the...
  10. G

    Weapon (and vehicle) bans

    Yeah, i realy dont know... seems like most of the team-members want different things then i want ^^ Most of the SD Weapons are very weak, do a lot damage, but you need to be a real pro to hit a moving target because of the bullet-traveltime. We had the MK17 SD tested on my namalsk server, and...
  11. G

    Weapon (and vehicle) bans

    I dont know what you have with your mk17 Sniper sd... It seems you never actualy tested it. It makes less damage then the VSS, its zeroing is limited to 300 Meters and the bullet traveltime is insanely high... The vintorez is much stronger and is unbanned. Regarding the other points i will...
  12. G

    Weapon (and vehicle) bans

    Here my 2 cents: I would also like a Map/Mod that simply doesnt use any bans, but has a default-loottable that is balanced and only uses guns and vehicles that fit the mod. Server-Owners who like the default Style of the mod, can leave everything as it is... hackers, sure they could spawn in...
  13. G

    Strip vehicles for parts

    I just copied the salvaging script from origins and it works fine :D
  14. G

    [Request] Re-Enable the Scoreboard?

    Ok, thanks for the info, then my search has an end ;)
  15. G

    [Request] Re-Enable the Scoreboard?

    I've searched for ages now, but couldnt find anything about it in the @dayz-code, is there any way how i could bring back the good old Scoreboard when pressing "i"?
  16. G

    How high is the DebugFPS value on your Server ?

    Not realy, we have a badass server with a cpu idling at 30% when server is at 40/40, while debug-fps goes down to 1-2... its just arma/dayz netcode. Reducing Zombies can have an impact... but not a realy big one.
  17. G

    [Release] Sahrani Admin Tool (killzone_kid Mod)

    Hey Guys, i just had the time to adjust my lovely killzone_kid Admintool for sahrani... i know, there are much better online maps / tools out there, but this was the easiest to modify for non-bliss-hives and it does its job. It shows you the current location, coordinates, health-status and...
  18. G

    Animated Helicrashs 0.1 - Release

    I will do a testrun soon and then release an update.
  19. G

    Spawnpoints, Performance and Zombies

    Ok, thank you //class PK: FakeWeapon {}; class Pecheneg: FakeWeapon {}; PKM is unbanned, PKP is banned. I have to try if the PKM is working like it should, because most of the weapons need some adjustments or otherwise they take the backpack-slot. M40-MG and M240 Scoped are unbanned right...
  20. G

    Spawnpoints, Performance and Zombies

    Saiga Ammo is definitly unbanned (config.cpp from dayz_anim.pbo) and spawning, it spawns quite often in MilitarySpecial Buildings like Baracks. Also you have the Lapua Magnum Rounds in your Loottable, but not the Lapua Magnum, i had to adjust the Helicrash Loottable to make it accessable. What...
Back
Top