Search results

  1. D

    [EPOCH] Custom Building Signs

    This code from this thread /* File Name: FSign.sqf File Created: 2/9/2014 File Version: 1.0 File Author: Foamy File Last Edit Date: 2/9/2014 File Description: Adds "Sign" Objects to world. */ // Add Signs Below this Line // Sign Location <--- change to your loc _this =...
  2. D

    Looking for Death music. when you die and the background

    in player_death.sqf, line 124 : playMusic "dayz_track_death_1"; Change that to what ever you want.
  3. D

    [HELP] Healing player upon login

    I already finished and got the script to work, and it's not what you think it is. It heals the player <configurable amount> every <configurable amount>, if the player is moving it cuts it in half. It also only heals them if their health is below <configurable amount>. So it's a blood r egen script.
  4. D

    [HELP] Overflow of items in an Inventory

    I am trying to make a script to drop an item on the ground instead of just disappearing when a player puts an item into a tent / vehicle. I was looking in github for a SQF file that would handle this code and couldn't find anything. Do you guys know where to look for this...
  5. D

    [HELP] Healing player upon login

    Upon the player logging in, in the file player_login.sqf, I want to have a loop that heals the player if there health is below a certain point. How would I go about this.
Back
Top