View Single Post
WatchDogs
Senior Member
Join Date: Oct 2015
Location: Iran
Old 07-18-2017 , 05:14   Re: [CS:GO] Anti-RoundDraw Plugin (Paid?)
Reply With Quote #6

Quote:
Originally Posted by zipcore View Post
PHP Code:

public Action CS_OnTerminateRound(float &delayCSRoundEndReason &reason)
{
    if(
reason == CSRoundEnd_Draw)
        return 
Plugin_Stop;
    
    return 
Plugin_Continue;

You're blocking the round end !!!

It's impossible because it's a game event, So anyway where is the HP comparing and winner set ?!
WatchDogs is offline