Recent content by Emmoth

  1. E

    [Request] Player ID zone restriction and humanity restriction zone

    Oh yeah I just noticed, I missed the (player getVariable["combattimeout", 0] >= time) Not quite sure how to add that tho.
  2. E

    [Request] Player ID zone restriction and humanity restriction zone

    I just noticed a weird bug witht he bloodbag script. I tried out the scripts with 8000 blood as limit and then ran in to a group of zeds, and as soon as I got down to 8k I could use the bloodbag. The Zeds where still hitting me and I scrolled down to "Use Bloodbag" and a new line of "Use...
  3. E

    [Request] Player ID zone restriction and humanity restriction zone

    Ok got it to work with this in the "fn_selfAction.sqf" PlayerHumanity = (player getVariable"humanity"); if ((getPlayerUID player) in ["123456","234567"] or (PlayerHumanity < -12000) or (PlayerHumanity > 7000)) then { s_action_blood = -1; if(r_player_blood < 12000 and "ItemBloodbag" in...
  4. E

    [Request] Player ID zone restriction and humanity restriction zone

    Could this work ? I want them to be able to heal them self when they meet the targets but to be able to bloodbag others before that lie the normally would. Do I even need the else part ? if ((getPlayerUID player) in ["xxxxxx","xxxxxx"]) or (PlayerHumanity < -12000) or (PlayerHumanity >...
  5. E

    Safezone

    hmm anyone of you had problmes with the editor ? When I place the trigger and look at the right side of the screen to see the position, I only see the first two numbers.. Running the editor in 1920*1080
  6. E

    DayZ Admin tools

    Yeah. When I removed the admin tools and went back to the earlier mission file, the lag stopped.
  7. E

    DayZ Admin tools

    Having the same issue. My players complaining about lag when I added Admin tools. I'll post my mission file when I get home from work. I have a refuel, strip vehicles and custom debug window at the moment with no lag. But when I install Admin tools, refuel and strip vehicles we get lag issues...
  8. E

    [Request] Player ID zone restriction and humanity restriction zone

    Would be really nice if any of you could write this down :) Atleast where in the mission file i should add the trigger script. I would like to add this to my server too. Bandit reward could be more health from food (if that is possible to add) or some kind of weapon perhaps. Skickat från min...
  9. E

    [Request] Player ID zone restriction and humanity restriction zone

    Thanks guys. Will have a look at that 2D editor and that other thread after work. What I'm looking for is a admin base, where I can be safe when searching for cheaters. Skickat från min GT-N8020 via Tapatalk 2
  10. E

    DayZ Admin tools

    I'm getting huge lag spikes when l loaded this script. Will look at my mission file again tomorrow. See if I missed anything. Skickat från min GT-I9300 via Tapatalk 2
  11. E

    [Request] Player ID zone restriction and humanity restriction zone

    Ah. No haven't used that. Will have a look at it.
  12. E

    [Request] Player ID zone restriction and humanity restriction zone

    Hmm can anyone of you tell me how to do this ? And tell me how to place the area at a location at my desire.
  13. E

    Base Building DayZ 1.2 Released

    Does this work with DayZ.st dedicated private hives ? I do know how to get the dayz_server.pbo file, but I don't know where to get the "dayz_1.YOURWORLD.pbo" or is that the normal dayz_mission.pbo file ?
  14. E

    [Request] Player ID zone restriction and humanity restriction zone

    uhm, could I bother you UrbanSkaters with some more info on that script and where to insert the first code ? And how do I specify the area ? I'm guessing it's the a and b value. Do I use GPS cords ?
Back
Top