Cài đặt Steam
Đăng nhập
|
Ngôn ngữ
简体中文 (Trung giản thể)
繁體中文 (Trung phồn thể)
日本語 (Nhật)
한국어 (Hàn Quốc)
ไทย (Thái)
Български (Bulgaria)
Čeština (CH Séc)
Dansk (Đan Mạch)
Deutsch (Đức)
English (Anh)
Español - España (Tây Ban Nha - TBN)
Español - Latinoamérica (Tây Ban Nha cho Mỹ Latin)
Ελληνικά (Hy Lạp)
Français (Pháp)
Italiano (Ý)
Bahasa Indonesia (Indonesia)
Magyar (Hungary)
Nederlands (Hà Lan)
Norsk (Na Uy)
Polski (Ba Lan)
Português (Tiếng Bồ Đào Nha - BĐN)
Português - Brasil (Bồ Đào Nha - Brazil)
Română (Rumani)
Русский (Nga)
Suomi (Phần Lan)
Svenska (Thụy Điển)
Türkçe (Thổ Nhĩ Kỳ)
Українська (Ukraina)
Báo cáo lỗi dịch thuật
Hammer for example would be : Tool - Carpentry- Short Blunt
Wrench: Tool - Short Blunt
Shovel: Tool - Long Blunt
The only thing is that It doesnt work on some added weapon mods and that would be reeeally nice. Maybe there is a workaround and i dunno
TheWorkshop = {}
TheWorkshop.AcceptItemFunctionToolbelt = function(inventoryContainer, inventoryItem)
local scriptItem = inventoryItem:getScriptItem()
local name = scriptItem:getDisplayName()
if name == "Nails" or name == "Screws" or name == "Lug Wrench" then
return true
end
local category = scriptItem:getDisplayCategory()
if category == "Tool" or category == "ToolWeapon" then
return true
end
end