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
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?