Search results

  1. clark17

    Drink Water v2.0

    Yes, i'm using this script properly with HBFservers. Just compress your mission folder extract from mission.pbo and fire up on your server with file manager or with an FTP manager.
  2. clark17

    Drink Water v2.0

    I don't know... I only use vanilla dayz.
  3. clark17

    Ammo Press Help

    Ok, I use this portion of code to activate ammo press only near the door: private["_playerPosX","_playerPosY","_playerPosZ","_canPress"]; _playerPosX = getPosASL player select 0; _playerPosY = getPosASL player select 1; _playerPosZ = getPosASL player select 2; _canPress = _playerPosX > 10410...
  4. clark17

    Drink Water v2.0

    v2.0: Add sound when drinking water French / German / English translations
  5. clark17

    [Resources] - DayZ Server Additions

    Could you add my improved version of Drink Water? http://opendayz.net/threads/release-drink-water-v2-0.13493/
  6. clark17

    Ammo Press Help

    Ok, I just tested and it generates the same error: "Sound z_engine_12s_0 not found" Otherwise I tested by simply removing this line: [_press,_sfx,0,false,_dis] call dayz_zombieSpeak; It works perfectly, sound works and zombies comes fast! I wonder what exactly does the function...
  7. clark17

    [Release] Headshot Suicide

    I'm trying to make a confirmation dialog to stop suicide if the player want. I take a lout on an interesting part of Enhanced Water Bottle Filling script. // Loop thru required time to fill and check for interruptions while {r_doLoop} do { if (!r_interrupt) then { if...
  8. clark17

    Ammo Press Help

    Yes, I know. It is only to test and confirm that these two lines cause problems. In which file are "player_alertZombies" and "dayz_zombieSpeak" functions?
  9. clark17

    Ammo Press Help

    Ok, I commented this three line only in stnagmag.sqf: private ["_chance", "_sounddist", "_press", "_sfx", "_dis"]; _dis=100; //_sfx = "engine_12s"; _chance = floor(random 100); _press = nearestObject [player, "Land_Ind_Stack_Big"]; _sounddist = 15; player playActionNow "Medic"; sleep 1...
  10. clark17

    Ammo Press Help

    Ok, I tried to use sound "Engine_12s" in the 2D editor in single player mode and it work great. On my dayz server, when I tryed to make an ammo clip the sound play correctly and a message showing me: "Sound z_engine_12s_0 not found. I investigated arma2OAserveur.rpt but nothing in there...
  11. clark17

    Suggestions about animated Helicrashs

    Any news of this feature?
  12. clark17

    Ammo Press Help

    Steam version, Arma 2 and Arma 2 OA in seperate folder. Launch with Dayz Commander.
  13. clark17

    [Release] Drink Water v2.0

    Drink Water v2.0 This is a simple script for Dayz (Arma 2 mod) to drink water directly in ponds / wells. It's an improved version of Drink Water directly from pounds / wells (v1.0) with sound and English / French / German translations. Requirements: Easy = Blue <10 Access to mission.pbo and...
  14. clark17

    Drink Water v2.0

    This thread will serve as support discussion for my new script release, Drink Water v2.0.
  15. clark17

    Ammo Press Help

    Yet I use the Dayz 1.7.7.1...
  16. clark17

    Ammo Press Help

    I have the same error as you.
  17. clark17

    Ammo Press Help

    In your download sound z_engine_12s_O is missing :(
  18. clark17

    Modifying Survivor Spawn Locations

    Same issue for me...
  19. clark17

    Display a hint message on Player Spawn (New spawn only)

    Thank you both, It works great!
  20. clark17

    Devil's Castle Outpost

    Does this map adds some loot points?
Back
Top