Jump to content
Sign in to follow this  
DiaZ35

Respawn Loadouts script

Recommended Posts

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.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×