AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Unapproved/Old Plugins (https://forums.alliedmods.net/forumdisplay.php?f=27)
-   -   AMX Mute - Mute a player in public chat [UPDATED] (https://forums.alliedmods.net/showthread.php?t=115576)

Seta00 01-14-2010 16:03

AMX Mute - Mute a player in public chat [UPDATED]
 
2 Attachment(s)
Description

This plugin is capable of muting a player in the public chat (normal say).

Use

amx_mute <nick> [time]
amx_unmute <nick>

v1.1:
Added timed mute, just pass an extra parameter to amx_mute, the time in minutes. Example:
amx_mute player - Mute player until amx_unmute player or disconnect
amx_mute player 10 - Mute player for 10 minutes

Installation

Copy mute.amxx to your plugins directory and mute.txt to data/lang directory.
The mute.amxx line in plugins.ini MUST be before any other 3rd party plugin.

Multilingual support - Thanks for all the translations!

English - Me
Brazilian Portuguese - Me
Spanish - Javivi
Dutch - crazyeffect
Swedish - DarkGod
Russian - SHLAKBAUM
German - platzpatrone

Feel free to post new translations and I will update the dictionary file.

Javivi 01-14-2010 16:26

Re: AMX Mute - Mute a player in public chat
 
Spanish translation
Code:

[es]
SORRY = Lo siento, el jugador %s no se pudo encontrar o no es un objetivo valido.
MUTED = Has sido muteado por un admin, para pedir disculpas escribe /sorry
BEEN_MUTED = El jugador %s ha sido muteado por el admin %s
CLIENT_SORRY = El jugador %s pide perdon por su estupidez
UNMUTED = Ya puedes hablar por el chat

[ES]
Algunas palabras no existen en espaņol, pero las que puse sustituyendolas estan bien creo, saludos.

CHyCMyMpNk 01-14-2010 16:46

Re: AMX Mute - Mute a player in public chat
 
Add time = )

amx_mute <nick> <time>

crazyeffect 01-14-2010 16:55

Re: AMX Mute - Mute a player in public chat
 
Seems quite good :D

Dutch
Quote:

[nl]
SORRY = Speler %s ka, niet gevonden worden.
MUTED = Je mag niet meer spreken van een beheerder, schrijf '/sorry'.
BEEN_MUTED = Speler %s is verbannen om te spreken door beheerder %s.
CLIENT_SORRY = Speler %s zegt sorry voor zijn fouten.
UNMUTED = Je bent nu toegestaan te praten.
English Fix:
Quote:

[en]
SORRY = Player %s could not be found or targetted.
MUTED = You have been muted by an admin , to apologize, type /sorry
BEEN_MUTED = Player %s has been muted by admin %s.
CLIENT_SORRY = Player %s says sorry for his trolling.
UNMUTED = You are now able to chat.

DarkGod 01-14-2010 17:22

Re: AMX Mute - Mute a player in public chat
 
Code:

[sv]
SORRY = Tyv'a'rr, spelare %s kunde inte bli hittad.
MUTED = Du har blivit stum av en admin, f'o'r att be om urs'a'kt, skriv /sorry.
BEEN_MUTED = Spelare %s har blivit stum av admin %s.
CLIENT_SORRY = Spelare %s har bett om urs'a'kt f'o'r sitt beteende.
UNMUTED = Du kan nu chatta igen.


Seta00 01-14-2010 18:04

Re: AMX Mute - Mute a player in public chat
 
Quote:

Originally Posted by CHyCMyMpNk (Post 1055050)
Add time = )

amx_mute <nick> <time>

Updated:

Now it's
Code:

amx_mute <nick> [time]
Example:
amx_mute player 1 - mute player for 1 minute
amx_mute player - mute player until amx_unmute player or disconnect

And thanks for the Spanish, Dutch and Swedish translations.

NGage70 01-14-2010 18:08

Re: AMX Mute - Mute a player in public chat [UPDATED]
 
[pt]
SORRY = O jogador %s nao pode ser encontrado ou e imune.
MUTED = Um admin deixou-te mudo, para pedir desculpas, escreve /sorry
BEEN_MUTED = O jogador %s foi mutado pelo admin %s
CLIENT_SORRY = O jogador %s pediu desculpas por ser n00b
UNMUTED = Agora ja podes falar no chat.

YamiKaitou 01-14-2010 18:11

Re: AMX Mute - Mute a player in public chat [UPDATED]
 
Fix your loose indentation and symbol not used warnings

Seta00 01-14-2010 18:19

Re: AMX Mute - Mute a player in public chat [UPDATED]
 
Symbol not used warning is fixed, and I don't know how to fix loose indentation warning.

YamiKaitou 01-14-2010 18:23

Re: AMX Mute - Mute a player in public chat [UPDATED]
 
Use only tabs or only spaces to indent your code. Currently you mix it.


All times are GMT -4. The time now is 00:19.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.