Page 1 of 1

Anti Team-Flash v1.3

Posted: Tue Aug 04, 2015 3:18 pm
by satoon101
Anti Team-Flash stops players from being team-flashed.

There are config translations involved, and only English is currently supported. If you have translations, please issue a Pull Request on the repository:
https://github.com/satoon101/AntiTeamFlash

This plugin works on both CS:S and CS:GO!!

There are also configurations that allows the thrower, dead players, and spectating players to be flashed. Simply edit the ../cfg/source-python/anti_team_flash.cfg file to your liking:

Code: Select all

// Default Value: 0
// Enable/Disable flashing the thrower of the flashbang.
   atf_flash_thrower 0


// Default Value: 1
// Enable/Disable flashing spectators.
   atf_flash_spectator 1


// Default Value: 1
// Enable/Disable flashing dead players.
   atf_flash_dead 1

Posted: Sun Aug 09, 2015 10:16 pm
by satoon101
Updated plugin to use new SP version. The new SP version also fixes the issue that caused CS:S to not be supported in the original version.

Posted: Fri Oct 02, 2015 12:24 pm
by Jerome69
Hello,

It doesn't work for me with CS:S, can you check it please?

I'm using source-python-css-September-30-2015 (the last version doesn't work for me...)

Thanks

Posted: Fri Oct 02, 2015 12:40 pm
by Ayuto
Jerome69 wrote:I'm using source-python-css-September-30-2015 (the last version doesn't work for me...)
What exactly doesn't work with the latest version?

Posted: Fri Oct 02, 2015 12:51 pm
by Jerome69
Source.Python doesn't load. This is the error :
The attachment Erreur.jpg is no longer available

Posted: Fri Oct 02, 2015 1:22 pm
by Ayuto
Ohh, our build script did some evil here. :D

I fixed the internal script and a subsequent error. The buildbot is currently building version 65, which should work correctly. It should be available in 15-20 minutes.

Posted: Fri Oct 02, 2015 1:44 pm
by Ayuto
Just found out that there was an out-dated vtable index, which is the reason why this script doesn't work. After applying this fix, it should work again. https://github.com/Source-Python-Dev-Team/Source.Python/commit/65f407e6205477deac85546c1a79a0b585c934f7

You can either apply it manually or wait for build 66.

Posted: Fri Oct 02, 2015 1:57 pm
by Jerome69
Ok, I will wait for build 66, the 64 had problems too :)

Thanks.

[Edit]It's OK, Source.Python loads. Now the plugin works fine too. Thanks :)

Posted: Fri Feb 12, 2016 7:17 am
by Jerome69
Hello,

Since the update, the plugin didn't load due to "PlayerEntity" error. I fixed it, the plugin loads, but I'm still flashed...

Can you check it please?

Thanks

Posted: Mon Feb 29, 2016 1:18 pm
by satoon101
Updated!! Now also includes variables to enable/disable flashing dead/spec players.

Re: Anti Team-Flash v1.3

Posted: Sat Apr 08, 2017 7:19 pm
by satoon101
Updated plugin for newest SP changes.