refagifts.blogg.se

Dayz standalone admin tools
Dayz standalone admin tools











dayz standalone admin tools

Weather.GetOvercast().SetForecastChangeLimits( 0.0, 0.2 ) Weather.GetRain().SetLimits( 0.0, 1.0 ) Weather.GetOvercast().SetLimits( 0.0, 1.0 ) Itemrandom.GetInventory().CreateAttachment("Mag_MKII_10Rnd") ItemBase itemrandom = ItemBase.Cast(GetGame().CreateObject("MKII",player_pos, false)) ItemEnt = player.GetInventory().CreateInInventory("Ammo_380") Player.SetQuickBarEntityShortcut(itemEnt, 1) ItemEnt = player.GetInventory().CreateInInventory("Mag_AKM_Drum75Rnd") Test9v.GetInventory().CreateAttachment("Battery9V") ItemBase test9v = itemEnt.GetInventory().CreateAttachment("UniversalLight") ItemEnt.GetInventory().CreateAttachment("KashtanOptic") ItemEnt.GetInventory().CreateAttachment("AK_RailHndgrd") ItemEnt.GetInventory().CreateAttachment("AK_PlasticBttstck") ItemEnt.GetInventory().CreateAttachment("Mag_AKM_Drum75Rnd") Player.SetQuickBarEntityShortcut(itemEnt, 0) ItemEnt = player.GetInventory().CreateInInventory("AKM") ItemIn = itemEnt.GetInventory().CreateAttachment("PistolSuppressor") ItemIn = itemEnt.GetInventory().CreateAttachment("Mag_IJ70_8Rnd") Player.SetQuickBarEntityShortcut(itemEnt, 2) ItemEnt = player.GetInventory().CreateInInventory("MakarovIJ70") ItemEnt = player.GetInventory().CreateInInventory("HuntingKnife") ItemEnt = player.GetInventory().CreateInInventory("Mag_IJ70_8Rnd") ItemEnt = player.GetInventory().CreateInInventory("Morphine") ItemEnt = player.GetInventory().CreateInInventory("TacticalBaconCan_Opened") ItemEnt = player.GetInventory().CreateInInventory("Canteen") ItemEnt = player.GetInventory().CreateInInventory("HuntingBag") ItemEnt = player.GetInventory().CreateInInventory("MilitaryBeret_UN") ItemEnt = player.GetInventory().CreateInInventory("PlateCarrierHolster") ItemEnt = player.GetInventory().CreateInInventory("TacticalGloves_Black") ItemEnt = player.GetInventory().CreateInInventory("Rag") PlayerBase player = (PlayerBase) playerEnt ĮntityAI item = player.GetInventory().CreateInInventory(tops.GetRandomElement()) ĮntityAI item2 = player.GetInventory().CreateInInventory(pants.GetRandomElement()) ĮntityAI item3 = player.GetInventory().CreateInInventory(shoes.GetRandomElement()) Index = Math.RandomInt(0, positions.Count() ) Įntity playerEnt = GetGame().CreatePlayer( NULL, GetGame().CreateRandomPlayer(), player_pos, 0, "NONE")













Dayz standalone admin tools