Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem






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?