Search results

  1. D

    Sauerland Traders 2 wont give trade option driving me batty

    I noticed that Sauerland made mods do strange things I ported to another map all was ok I tracked down the Menu delay to infistar safezone script mine is heavily customised then normal one. With bag check and loot checking going on it slows down traders as they are classed as AI. I removed AI...
  2. D

    Overpoch Repair and Re-Ammo trucks don't do either !?

    easy way around it would be make them service points if have the rearm refill mod on
  3. D

    Locking missiles in a helicopter

    look here it works http://opendayz.net/threads/release-remove-weapons-ammunition-thermal-from-vehicle-epoch-version.18044/ I found that server will be slow to load when starting if you have lots of vehicles on list
  4. D

    [HELP] to count player objects in server

    ok then I have a system in place that checks the playerUID will use that call then thanks for tip gives me a project for the week :)
  5. D

    [HELP] to count player objects in server

    ok so would this work then sorry not a good c++ coder :) _ownerID = player getVariable ["CharacterID","0"]; _allvaults = (allmissionobjects "VaultStorageLocked"); _number = (_allvaults && _ownerID == dayz_characterID); if (count _number == 2) then { };
  6. D

    [HELP] to count player objects in server

    I'm looking for a script that will count player objects per player on map and limit the amount of said object to be built/purchased like safes or vehicles. I know I can call like so _allvaults = (allmissionobjects "VaultStorageLocked"); The count current player objects has me confused if I...
  7. D

    Help lock any car near player

    after bit testing this works _vehicle = _this select 3; DZE_ActionInProgress = true; {player removeAction _x} count s_player_lockunlock;s_player_lockunlock = []; s_player_lockUnlock_crtl = 1; PVDZE_veh_Lock = [_vehicle,true]; if(player distance _vehicle < 10) then { if (local _vehicle) then...
  8. D

    Help lock any car near player

    hmm did try both car is not locking in 2 or 5m range, to give you idea what I'm doing I'm making a car bomb script that will lock car after bomb is on it so far bomb stuff works but it's not locking cars see this: //edit by darthmard private...
  9. D

    Help lock any car near player

    I'm looking for script that will lock all vehicles in a 2m range of a player this is what I did try no luck of it working :( if(player distance _vehicle < 2) then { DZE_ActionInProgress = true; s_player_lockUnlock_crtl = 1; PVDZE_veh_Lock = [_vehicle,true]; if...
  10. D

    [HELP] vehicle loots and blown up vehicles

    2. When a vehicle is destroyed, have a script that drops some loot around the vehicle. ^^ thats what I'm looking at doing not seen a script around so far guess i'll do it the hard way I don't mind it will be a learning experience. I made a cron job for loot seems to work ok.
  11. D

    [HELP] vehicle loots and blown up vehicles

    Two things I'm trying to work out.. 1. Is it possible to add random loot like a wheel or can food in vehicles on restart? 2. Is it possible to recover some loot from blown up player vehicles? I had look all over I don't see stable scripts if you seen one can you point me in the right direction...
  12. D

    Hackers list busted them today

    Rather not post logs here and mess up forum with wall text anyways who on earth post random ip's and steam id's question has me baffled!? it seems pointless and stupid! Trust me it's real deal :) @ShootingBlanks Anti-hacks just a tool to me to help track things when not looking at logs I...
  13. D

    [help] Show player cars on map

    Nice find thanks for that makes life lots better now for players :)
  14. D

    Hackers list busted them today

    Hi all just heads up these guys where seen spawning items in server then used new tool to kill players they bypassed anti-hack I informed infistar of it hope this correct place to add this. Steam ID 2e8cd0562894585ef331bfd9e18708ad 64e612000e8949a51b98fcdab9d82842...
  15. D

    [help] Show player cars on map

    hmm yes had a play with this marker can be seen by all on server sadly I can't work this one out
  16. D

    AirCraft Carrier Help

    Did you try this link it worked while back for me. http://www.armaholic.com/page.php?id=5847
  17. D

    DELETE ME

    We have all Admins need now You can delete this post thanks
  18. D

    [help] Show player cars on map

    Do you guys know of a script that will show a player where last used car is parked on map or players locked cars? just for personal vehicles i'm after.
  19. D

    AirCraft Carrier Help

    it's in parts on mine under ships
  20. D

    [RELEASE] Contagion Dayz's - Solnichniy Enhancement

    I have updated Solnichniy for friends Overpoch Server New shops Fire House and checkpoint area with New Trade area on docks (left room for custom one) alot changes where made for Friends server ( Contagion Dayz Server ) by requuest to fill in the area a bit. You can view town edit live on IP...
Back
Top