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
Tested, it's working for me.
Maybe you forgot to enable the Lib Collections too, or you might have misconfigured something in the ems (settings) of my scripts. Try to remove the ems folder and test again.
And if I can suggest,
1.
Don't put VSLib at the same level as your director_base_addon; create a new folder and include it by
IncludeScript("Floder_Name/VSLib");
2.
There is already a function to determine whether player is a bot.
bool IsPlayerABot(handle player)
3.
To determine the spit damage, why not just use
Damagtype & DMG_RADIATION
The fire part works, but when i have this enabled, the spit refuses to work.
If you have VSLib and/or L4Lib, AllowTakeDamage will not be loaded by this.
Maybe there was an error when processing AllowTakeDamage, then causing the functions below the error one not be performed.
How did you use the AllowTakeDamage function with VSLib or L4Lib?
I was making a test script that made the bots stop taking damage from the spit when they reached 39 hp, i was using VSLib and your lib was conflicting with it; the script only worked when i had disabled your lib files.
I also noticed that the spit damage modifier from left 4 bots 2 gets a little janky when this is enabled too.