Search results

  1. N

    DayZ Private Server Files Pack (1.8.8)

    as far as i know isnt changed anything on the serverfiles in 1.8.0.2. Pwn has changed his github already to give the new version info. He isnt just very active here :). But as we see from the sta.. ehm ... from other Gamedevelopers: its better to go fast with the code insead of go fast with...
  2. N

    Remove Parts From Vehicles (Simplified)

    You need to setup th fn_selfaction.sqf like its posted in the tutorial. (First one).
  3. N

    Remove Parts From Vehicles (Simplified)

    that was my prob too. did you try: All you need is to add is is ,"_part" to private["_isStash..... at line 7 in fn_selfacttion.sqf ?
  4. N

    Remove Parts From Vehicles (Simplified)

    To get my original script to work: All you need is to add is is ,"_part" to private["_isStash..... at line 7 in fn_selfaction.
  5. N

    Remove Parts From Vehicles (Simplified)

    forget about this wrong code, that was here :) All you need is to add is is ,"_part" to private["_isStash..... at line 7 :)
  6. N

    How to get duration (how long the surviver lived) ?

    I only have the player as object. I dont know. Maybe there is a variable that i can get with getVariable to get the days alive or dration on the server. Edit: okay, i think i have found the value: its the array _survival[lastate,lastdrank,lifetimeOfCharInMinutes] I added a New Variable to...
  7. N

    How to get duration (how long the surviver lived) ?

    :) thx for hint. Iam updateing our killmessages with some more info. I added the weapon of the victim and i want to add survived time too. Then we can determine freshspawnkillers ... Edit: found (dayz_Survived) but it looks like its for the player playing. need a way to get this from any...
  8. N

    How to get duration (how long the surviver lived) ?

    Hello, i want to get the playtime in minutes from a survivor to show it in globalchat. Anyone an idea in which variable it is stored or if i can get it from the database to show it in game ? the column in database is "duration" under character_date. Ive tried _minutes from server_playerdied...
  9. N

    DayZ Private Server Files Pack (1.8.8)

    I cant get nights working. The Server resets the time evere few minuts to the startvalue. i arleady fixed the bug where i need to place _hour instead of 14 in the serverfiles, but this isnt the reason. in hive.ini i set type=static and hour=15. The server starts at 15 aclock, but it never...
  10. N

    Remove Parts From Vehicles (Simplified)

    Okay, finally i found the bug in the original code. forget all what i said about 1.8 fix before and use the normal ss_remove for 1.7.7.1, but replace the fn_selfactioncode from original Post with this one: // Remove Parts from Vehicles - By SilverShot - 1.8 fix by NeverUsedID...
  11. N

    DayZ Private Server Files Pack (1.8.8)

    Place the path between two " "c:\program files\...\bla.exe"
  12. N

    Remove Parts From Vehicles (Simplified)

    Yes, i can confirm this. The script will work, but you remove more parts on a vehicle at the moment. You cant dupe them. For the moment you have some spare wheels and glasses in your vehicles :) Will take a closer look on it, but i realy dont have an idea why this happens. I think i can change...
  13. N

    DayZ Private Server Files Pack (1.8.8)

    btw: i dont delete dead survivors, i move them to character_dead to collect some statistics: in the cleanup procedure insert after: BEGIN #starts outofbounds cleanup CALL pCleanupOOB(); this: #remove dead players from data table INSERT INTO character_dead SELECT * FROM...
  14. N

    DayZ Private Server Files Pack (1.8.8)

    i added a FUEL column and removed the random in the pMain function: INSERT INTO Object_DATA (ObjectUID, Instance, Classname, Damage, CharacterID, Worldspace, Inventory, Hitpoints, Fuel, Datestamp) SELECT ObjectUID, sInstance, Classname, @rsDamage, '0', Worldspace...
  15. N

    100% Kill & Death Messages 1.7.7.1

    anyone got this working on 1.8 ?
  16. N

    Remove Parts From Vehicles (Simplified)

    Okay: First solution: remove the "remove vehicle parts" code from fn_selfactions. find the two commented salvagefunctions from dayz1.8 one start with "menu1=" and enable it: //Repairing Vehicles if ((dayz_myCursorTarget != _cursorTarget) and _isVehicle and !_isMan and _hasToolbox and...
  17. N

    DayZ Private Server Files Pack (1.8.8)

    you need you need to fix your startup script. pMain() needs to be pMain(1)
  18. N

    Remove Parts From Vehicles (Simplified)

    The problem is: the _part variable stores "any" and not the itemname. Dont know why...
  19. N

    DayZ Private Server Files Pack (1.8.8)

    After Update all players get: You cannot play/edit this mission: it is dependent on downloadable content that has been deleted. dayz_vehicles any idea how to fix it ? dayz_vehicles.pbo exist in @dayz\addons\
  20. N

    dayZ (arma) AI Controlled Bus Route.

    Hi, iam off for a while, but in the old script (1.7.6.1) the busdriver reported the next stop already.
Back
Top