Instal Steam
login
|
bahasa
简体中文 (Tionghoa Sederhana)
繁體中文 (Tionghoa Tradisional)
日本語 (Bahasa Jepang)
한국어 (Bahasa Korea)
ไทย (Bahasa Thai)
Български (Bahasa Bulgaria)
Čeština (Bahasa Ceko)
Dansk (Bahasa Denmark)
Deutsch (Bahasa Jerman)
English (Bahasa Inggris)
Español - España (Bahasa Spanyol - Spanyol)
Español - Latinoamérica (Bahasa Spanyol - Amerika Latin)
Ελληνικά (Bahasa Yunani)
Français (Bahasa Prancis)
Italiano (Bahasa Italia)
Magyar (Bahasa Hungaria)
Nederlands (Bahasa Belanda)
Norsk (Bahasa Norwegia)
Polski (Bahasa Polandia)
Português (Portugis - Portugal)
Português-Brasil (Bahasa Portugis-Brasil)
Română (Bahasa Rumania)
Русский (Bahasa Rusia)
Suomi (Bahasa Finlandia)
Svenska (Bahasa Swedia)
Türkçe (Bahasa Turki)
Tiếng Việt (Bahasa Vietnam)
Українська (Bahasa Ukraina)
Laporkan kesalahan penerjemahan
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.