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
1. unknown - lua/weapons/weapon_forceheal.lua:117
Can I create my own add-on from your add-on? By that I mean I can take the sounds, models, materials and particles from your add-ons and put it all into an unlisted content pack. Of course without the Lua files @|Riddick
1. Health - [C]:-1
2. unknown - lua/autorun/server/storevar.lua:16
tar_wars_medical_sweps_[bacta_grenade__bacta_injector__force_heal]_727824870/lua/weapons/weapon_bactainjector.lua:116: attempt to perform arithmetic on field 'var' (a nil value)
1. unknown - addons/[pr]star_wars_medical_sweps_[bacta_grenade__bacta_injector__force_heal]_727824870/lua/weapons/weapon_bactainjector.lua:116
Line 116 in the lua file states this:
if ( IsValid( ent ) ) then need = math.min( ent.var - ent:Health(), ent.var * .25 ) end
As this is in the section of the SWEP:PrimaryAttack() function, because of this error, you cannot heal other people. Healing yourself works fine, and perhaps too well considering that the ammo goes back to full in less than one second.
Alrighty. ^The above is live. Please add as required and update your addon accordingly. Done to avoid the constent conflicts all of us keep getting msgd about.
10/10 would bacta again.
thats where its from...