Search results

  1. J

    Scripts Working 1.7.7

    jon.stein8 skype
  2. J

    Scripts Working 1.7.7

    Waiting for host means your mission file is corrupt. You missed a ;
  3. J

    Scripts Working 1.7.7

    Under Activate.sqf and Admintoolsmain.sqf
  4. J

    Scripts Working 1.7.7

    This how it should look if ((getPlayerUID player) in ["1234567"]) then { // super admins if ((getPlayerUID player) in ["1234567"]) then { //all admins One under Activate waituntil {!alive player ; !isnull (finddisplay 46)}; if ((getPlayerUID player) in ["1234567"]) then {
  5. J

    Scripts Working 1.7.7

    If this does not work send me your pbo and I will take a look. Mediafire best way to post stuff
  6. J

    Scripts Working 1.7.7

    You should have id in activate. Then Two in admintools. One under Activate waituntil {!alive player ; !isnull (finddisplay 46)}; if ((getPlayerUID player) in ["######","######"]) then { And under admin tools if ((getPlayerUID player) in ["#######","#######"]) then { //all admins and one...
  7. J

    Scripts Working 1.7.7

    Three spots your admin id should be placed
  8. J

    Scripts Working 1.7.7

    Make sure you have put yourself correctly in as admin You should have a scroll menu
  9. J

    Scripts Working 1.7.7

    So all that should be done in your mission pbo is playerstats = compile preprocessFileLineNumbers "debug\playerstats.sqf"; [] execVM "admintools\Activate.sqf"; for admins use locate this code in debug\playerstats.sqf(no debug version: Activate.sqf), (skip if using No Debug version) in...
  10. J

    Scripts Working 1.7.7

    https://github.com/BluePhoenix175/DayZ-Admin-Tools- There is four folders... Use The No debug Folder its the First Chenarus folder says DayZ admin tools(chernarus No Debug. Then in readme dont edit playermonitor line skip that and all that says skip if using no debug.
  11. J

    Scripts Working 1.7.7

    Use his no debug option. Dont do player_monitor line... Thats it.
  12. J

    Scripts Working 1.7.7

    Only Problem I have.. Cant figure whats making bb 1.2 buildings to disappear. Anyone Know ??
  13. J

    Scripts Working 1.7.7

    Try Using the no debug option. This has worked for me everytime no issues.
  14. J

    Hey can you help me with the Base build. trying to get new items and I saw you have updated one...

    Hey can you help me with the Base build. trying to get new items and I saw you have updated one. If you could send me this. Thanks
  15. J

    Vehicle Towing Server Side

    http://www.mediafire.com/download/2rl52lal24l4g1d/dayz_1.chernarus.pbo this should work
  16. J

    NEED HELP PLZ

    Trying to get these scripts going and back up.. Really want to get my players happy and getting server filled... Plz help http://www.mediafire.com/download/42fi67om72cu0bl/dayz_server_with_all_scripts.pbo http://www.mediafire.com/download/10w7mvhhuc91k3m/dayz_mission_with_all_scripts.pbo
  17. J

    Scripts Working 1.7.7

    JASON how did you get admin tools to work.. I get stuck at waiting for host
  18. J

    DayZ Chenarus Auto Refuel! All stations!

    Players cannot fuel with jerry cans but can use refuel option just fine.. Anyone know any fixes ?????
  19. J

    100% Custom Loot tables - TUTORIAL

    Im getting this error anyone help me ? "SPAWNING WITH CUSTOM LOOT" Error in expression <hts","_index","_LootClass"]; _obj = _this select 0; _type = typeOf _obj; _> Error position: <_this select 0; _type = typeOf _obj; _> Error Undefined variable in...
Back
Top