multiple syntax updates to adjust for 1.11.0.6946 SM build

This commit is contained in:
jenz
2023-08-29 18:10:57 +02:00
parent a0c0f7e92d
commit b64abac26d
8 changed files with 149 additions and 136 deletions
@@ -667,6 +667,7 @@ public Action Command_SetNextmap(int client, int args)
public Action Command_ReloadMaps(int client, int args)
{
InitializeOfficialMapList();
return Plugin_Handled;
}
public Action Command_hours_average(int client, int args)
@@ -731,6 +732,7 @@ public Action Timer_StartWarningTimer(Handle timer)
if(!g_WarningInProgress || g_WarningTimer == INVALID_HANDLE)
SetupWarningTimer(WarningType_Vote);
return Plugin_Handled;
}
public Action Timer_StartMapVote(Handle timer, Handle data)
@@ -336,8 +336,9 @@ void AttemptUnRTV(int client)
public Action Timer_DelayRTV(Handle timer)
{
g_RTVAllowed = true;
PrintToChatAll("[RTVE] RockTheVote is available now!");
g_RTVAllowed = true;
PrintToChatAll("[RTVE] RockTheVote is available now!");
return Plugin_Handled;
}
void StartRTV()