Search results

  1. PryMary

    Database cleanup for Dayz.st?

    You do know the Spawn Link by the vehicle count includes a clean-up script on the .st control panel right? See here: Just as an FYI Pry
  2. PryMary

    dayz mission addin (serverside scripts)

    I use IVXX Server Side anti-hax so most of my script.txt lines are 1 That's what the: "dayzLogin4" addPublicVariableEventHandler {call compile (_this select 1);}; dayzLogin3 = [player]; publicVariableServer "dayzLogin3"; is for in the init.sqf at the bottom. However I have included it...
  3. PryMary

    dayz mission addin (serverside scripts)

    yes there is and it's rather easy. See the attached PBO Pry N.B - I have a LOT of other additions so it may look a bit confusing at first :)
  4. PryMary

    Bandit Marker

    I would be willing to pay for this to work on my server, only hero's can see the bandits... Would be the one thing I would want. If anyone is willing to make this happen send me a PM TY
  5. PryMary

    dayz mission addin (serverside scripts)

    You need to unpack your mission pbo using a PBO manager / unpacker. Make the edits as described in the OP and put new files into the extracted pbo. Once all done - re-pack the pbo and go to your control panel and use the advanced option at the bottom to upload the updated mission.pbo Hope...
  6. PryMary

    dayz mission addin (serverside scripts)

    Thanks for the offer Sulo, I have just re-added the dogs and the base without the teleports :) Thank you for the offer though.
  7. PryMary

    Bandit Marker

    +1
  8. PryMary

    Working House Lighting

    Yarp... On .st control panel, download default. Extract .PBO - make edit - pack .PBO: Upload Done :)
  9. PryMary

    dayz mission addin (serverside scripts)

    Should be: //===================piXel 15-02-2013=========== _id = player addEventHandler ["Respawn", {_id = [] spawn player_death; _nul = [] execVM "addin\plrInit.sqf";}]; //dayZ original _id = player addEventHandler ["Respawn", {_id = [] spawn player_death;}]; _playerMonitor =...
  10. PryMary

    dayz mission addin (serverside scripts)

    I have just the cinematic intro atm as that's really nice but would like the dogs also... Not 100% sure on how to go about this so left as is.
  11. PryMary

    server not showing in dayzcommander anymore?

    you need to shorten your server name... I had to do the same with mine, otherwise it's reported as being an incorrect version (arma:oa).
  12. PryMary

    DayZ Chenarus Auto Refuel! All stations!

    I have my server with .st and have this running no problems (seven's) :) Edit's need to be done in the mission.pbo file not the server :-)
  13. PryMary

    DayZ Chenarus Auto Refuel! All stations!

    This: 5 setFuel !"\"setFuel\"," !"z\addons\dayz_code\compile\local_setFuel.sqf" !"dayzSetFuel" !"dayzSetFuel_code" !"scriptsMZ\MZ_reload.sqf" or This: 5 setFuel !"\"setFuel\"," !"z\addons\dayz_code\compile\local_setFuel.sqf" !"dayzSetFuel" !"dayzSetFuel_code" !"Scripts\kh_actions.sqf"...
  14. PryMary

    DayZ Chenarus Auto Refuel! All stations!

    I can confirm that the add-on described by Seven on page 4: http://opendayz.net/index.php?threads/dayz-chenarus-auto-refuel-all-stations.7056/page-4 ---- Post #73 Is working with DayZ 1.7.6 I also amended the 2 sqf files with this...
  15. PryMary

    DayZ Chenarus Auto Refuel! All stations!

    The OP Refuel makes my server sit on waiting for host so I think both of the scripts mentioned in this need to be updated / split so people stop getting confused as to which one other people are talking about!
  16. PryMary

    Police Car lights & Sirens

    me too!!!! If you play EVE Online I will pay you 50M ISK for this to work.... Day & Night (In Server)
  17. PryMary

    Police Car lights & Sirens

    so want this!!!!
Back
Top