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
@@ -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()