Résultats de la recherche

  1. AltisLifeDev

    English Solved Help with Script for Dynamic Drug Field

    I have a dynamic drug field script but it's not working right and looking for some help. #include "\life_server\script_macros.hpp" /* File: fn_dynDrugFields.sqf Author: Your Mom /(.)(.)\ */ diag_log "--------------------------------------"; diag_log "Dyn Drug Fields: Initializing..."...
  2. AltisLifeDev

    English Auto Gather & Mine

    I know a lot of people have been asking how to add auto gather, well here is a very easy way to do it. At the end of fn_gather.sqf below: sleep 1; life_action_inUse = false; Add the following: // Automatically gather again if there are resources nearby _ie585895 = -1; _zoneSizeCfg =...
  3. AltisLifeDev

    English Solved Improving the Blacklist of Players

    So I'm using this Français - Blacklist de joueurs I have made some changes so a player who is flagged by SpyGlass is added and kicked to the lobby. Was wondering if there was a better way to do this? I'm still learning and am not great with DB stuff. #include ".. \script_macros.hpp" /*...