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:
parent
4ec75fbfe4
commit
5f81dd7be5
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user