Search results

  1. A

    Scripts Working 1.7.7

    lol i have, i have other stuff in fn_selfactions working too.. I even have my 1.7.6.1 to look at and i installed everything correctly. oh well this 1.7.7.1 update totally screwed up my server, it now crashes non stop with errors out the whazoo. anyone else notice these errors with vannilla...
  2. A

    Scripts Working 1.7.7

    jebus save me another update... still hasnt released... only for official hives on my server host. I cannot for the life of me get towing to work nore remove vehicle parts... is anyone having same issues with just these scripts?
  3. A

    Group System(non epoch)

    " sleep 8;" \n " };" \n "};" \n "" \n "dayz_locationCheck = [] spawn {" \n " while {true} do {" \n " call stream_locationCheck;" \n " sleep 2;" \n " };" \n "};" \n CODEHERE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! "" \n "dayz_Totalzedscheck = [] spawn {" \n " while {true} do {" \n "...
  4. A

    Adding a block for voice over side?

    Well done! fixes croutch drag glitch where u can run with dragged body! and lots more.. man u are awesome thanks for the code. very impressed. also like the direct chat which can agro zombies. But alass i cant get it to work. what version is this for 1.7.6.1? im running 1.7.7 and using...
  5. A

    [1.7.7] Infection reduction / antibiotic increase

    what is the highest it can be?
  6. A

    DayZ 1.7.7 Cannot loot backpack due to anti-dupe

    Take out hint str(typeof player); If you dont want your skin to be displayed every 5 seconds in top right.
  7. A

    Disable Zombie attack while in cars

    im trying to figure this out myself but seems they redone the whole script. mabe in player_zombieAttack.sqf if(_isVehicle) then { }; deleting all that jazz they have in there.
  8. A

    Scripts Working 1.7.7

    for r3f i think you installed the wrong one. there is a dayz set of files which only have certain things like tow and lift. the others have artillery and dragging items. I think not 100% you installed that version with log and arty
  9. A

    [1.7.7] Infection reduction / antibiotic increase

    Make a compiles.sqf inside your root mission. put fnc_usec_damageHandler = compile preprocessFileLineNumbers "fn_damageHandler.sqf"; //Event handler run on damage then inside Init.sqf UNDER call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\compiles.sqf"...
  10. A

    [Release] Car Radio

    anyone try this for 1.7.7 dayz?
  11. A

    Scripts Working 1.7.7

    what version of lift/tow? ive tried r3f and someone else has tried btc, we both notice it works.
  12. A

    Custom Start Gear (1.7.7)

    You could just use the database to do this... kind of useless to ADD a script for somthing you can do in the database imo :) but very nice
  13. A

    1.7.7 Side chat issue?

    edit this, each number defined by disableChannels[]={0,1,2,3,4,5,6}; 0 = Global 1 = Side 2 = Command 3 = Group 4 = Vehicle 5 = Direct 6 = System
  14. A

    Scripts Working 1.7.7

    Known bugs: Currently does NOT work with the new 1.7.7/103718! We are working on resolving the situation and should have an update by this weekend. Thank you for your patience! this is from the install instructions for that mod.
  15. A

    Excelsior Bridge v1.2 - Chernarus

    Thank you, but i totally gave you the idea :D
  16. A

    Simple AI Tutorial (no rMod or DayZ_Factions)

    yea i even tried to make the agro of the zombies to be off.. still have issue. have to take off for now. i hear sarges ai work tho.
  17. A

    Scripts Working 1.7.7

    basically i Exec inside Init.sqf. at the bottom outside of any loops. [] ExecVM "createlhd.sqf"; Here is my Script i put in my mission.pbo. you can do this with ANY BUILDING! name this createlhd.sqf and put in your mission.pbo root.
  18. A

    Scripts Working 1.7.7

    If you look in the RPT the server is saying you are logging in to quickly, the server is not ready... if it says your name you will be stuck, ive waited till 300 in the bottom right number.
  19. A

    Scripts Working 1.7.7

    edit this, each number defined by disableChannels[]={0,1,2,3,4,5,6}; 0 = Global 1 = Side 2 = Command 3 = Group 4 = Vehicle 5 = Direct 6 = System
  20. A

    Scripts Working 1.7.7

    what kind of problems were you noticing? i had to go one by one on each addon to see if it caused fps lag, i had 1/4th the fps with an addon i havent pin pointed yet.. thought it was R3F LOG. but it worked when i had it on my server... so its really in the dark right now on what is screwing up...
Back
Top