Recent content by Sandbird

  1. Sandbird

    [SUPPORT] Mission vehicles warning + Bicycle handbrake

    Nice idea, didnt think of doing that! Well the whole post was mostly for the bicycle thingy :) I added it inside my check for mission spawned vehicles and thought why not give them both.
  2. Sandbird

    [SUPPORT] Mission vehicles warning + Bicycle handbrake

    This is the discussion and support thread for ESS - Enhanced Spawn Selection. >> Release Thread Link << Please remember to check client and server RPT files for errors: Client RPT: C:\Users\YourName\AppData\Local\ArmA 2 OA\arma2oa.RPT Server RPT: FTP\server config directory\arma2oaserver.RPT...
  3. Sandbird

    [Release] Mission vehicles warning + Bicycle handbrake

    Mission vehicles warning + Bicycle handbrake This little tweak does 2 things that i think are useful for any server that has the Deploy bike script, Missions and Mountains :p Got the idea when i was looting a barrack, and on the back wall, there was a body next to a bike, under a big mountain...
  4. Sandbird

    Greek Operation Forces [1.0.5.1](Coins|SlotMachine|Lottery|Bank|RavenBackPk|VirtualGarage)

    Server IP: 148.251.181.94:2315 -mod=@DayzOrigins179;@DayzOverwatch;@DayZ_Epoch1051; Features - Local [GMT+0] with Full Moons. (Day lasts till 22:00, after that it starts getting darker) - Safezone Trader Cities (+AntiTheft) – (Small trade zones are not safezoned) - All game transactions are...
  5. Sandbird

    [Support] DZGM

    hey ebay, I am going through the code and i am stuck in a little function in acceptGroupInvite.sqf You got: { if (getPlayerUID player == _x select 1) then { _inviterUID = _x select 0; currentInvites set [_forEachIndex,"REMOVETHISCRAP"]; currentInvites = currentInvites -...
  6. Sandbird

    [Support] NOS for cars!

    Oh its FallingSheep who released it, didnt see that...yeah we had a talk about it in epochforum, its all good. He got the script via a leecher.
  7. Sandbird

    [Support] NOS for cars!

    So someone stole my script....and someone is releasing it and has a support thread as well.lol...nice 1
  8. Sandbird

    [Released] Use zombie guts to hide from zombies like "The Walking Dead"

    Tried that...but due to the frequency of applying guts on you...you have a 100% chance during a day to get infected. Some admins have the option the effect to wear of, so its really hard to come up with an algorithm based on time/frequency of use etc to satisfy them all...so i didnt add it in...
  9. Sandbird

    Its still in Alpha :P need to do tons of stuff to it...especially an unsubscribe function to...

    Its still in Alpha :P need to do tons of stuff to it...especially an unsubscribe function to 'shut down' the notifications so you dont get spammed on your email account :P
  10. Sandbird

    [Release] Dayz.Epoch.3d.Editor.Live.Mission WITH database interaction!

    MAJOR UPDATE: The project has now 100% database interaction. EVERYTHING works ! -Traders, Salvage, maintain, character update, vehicles/buildings based on object_data table spawn on mission start...etc Thread release...
  11. Sandbird

    [SUPPORT] Dayz.Epoch.3d.Editor.Live.Mission

    Hehe thanks.. I am making an updated version now with full database interaction. I already got object_data objects to spawn on mission start, as well as the traders, buy and sell. I rewrote 90% of all sql calls and replaced them with ones working for arma2net. But yeah...this will be epic with...
  12. Sandbird

    [WIP] Dayz Epoch - Building emails base owner about trespassers !?! WHAAAAT ?

    Still need a lot of work....but you get the idea. The idea is the base owner will be able to register his email inside the game on a laptop, and will have the option to activate the detection shield while he is not online. (It will not activate when players from his friends list are there, so...
  13. Sandbird

    [Released] Use zombie guts to hide from zombies like "The Walking Dead"

    Well this is the gather_zparts.sqf http://pastebin.com/5W5QdNfa The only problem is that you probably wont have that special icon of zombie parts in your client, to harvest it in the first place. Give it a try....you might have it you might not. Save the file above in your mission folder at ...
  14. Sandbird

    [Released] Use zombie guts to hide from zombies like "The Walking Dead"

    Here: //Harvest Zombie // _isZombie = cursorTarget isKindOf "zZombie_base"; if (_isZombie) then { if (s_player_butcherZ < 0) then { s_player_butcherZ = player addAction ["Gut Zombie", "\z\addons\dayz_code\actions\gather_zparts.sqf",_cursorTarget, 0, true, true, ""...
  15. Sandbird

    [Released] Use zombie guts to hide from zombies like "The Walking Dead"

    oh noes thats a bit messed up :P hmm its gonna be hard to do this like this without knowing what you are editing...can you copy paste your original chunk of code so i edit it for you ? Is it this one ? //Harvested if (!alive _cursorTarget and _isAnimal and _hasKnife and !_isHarvested and...
Back
Top