View Single Post
Pilo
AlliedModders Donor
Join Date: Jan 2019
Location: Israel
Old 03-16-2019 , 19:28   Re: [REQ][CS:S] Timed Commands
Reply With Quote #2

I mean, you can do like this
PHP Code:
public void OnPluginStart()
{
    
HookEvent("round_start"Event_RoundStart);
}

public 
void Event_RoundStart(Event event, const char[] namebool dontBroadcast)
{
    
CreateTimer(30.0TimerSetSpeed);
}

public 
Action TimerSetSpeed(Handle timer)
{
    
ServerCommand("sm_speed @t 0.5");

__________________

Taking Private(PAID) Plugins In PM
Feel free to Donate with PayPal
Feel free to message me in Discord Pilo#8253
Total donated : 25$
Pilo is offline