Jump to content

DiaZ35

Member
  • Content Count

    26
  • Joined

  • Last visited

  • Medals

Community Reputation

4 Neutral

About DiaZ35

  • Rank
    Private First Class
  1. I made a script for a custom Loadout using this guide unfortunately, I had to do something wrong, because such an error crashes on the map. https://imgur.com/a/nWo0Ce6 Brak means missing. //OP _null = [] execVM "SA_AdvancedSlingLoading\functions\fn_advancedSlingLoadingInit.sqf"; _null = [] execVM "SA_AdvancedTowing\functions\fn_advancedTowingInit.sqf"; [independent, "CivSurvivalist"] call BIS_fnc_addRespawnInventory; [independent, "CivParamedic"] call BIS_fnc_addRespawnInventory; [independent, "CivMechanic"] call BIS_fnc_addRespawnInventory; [independent, "CivScientist"] call BIS_fnc_addRespawnInventory; [independent, "CivScout"] call BIS_fnc_addRespawnInventory; [independent, "CivAthlete"] call BIS_fnc_addRespawnInventory; [independent, "CivBandit"] call BIS_fnc_addRespawnInventory; [independent, "CivPolitician"] call BIS_fnc_addRespawnInventory; edit1. No matter, I was able to fix it by some miracle, I copied invisible signs.
  2. I have a new question. Is it possible to set several songs in this script that will loop?
  3. Yes, I actually got a crash to my desktop a few times, but then I managed to start this up to experience this bug. Thanks a lot for your help.
  4. @pierremgi https://imgur.com/GQm6CGM
  5. @johnnyboy When I apply this script to a radio, the music is very loud and plays several songs at once and the music does not loop.
  6. As, tite says. How I can easly make this script a loop? playSound3D ["a3\music_f_mark\music\leadtrack01_f_mark.ogg", r1, false, getPos r1, 10, 1, 50];
  7. Yes, this script doesn't use your side missions script and is made by someone else, but it does use HG_fnc_addOrSubCash; and HG_fnc_addOrSubXP; which actually work and give the player and his team money and exp, this is what I would like to achieve in your script, but I don't know how I could implement it for your script
  8. I found a working bounty hunt mission that gives money and exp, but I don't know how I can implement this function in your script. Can you help me with that? https://pastebin.com/A24iaQXz https://pastebin.com/yyJBRVLy
  9. Unfortunately it does not work ;c
  10. Thanks a lot, I will test and tell if it works
  11. https://github.com/Ppgtjmad/SimpleShops/wiki/Useful-Functions
  12. I found this on script wiki But _unit and _completers doesn't work
  13. Im runing this scirpt on the host. I guess so
  14. Look https://pastebin.com/prsX6G2c
×