安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题






How can I fix this?
Same goes for the Zombie Perks
line 139:
The following condition
if GetEquipmentItem(ROLE_TRAITOR, i).id then
should be
if GetEquipmentItem(ROLE_TRAITOR, i) then
same in line 141.
You can't access a value of a possible nil value without checking before. I believe you know this... Thanks!
if is_item == EQUIP_BLUE_BULL then
thats wrong, bcus "is_item" is a bool. You took the wrong param. Instead, use "equipment".
I tested it and now it works on my server
can you fix this hook with this?:
hook.Add("TTTOrderedEquipment", "TTTBlueBull3", function(ply, equipment, is_item)
if is_item and equipment == EQUIP_BLUE_BULL then
ply:SetJumpPower(400)-- bit more then twice as much
ply:SetNWInt("MaxJumpLevel", 2)
ply:SetNWInt("JumpLevel", 0)
ply.BoughtBlueBull = true
end
end)
More would be too much
The redbull give you energy.
https://www.youtube.com/watch?v=KgM4VdZMA5E
It is an idea, if you don't want make it and you don't want, me re-publish your script edited don't worry!
Excuse me for any grammatica errors!
If not can I help you to add this?