Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
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)
You made a mistake in using the wrong parameter "is_item"
Adding the respective ConVars (e.g. ttt_bluebull_tr = 1) to the server config entirely removed the addons from the traitor shops. Other addons work fine.