View Single Post
Author Message
beniosq
Junior Member
Join Date: Apr 2010
Old 02-20-2017 , 08:43   Pause plugin on warmup round
Reply With Quote #1

Hi,
i have plugin antirush, but i want to pause this plugin when is warmup round. I found this code but i cant compile it. Someone can help? (CS:GO) Thanks.

PHP Code:
public void Event_RoundStart(Event event, const char[] namebool dontBroadcast

    if(
GameRules_GetProp("m_bWarmupPeriod") == 1
        {
            
ServerCommand("sm plugins unload antirush")
           }
    if(
GameRules_GetProp("m_bWarmupPeriod") == 0)
        { 
            
ServerCommand("sm plugins load antirush")
        }


Last edited by beniosq; 02-20-2017 at 10:18.
beniosq is offline