Add winter camo nettings

Models made by @Helion4
This commit is contained in:
AirwavesMan
2020-10-29 15:54:24 +01:00
parent ad8ca46482
commit 420ad26902
6 changed files with 112 additions and 36 deletions

View File

@@ -11,7 +11,7 @@ class ItemToolbox : ItemCore
class RemoveNet
{
text= $STR_EQUIP_TOOLBOX_ACTION_1;
script=";[['DesertCamoNet_DZ','ForestCamoNet_DZ','DesertLargeCamoNet_DZ','ForestLargeCamoNet_DZ'],10,'str_epoch_player_8'] call player_removeNearby;";
script=";[['DesertCamoNet_DZ','ForestCamoNet_DZ','WinterCamoNet_DZ','DesertLargeCamoNet_DZ','ForestLargeCamoNet_DZ','WinterLargeCamoNet_DZ'],10,'str_epoch_player_8'] call player_removeNearby;";
};
};
};