Jump to content
  • 0

REquest - REspawn with a skin


Dan1997

Question

I have googled and looked everywhere but cannot find a way for a certain person to repsawn with a certain skin

 

this is my custom spawn gear atm:

 

if ((_lpID in ["---"]) && (_lpID in _loadList)) then {
DefaultMagazines = ["ItemBandage","ItemBandage","ItemBandage","ItemBandage","15Rnd_9x19_M9SD","15Rnd_9x19_M9SD","15Rnd_9x19_M9SD","15Rnd_9x19_M9SD","ItemMorphine","ItemPainkiller","ItemBloodbag","ItemWaterbottleBoiled","FoodSteakCooked","FHQ_rem_30Rnd_680x43_ACR_SD","FHQ_rem_30Rnd_680x43_ACR_SD","FHQ_rem_30Rnd_680x43_ACR_SD","FHQ_rem_30Rnd_680x43_ACR_SD"];
DefaultWeapons = ["FHQ_ACR_BLK_HAMR_SD","M9SD","Binocular_Vector","NVGoggles","ItemMap","ItemCompass","ItemGPS","ItemWatch","ItemKnife","Itemtoolbox","ItemCrowbar","Itemetool","ItemHatchet_DZE"];
DefaultBackpack = "DZ_LargeGunBag_EP1";
DefaultModel = "frb_stealth_mark";
DefaultBackpackWeapon = "";
};
Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

Here is what I use for skins and inventory's

//ID List
#include "playerID.sqf"
//ID List

///////////////////// Members //////////////////////
DefaultMagazines = ["ItemBandage","ItemBandage","17Rnd_9x19_glock17","17Rnd_9x19_glock17","ItemMorphine","ItemPainkiller","ItemWaterbottleBoiled","FoodSteakCooked"];
DefaultWeapons = ["glock17_EP1","ItemFlashlight","ItemHatchet","ItemMap","ItemToolbox"];
DefaultBackpack = "DZ_Patrol_Pack_EP1";
DZE_defaultSkin = [["Male skin"],["Female skin"]];
///////////////////// Members //////////////////////


///////////////////// Owners ////////////////////// 
if ((getPlayerUID player) in userMaster) then 
{
DefaultMagazines = ["ItemBandage","ItemBandage","ItemBandage","ItemBandage","5Rnd_127x99_AS50","5Rnd_127x99_AS50","ItemMorphine","ItemPainkiller","ItemBloodbag","ItemWaterbottleBoiled","ItemWaterbottleBoiled","FoodSteakCooked"];
DefaultWeapons = ["glock17_EP1","BAF_AS50_scoped","Binocular_Vector","NVGoggles","ItemMap","ItemCompass","ItemGPS","ItemWatch","ItemKnife","Itemtoolbox","ItemCrowbar","Itemetool","ItemHatchet"];
DefaultBackpack = "DZ_LargeGunBag_EP1";
DZE_defaultSkin = [["Male skin"],["Female skin"]];
};
///////////////////// Owners //////////////////////


///////////////////// Super Admins //////////////////////
if ((getPlayerUID player) in userSuper) then 
{
DefaultMagazines = ["ItemBandage","ItemBandage","ItemBandage","ItemBandage","30Rnd_556x45_Stanag","30Rnd_556x45_Stanag","ItemMorphine","ItemPainkiller","ItemBloodbag","ItemWaterbottleBoiled","ItemWaterbottleBoiled","FoodSteakCooked","30Rnd_556x45_Stanag","30Rnd_556x45_Stanag"];
DefaultWeapons = ["M4A1_HWS_GL","Binocular_Vector","NVGoggles","ItemMap","ItemCompass","ItemGPS","ItemWatch","ItemKnife","Itemtoolbox","ItemCrowbar","Itemetool","ItemHatchet"];
DefaultBackpack = "DZ_LargeGunBag_EP1";
DZE_defaultSkin = [["Male skin"],["Female skin"]];
};
///////////////////// Super Admins //////////////////////


///////////////////// Admins //////////////////////
if ((getPlayerUID player) in userAdmin) then 
{
DefaultMagazines = ["ItemBandage","ItemBandage","ItemBandage","ItemBandage","30Rnd_556x45_Stanag","30Rnd_556x45_Stanag","ItemMorphine","ItemPainkiller","ItemBloodbag","ItemWaterbottleBoiled","ItemWaterbottleBoiled","FoodSteakCooked","30Rnd_556x45_Stanag","30Rnd_556x45_Stanag"];
DefaultWeapons = ["glock17_EP1","m16a4_acg","Binocular_Vector","NVGoggles","ItemMap","ItemCompass","ItemGPS","ItemWatch","ItemKnife","Itemtoolbox","ItemCrowbar","Itemetool","ItemHatchet"];
DefaultBackpack = "DZ_LargeGunBag_EP1";
DZE_defaultSkin = [["Male skin"],["Female skin"]];
};
///////////////////// Admins //////////////////////


///////////////////// Mods //////////////////////
if ((getPlayerUID player) in userMod) then 
{
DefaultMagazines = ["ItemBandage","ItemBandage","ItemBandage","ItemBandage","17Rnd_9x19_glock17","17Rnd_9x19_glock17","ItemMorphine","ItemPainkiller","ItemBloodbag","ItemWaterbottleBoiled","ItemWaterbottleBoiled","FoodSteakCooked","100Rnd_762x54_PK","100Rnd_762x54_PK","100Rnd_762x54_PK","ItemGoldBar10oz"];
DefaultWeapons = ["glock17_EP1","Pecheneg_DZ","Binocular_Vector","NVGoggles","ItemMap","Itemtoolbox"];
DefaultBackpack = "DZ_Backpack_EP1";
DZE_defaultSkin = [["Male skin"],["Female skin"]];
};
///////////////////// Mods //////////////////////
Link to comment
Share on other sites

  • 0

i tried that still just a survivor skin  :wacko:

DefaultMagazines = ["ItemBandage","ItemBandage","ItemBandage","ItemBandage","15Rnd_9x19_M9SD","15Rnd_9x19_M9SD","15Rnd_9x19_M9SD","15Rnd_9x19_M9SD","ItemMorphine","ItemPainkiller","ItemBloodbag","ItemWaterbottleBoiled","FoodSteakCooked"];
DefaultWeapons = ["M9SD","Binocular_Vector","NVGoggles","ItemMap","ItemCompass","ItemGPS","ItemWatch","ItemKnife","Itemtoolbox","ItemCrowbar","Itemetool","ItemHatchet_DZE"];
DefaultBackpack = "DZ_LargeGunBag_EP1";
DZE_defaultSkin = [["frb_stealth_mark"],["frb_stealth_mark"]];
DefaultBackpackWeapon = "";
};
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...