Search results

  1. M

    DayZ Admin tools

    Did you forget this part of the instructions? Adjust your server_cleanup.fsm file for "Killed a hacker" fix (thanks sarge) Depends which DayZ version you are running. The line you are looking for is either: " if (!(vehicle _x in _safety) && ((typeOf vehicle _x) != ""ParachuteWest"") )...
  2. M

    DayZ Admin tools

    Dont air strike cherno too much LOL!
  3. M

    DayZ Admin tools

    YES! it is because of the different faction with the skin model a player is using. kind of like a bandit skin trying to get in the same vehicle with a Hero skin type thing.
  4. M

    DayZ Admin tools

    try and add !"CA_TS_ListDoubleClick" so.... 5 onTeamSwitch !"\"onTeamSwitch\"," !"CA_TS_onTeamSwitch"," !"CA_TS_ListDoubleClick"
  5. M

    DayZ Admin tools

    I know it may be a stupid question but did you bounce the server? I know a #restart doesn't work.
  6. M

    DayZ Admin tools

  7. M

    DayZ Admin tools

    use code brackets, makes it easier to read.
  8. M

    DayZ Admin tools

    can you please post the restriction #66 sripts.log entry? I think i have it... Search for: 5 onTeamSwitch !"\"onTeamSwitch\"," replace with: 5 onTeamSwitch !"\"onTeamSwitch\"," !"CA_TS_onTeamSwitch","
  9. M

    DayZ Admin tools

    My script restrictions is line 90 yours may differ. Search for: 5 teamSwitch !"\"teamSwitch\"," replace with: 5 teamSwitch !"\"teamSwitch\"," !"[_this, "CA_TS_ListDoubleClick"] execVM "\ca\ui\scripts\TeamSwitch.sqf";"
  10. M

    DayZ Admin tools

    I am trying to make custom ammo boxes. The following code is what I have so far although it is not working... BluePheonix175 do you think its possible? CustomAmmoBox.sqf: _box = "USBasicAmmunitionBox"; _posplr = [((getPos player) select 0) + 2, ((getPos player) select 1) + 2, 0]; _dirplr =...
  11. M

    DayZ Admin tools

    I dont know if this has been posted yet but when spawning say an A10 or other jet. the vehicles was always facing a static direction making it hard to fly without doing allot of maneuvering or hitting some trees., I also wanted the ability to spawn ammo box's on top of a building. Here is the...
  12. M

    DayZ Admin tools

    BluePhoenix, Great admin tool! would it be possible to place items like ammo boxes on the map with the tool and have it add it to the DB so it survives a server restart? this would be a great tool for adding spawn points to the map.
  13. M

    Bus Route

    Hey Axeman any news on when you plan on releasing this? I would love to have this on my server.
  14. M

    DayZ Admin tools

    just an FYi your Base_WarfareBBarrier10xTall.sqf file has HMMWV for the class name.
  15. M

    DayZ Admin tools

    Ahh I see it now... I was expecting an additional tool option like Building menu. Thanks for the reply.
  16. M

    DayZ Admin tools

    I must be missing something... I see nothing new in your adminstools.
  17. M

    HALO Jump On Spawn! - Tutorial

    I have done everything to the T in the instructions and it doesnt work. I spawn on the ground like normal. I looked in the Servers RPT log and see this: "TELEPORT REVERT: Mcpimpin (106) from [8470.69,2468.18,0.00141895] to [-18709.3,25923.4,0.00137329] now at [8470.69,2468.18,0.00141895]"...
  18. M

    AI Air Patrols

    Thanks for the reply. I am getting the same kick mesage and log entry after adding that to my mpeventhandler.txt
  19. M

    AI Air Patrols

    Does anyone have any pointers as to how i would add an exclusion to mpeventhandler.txt for this log entry... #27 "Hit" 3:23 - "[(_this Select 0),(_this Select 1)] ExecVM "units\ChopperReaction.sqf";"
Back
Top