Small change to RTV to avoid timer issues.

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401783
This commit is contained in:
Michael McKoy 2007-12-09 21:45:23 +00:00
parent 4ec75fbfe4
commit 5f81dd7be5

View File

@ -315,7 +315,9 @@ public Action:Command_Say(client, args)
public Action:Timer_DelayRTV(Handle:timer)
{
g_RTVAllowed = true;
g_RTVAllowed = true;
g_RTVStarted = false;
g_RTVEnded = false;
}
public Action:Timer_StartRTV(Handle:timer)