commit
f4b2c416ba
@ -55,6 +55,9 @@ bool FloodCheck(int client)
|
||||
if(client <= 0 || client > MaxClients)
|
||||
return false;
|
||||
|
||||
if(!IsClientConnected(client))
|
||||
return true;
|
||||
|
||||
if(++g_Client_CommandCount[client] <= MAX_COMMANDS)
|
||||
return false;
|
||||
|
||||
|
@ -243,7 +243,7 @@
|
||||
"pt" "{1} foi permanentemente emudecido."
|
||||
"de" "Der Spieler {1} ist für immer im Voice-Chat gesperrt."
|
||||
"fr" "Un mute permanent a été appliqué a {1}."
|
||||
"en" "已对玩家 {1} 永久静音."
|
||||
"chi" "已对玩家 {1} 永久静音."
|
||||
}
|
||||
"Permamuted player reason"
|
||||
{
|
||||
|
@ -29,7 +29,7 @@
|
||||
"Reason Prompt"
|
||||
{
|
||||
"en" "Please enter the reason for the report or \"cancel\" to cancel"
|
||||
"fr" "Veuillez entrer la raison du rapport ou \"cancel\" pour annuler
|
||||
"fr" "Veuillez entrer la raison du rapport ou \"cancel\" pour annuler"
|
||||
"pl" "Podaj przyczynę zgłoszenia lub \"cancel\", aby anulować"
|
||||
"chi" "请填写报告填写理由或者 \"cancel\" 来取消"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user