Search results

  1. S

    _setvectorup is not working

    Thank you Vampire but this i`ve already tryed out. I got it fixed this way: _this = createVehicle ["Land_HouseV_1I4", [13307.73, 11643.808, 0.27678674], [], 0, "CAN_COLLIDE"]; _vehicle_132 = _this; _this setDir 61.491592; _this setTargetAge "60 MIN"; _this setVehicleInit "this...
  2. S

    _setvectorup is not working

    Hello, im running a Epoch (1.0.3.1) server and tried a few things to get the above named command to work..without any luck. My code looks like: if (isServer) then { _vehicle_0 = objNull; if (true) then { _this = createVehicle ["Land_HouseV_1I4", [13307.73, 11643.808, 0.27678674], [], 0...
  3. S

    Increasing Zombie Damage in Epoch

    I got it..thx.
  4. S

    Increasing Zombie Damage in Epoch

    Hello, today i tried the epoch mod and i realized that the zeds are pretty lame..there is not the behavior and strength like in the normal version 1.8.0.3. Now i decided to make them more stronger and i edited the "player_zombieattack.sqf", "fn_damagehandler.sqf" and the...
  5. S

    Dynamic Spawn Grit is not working

    ok i solved it. i set the main spawn probability in the configfile to "0" for survivors, bandits, and soldiers and defined in grps file to what i want and so they spawn only in the grid i want to. now everything is fine. cheers
  6. S

    Dynamic Spawn Grit is not working

    Hello people/ Hello Sarge, at first thx for that great work! Everything is workin fine exception of the dynamic spawn. My problem is that the AI Bots are spawning everywhere/in every grit. I tryed to comment it out but it dosent work, so the not "PVP-Zones" are full with bots which are...
  7. S

    dayZ (arma) AI Controlled Bus Route.

    That sounds good. Is it possible to get this script from you?
  8. S

    dayZ (arma) AI Controlled Bus Route.

    i have a problem: when the driver was killed than the bus isnt working anymore. a new driving crew is not spawning and the bus is still standing. When the second guy gets killed than the new driving crew is spawning. the driver gets into the bus but he wont go on driving along the coast. he is...
  9. S

    DayZ Admin tools

    Now it looks like: if ((getPlayerUID player) in [""]) then { //all admins if ((getPlayerUID player) in [""]) then { //mods adminmenu = [ ["",true], ["Tools Menu", [2], "#USER:ModToolsMenu", -5, [["expression", ""]], "1", "1"]...
  10. S

    DayZ Admin tools

    Hello, ive changed the codes like in the readme but it dosent work for me. If i use the mousewheel the "Tool Menu" is shown up in blue but if i click it disappears and nothing. Code in adminToolsMain is like that: _____________________________________________________________________ if...
Back
Top