[Blues Unboxing] Интеграция с IGS

Выдача кейсов

Blues Unboxing 2

IGS("Донатный кейс", "donate_case")
	:SetOnActivate(function(pl)
		pl:ub_addItem("Донатный кейс")
	end)
	:SetStackable(true)

Blues Unboxing 3

IGS("Пример", "example")
	:SetPrice(20)
	:SetOnActivate(function(pl)
		RunConsoleCommand("bu3_give", pl:SteamID64(), "item_id", "5")
	end)