Raised This Month: $32 Target: $400
 8% 

Flare Extinguisher (Pyro flare exploit fix) v1.2 (7/06)


Post New Thread Reply   
 
Thread Tools Display Modes
Carn
Member
Join Date: Jun 2008
Old 07-05-2008 , 23:36   Re: Flare Extinguisher (Pyro flare exploit fix) v1.1 (7/05)
Reply With Quote #11

very helpfull, have put this on 8 servers tonight thanks to alot of idiots hearing about this issue.
thanks alot...
Carn is offline
[AiF] Biggs
Member
Join Date: Jan 2008
Location: Statesboro, GA
Old 07-05-2008 , 23:40   Re: Flare Extinguisher (Pyro flare exploit fix) v1.1 (7/05)
Reply With Quote #12

Came in handy about 30 minutes after I installed it. lol.
Some pyro was camping blu spawn on gravelpit just spamming flares.
__________________
[AiF] Biggs is offline
FLOOR_MASTER
Senior Member
Join Date: Mar 2008
Old 07-06-2008 , 05:59   Re: Flare Extinguisher (Pyro flare exploit fix) v1.2 (7/06)
Reply With Quote #13

Please note the addition of v1.2, with the following changes:
  • Update flare extinguishing method to avoid removing active flares
  • Fixed bug in which multiple timers may be created on non-24/7 servers
If you're running the plugin on a non-24/7 server, I highly recommend updating.
FLOOR_MASTER is offline
Jokerz99
Senior Member
Join Date: Apr 2008
Old 07-06-2008 , 11:35   Re: Flare Extinguisher (Pyro flare exploit fix) v1.2 (7/06)
Reply With Quote #14

Thx Floor_master
__________________
Jokerz99 is offline
apollo729
Junior Member
Join Date: May 2008
Old 07-06-2008 , 14:49   Re: Flare Extinguisher (Pyro flare exploit fix) v1.2 (7/06)
Reply With Quote #15

The plugin doesn't seem to work right, when i check the default rate is seems to be 180 min and not 180 sec.

Code:
14:47:32 "sm_fe_rate" = "180" min. 0.000000
          - Interval, in seconds, to wait between extinguishing flares
apollo729 is offline
bl4nk
SourceMod Developer
Join Date: Jul 2007
Old 07-06-2008 , 15:03   Re: Flare Extinguisher (Pyro flare exploit fix) v1.2 (7/06)
Reply With Quote #16

That's saying the minimum value accepted is 0.00000, not that it's counted in minutes.
bl4nk is offline
dann
Senior Member
Join Date: Nov 2007
Old 07-06-2008 , 19:36   Re: Flare Extinguisher (Pyro flare exploit fix) v1.2 (7/06)
Reply With Quote #17

how does this one work compared to the original.
dann is offline
DontWannaName
Veteran Member
Join Date: Jun 2007
Location: VALVe Land, WA
Old 07-06-2008 , 20:17   Re: Flare Extinguisher (Pyro flare exploit fix) v1.2 (7/06)
Reply With Quote #18

It doesnt remove flares too early I think?
__________________

DontWannaName is offline
FLOOR_MASTER
Senior Member
Join Date: Mar 2008
Old 07-06-2008 , 22:04   Re: Flare Extinguisher (Pyro flare exploit fix) v1.2 (7/06)
Reply With Quote #19

Yes - v1.2 basically allows newly-created flares up to two seconds to fly and hit their target before being removed automatically. It's still technically possible for midair flares to be removed prematurely, but highly unlikely.

More importantly, v1.2 fixes a timing bug unrelated to the flare-removing technique.
FLOOR_MASTER is offline
Shaman
Senior Member
Join Date: Dec 2006
Location: Istanbul, Turkey
Old 08-21-2008 , 18:45   Re: Flare Extinguisher (Pyro flare exploit fix) v1.2 (7/06)
Reply With Quote #20

Quote:
Originally Posted by FLOOR_MASTER View Post
Yes - v1.2 basically allows newly-created flares up to two seconds to fly and hit their target before being removed automatically. It's still technically possible for midair flares to be removed prematurely, but highly unlikely.

More importantly, v1.2 fixes a timing bug unrelated to the flare-removing technique.
I suggest something like this:
Code:
new Float:flareposition[MAXENTITIES][3]

public Timer()
    {
    for(loop all entities)
        {
        if(!isflare(entity))
            continue
        
        new Float:newposition[3]= GetPosition(entity)
        
        if(newposition==flareposition[entity])
            removeflare(entity)
        else
            flareposition[entity]= newposition
        }
    }
So it will simply check if all flares in the map moved. If a flare didn't move, it means it's stuck and has to be removed. It may soundlike it consumes more resources, but the timer frequency can be something higher like 10 or 30 seconds.
__________________
Shaman is offline
Send a message via ICQ to Shaman Send a message via AIM to Shaman Send a message via MSN to Shaman Send a message via Yahoo to Shaman
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 19:02.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode