Search results

  1. P

    OW 025 Time changing issue

    You shouldn't be using the server_cleanup.fsm, they left it running in OW as a mistake. You should only be using ow_cleanup. So unfortunately your fairly accurate research isn't the right answer this time.
  2. P

    sorry im not willing to share this code at the moment, i only just finished it =p

    sorry im not willing to share this code at the moment, i only just finished it =p
  3. P

    [REQUEST] Sign Mod

    myFlagPos = [player, 10, getdir player] call BIS_fnc_relPos; //set position for flag to be 10m infront of player myFlag = "FlagCarrierTakistan_EP1" createVehicle myFlagPos; //create the flag myFlag setflagtexture "logo.paa"; //set the flag texture ^ Above code creates a flag with whatever...
  4. P

    [ServerSideScript] Grass hides player

    I like this, but I think it's a little OP. Perhaps use it for ghillie suits only?
  5. P

    Overwatch 0.2.4 Classname List: Weapons, Ammo, Vehicles, Skins

    Just because they exist doesn't mean they work.
  6. P

    MV22 Osprey Folding wings?

    Why use an event handler and mess around with the fuel when you have this? http://community.bistudio.com/wiki/isEngineOn fold.sqf:_on = isEngineOn themv22; if (_on) then { //tell player to turn engine off first titleText [("You have to turn the engine off first!"), "PLAIN DOWN", 2]; }...
  7. P

    Tents/Vehicles not updating when servers are hived

    Our server has a lot of custom work done by me from scripts to new features, stuff that hasn't been released on OpenDayz or anywhere else by me. As I understand your server has literally ripped my code from the mission pbo, and not only that you're trying to leach off our popularity by...
  8. P

    [TUTORIAL] Deployable bike. {1.7.7.1}

    Really love how all the code posted here has been ripped out of my servers mission file without any permission but go ahead it's far too late now. Just don't expect any support from me. I guess from now on I'll just have to protect the code on my server until I'm ready to release it.
  9. P

    2000000 Vehicles server incoming ;D

    2000000 Vehicles server incoming ;D
  10. P

    Is this even possible?

    Source: http://dayzmod.com/forum/index.php?/topic/141571-rolling-changelog/
  11. P

    http://opendayz.net/threads/overwatch-0-2-4-classname-list-weapons-ammo-vehicles-skins.13890...

    http://opendayz.net/threads/overwatch-0-2-4-classname-list-weapons-ammo-vehicles-skins.13890 Sticky? :D
  12. P

    http://opendayz.net/threads/overwatch-0-2-4-classname-list-weapons-ammo-vehicles-skins.13890...

    http://opendayz.net/threads/overwatch-0-2-4-classname-list-weapons-ammo-vehicles-skins.13890 Sticky? :D
  13. P

    Overwatch 0.2.4 Classname List: Weapons, Ammo, Vehicles, Skins

    Follow this tutorial :) http://opendayz.net/threads/tutorial-custom-loot-tables-and-adjusting-spawn-rates.11589/
  14. P

    Overwatch 0.2.4 Classname List: Weapons, Ammo, Vehicles, Skins

    Full classname list for weapons with their respective ammo type, skins, and vehicles. Click Here for the List (Too big to post).
  15. P

    [Release] DayZChernarus Mission System

    your timer is messed up either due to you changing it and wrecking it or not following the tutorial
  16. P

    Full Weapons and Vehicles Classnames List (0.2.2)

    Then the item wasn't actually banned.
Back
Top