increase timer bit
This commit is contained in:
parent
64b8b78b75
commit
2fa13dffd8
@ -42,7 +42,7 @@ public Action WhoIsVIP(int client, int args)
|
|||||||
public Action OnRoundStart(Event event, const char[] name, bool dontBroadcast)
|
public Action OnRoundStart(Event event, const char[] name, bool dontBroadcast)
|
||||||
{
|
{
|
||||||
g_iVIPClient = -1;
|
g_iVIPClient = -1;
|
||||||
CreateTimer(30.0, SelectVIP, INVALID_HANDLE, TIMER_FLAG_NO_MAPCHANGE);
|
CreateTimer(30.5, SelectVIP, INVALID_HANDLE, TIMER_FLAG_NO_MAPCHANGE);
|
||||||
}
|
}
|
||||||
|
|
||||||
public Action OnRoundEnd(Event event, const char[] name, bool dontBroadcast)
|
public Action OnRoundEnd(Event event, const char[] name, bool dontBroadcast)
|
||||||
|
Loading…
Reference in New Issue
Block a user