Raised This Month: $51 Target: $400
 12% 

Official AMX Super Menu version 0.8.2


Post New Thread Reply   
 
Thread Tools Display Modes
YamiKaitou
Has a lovely bunch of coconuts
Join Date: Apr 2006
Location: Texas
Old 06-16-2008 , 14:59   Re: Official AMX Super Menu version 0.7.3
Reply With Quote #121

It is an addon. AMX_Super must be running for this to work (file name must be amx_super.amxx, will plan on removing that)
__________________
ProjectYami Laboratories

I do not browse the forums regularly anymore. If you need me for anything (asking questions or anything else), then PM me (be descriptive in your PM, message containing only a link to a thread will be ignored).
YamiKaitou is offline
DarkMarcos
Junior Member
Join Date: Apr 2008
Old 07-06-2008 , 02:45   Re: Official AMX Super Menu version 0.7.3
Reply With Quote #122

This menu don't have the amx_transfer command?

-------
Edit:
Here is the translation for bp, correctly traslated without errors.
Code:
[bp]
AMXSUPER_MENU0 = Menu do AMX SUPER
AMXSUPER_MENU1 = Configurar o All Talk
AMXSUPER_MENU2 = Bloquear/Desbloquear uma Equipe
AMXSUPER_MENU4 = Extender o Mapa
AMXSUPER_MENU5 = Configurar Gravidade
AMXSUPER_MENU6 = Tacar fogo em alguem
AMXSUPER_MENU7 = Cegar alguem
AMXSUPER_MENU8 = Desarmar alguem
AMXSUPER_MENU9 = Transformar alguem em um Foguete
AMXSUPER_MENU10 = Dar um Super Tapa em alguem
AMXSUPER_MENU11 = Reviver Alguem
AMXSUPER_MENU12 = Forcar alguem a sair do jogo
AMXSUPER_MENU13 = Drogar alguem
AMXSUPER_MENU14 = Trocar as equipes
AMXSUPER_MENU15 = Dar mais Life a alguem
AMXSUPER_MENU16 = Dar mais Armor a alguem
AMXSUPER_MENU17 = Empilhar jogadores
AMXSUPER_MENU18 = Enterrar/Desenterrar alguem
AMXSUPER_MENU20 = Matar alguem com um Fatality
AMXSUPER_MENU21 = Dar o modo GodMode pra alguem
AMXSUPER_MENU22 = Dar o modo Noclip pra alguem
AMXSUPER_MENU23 = Dar o modo Super Velocidade pra alguem
AMXSUPER_MENU24 = Dar o modo Municao Infinita pra alguem
AMXSUPER_MENU25 = Trocar dois jogadores
AMXSUPER_MENU26 = Dar/Tomar Dinheiro
AMXSUPER_MENU28 = Dar Mira Pessima para alguema
AMXSUPER_MENU29 = Silenciar/Des-silenciar alguem
AMXSUPER_NOPARM = Falta um Parametro
AMXSUPER_CURRENT = Valores atuais para %s
AMXSUPER_MINS = %s minutos
AMXSUPER_SECS = %s segundos
AMXSUPER_LOCK = Bloquear Equipe
AMXSUPER_UNLOCK = Desbloquear Equipe
AMXSUPER_ENABLE = Habilitar
AMXSUPER_DISABLE = Desabilitar
AMXSUPER_TEAMCT = Contra-Terrorista
AMXSUPER_TEAMT = Terrorista
AMXSUPER_TEAMAUTO = Auto Escolher
AMXSUPER_TEAMSPEC = Espectador
AMXSUPER_ALL = Todos
AMXSUPER_EXTEND = %s minutos
AMXSUPER_HEAL = Dar Life a %s
AMXSUPER_ARMOR = Dar Armor a %s
AMXSUPER_STACK = # de Jogadores: %d
AMXSUPER_BURY = Enterrar alguem
AMXSUPER_UNBURY = Desenterrar alguem
AMXSUPER_SLAY1 = Relampago
AMXSUPER_SLAY2 = Sangue
AMXSUPER_SLAY3 = Explodir
AMXSUPER_GOD0 = Desativado
AMXSUPER_GOD1 = Ativado
AMXSUPER_GOD2 = Em cada round
AMXSUPER_GIVE = Dar $%s
AMXSUPER_TAKE = Tomar $%s
AMXSUPER_GAGA = Chat Normal
AMXSUPER_GAGB = Chat de Equipe
AMXSUPER_GAGC = Comunicacao por Voz
AMXSUPER_UNGAG = Des-silenciar Jogador

Last edited by DarkMarcos; 07-06-2008 at 02:55.
DarkMarcos is offline
YamiKaitou
Has a lovely bunch of coconuts
Join Date: Apr 2006
Location: Texas
Old 07-06-2008 , 11:39   Re: Official AMX Super Menu version 0.7.3
Reply With Quote #123

Quote:
Originally Posted by DarkMarcos View Post
This menu don't have the amx_transfer command?
Because that is in the default AMXx menu. No need to create the same menu twice

Quote:
-------
Edit:
Here is the translation for bp, correctly traslated without errors.
Code:
[bp]
AMXSUPER_MENU0 = Menu do AMX SUPER
AMXSUPER_MENU1 = Configurar o All Talk
AMXSUPER_MENU2 = Bloquear/Desbloquear uma Equipe
AMXSUPER_MENU4 = Extender o Mapa
AMXSUPER_MENU5 = Configurar Gravidade
AMXSUPER_MENU6 = Tacar fogo em alguem
AMXSUPER_MENU7 = Cegar alguem
AMXSUPER_MENU8 = Desarmar alguem
AMXSUPER_MENU9 = Transformar alguem em um Foguete
AMXSUPER_MENU10 = Dar um Super Tapa em alguem
AMXSUPER_MENU11 = Reviver Alguem
AMXSUPER_MENU12 = Forcar alguem a sair do jogo
AMXSUPER_MENU13 = Drogar alguem
AMXSUPER_MENU14 = Trocar as equipes
AMXSUPER_MENU15 = Dar mais Life a alguem
AMXSUPER_MENU16 = Dar mais Armor a alguem
AMXSUPER_MENU17 = Empilhar jogadores
AMXSUPER_MENU18 = Enterrar/Desenterrar alguem
AMXSUPER_MENU20 = Matar alguem com um Fatality
AMXSUPER_MENU21 = Dar o modo GodMode pra alguem
AMXSUPER_MENU22 = Dar o modo Noclip pra alguem
AMXSUPER_MENU23 = Dar o modo Super Velocidade pra alguem
AMXSUPER_MENU24 = Dar o modo Municao Infinita pra alguem
AMXSUPER_MENU25 = Trocar dois jogadores
AMXSUPER_MENU26 = Dar/Tomar Dinheiro
AMXSUPER_MENU28 = Dar Mira Pessima para alguema
AMXSUPER_MENU29 = Silenciar/Des-silenciar alguem
AMXSUPER_NOPARM = Falta um Parametro
AMXSUPER_CURRENT = Valores atuais para %s
AMXSUPER_MINS = %s minutos
AMXSUPER_SECS = %s segundos
AMXSUPER_LOCK = Bloquear Equipe
AMXSUPER_UNLOCK = Desbloquear Equipe
AMXSUPER_ENABLE = Habilitar
AMXSUPER_DISABLE = Desabilitar
AMXSUPER_TEAMCT = Contra-Terrorista
AMXSUPER_TEAMT = Terrorista
AMXSUPER_TEAMAUTO = Auto Escolher
AMXSUPER_TEAMSPEC = Espectador
AMXSUPER_ALL = Todos
AMXSUPER_EXTEND = %s minutos
AMXSUPER_HEAL = Dar Life a %s
AMXSUPER_ARMOR = Dar Armor a %s
AMXSUPER_STACK = # de Jogadores: %d
AMXSUPER_BURY = Enterrar alguem
AMXSUPER_UNBURY = Desenterrar alguem
AMXSUPER_SLAY1 = Relampago
AMXSUPER_SLAY2 = Sangue
AMXSUPER_SLAY3 = Explodir
AMXSUPER_GOD0 = Desativado
AMXSUPER_GOD1 = Ativado
AMXSUPER_GOD2 = Em cada round
AMXSUPER_GIVE = Dar $%s
AMXSUPER_TAKE = Tomar $%s
AMXSUPER_GAGA = Chat Normal
AMXSUPER_GAGB = Chat de Equipe
AMXSUPER_GAGC = Comunicacao por Voz
AMXSUPER_UNGAG = Des-silenciar Jogador
I had a ML topic going, but thanks
__________________
ProjectYami Laboratories

I do not browse the forums regularly anymore. If you need me for anything (asking questions or anything else), then PM me (be descriptive in your PM, message containing only a link to a thread will be ignored).
YamiKaitou is offline
Rexy PHATsac 420
Member
Join Date: Aug 2007
Location: South Carolina
Old 07-17-2008 , 16:48   Re: Official AMX Super Menu version 0.7.3
Reply With Quote #124

does everyone still have the problem that only like half the menu is working? and was wondering when new update is planned to release
__________________
Check Us Out
Rexy PHATsac 420 is offline
Send a message via MSN to Rexy PHATsac 420
Cerobug
Member
Join Date: Jun 2008
Old 07-21-2008 , 14:16   Re: Official AMX Super Menu version 0.7.3
Reply With Quote #125

Where do I put the amx_super_menu.txt cause i put in the lang folder and when you type supermenu it just says those and not the english text to show what each one is.

Code:
AMXSUPER_MENU0
AMXSUPER_MENU1
AMXSUPER_MENU2
AMXSUPER_MENU3
AMXSUPER_MENU4
AMXSUPER_MENU5
AMXSUPER_MENU6
AMXSUPER_MENU7
AMXSUPER_MENU8
AMXSUPER_MENU9
AMXSUPER_MENU10
AMXSUPER_MENU11
AMXSUPER_MENU12
AMXSUPER_MENU13
AMXSUPER_MENU14
AMXSUPER_MENU15
AMXSUPER_MENU16
AMXSUPER_MENU17
AMXSUPER_MENU18
AMXSUPER_MENU19
AMXSUPER_MENU20
AMXSUPER_MENU21
AMXSUPER_MENU22
AMXSUPER_MENU23
AMXSUPER_MENU24
AMXSUPER_MENU25
AMXSUPER_MENU26
AMXSUPER_MENU27
AMXSUPER_MENU28
AMXSUPER_MENU29
AMXSUPER_MENU30
but the .txt file says

Code:
[en]
AMXSUPER_MENU0 = AMX Super Menu
AMXSUPER_MENU1 = Set All Talk
AMXSUPER_MENU2 = Lock/Unlock a Team
AMXSUPER_MENU3 = Not used. Do not translate
AMXSUPER_MENU4 = Extend Map
AMXSUPER_MENU5 = Set Gravity
AMXSUPER_MENU6 = Start a Fire
AMXSUPER_MENU7 = Flash a Person
AMXSUPER_MENU8 = Disarm Someone
AMXSUPER_MENU9 = Turn Someone into a Rocket
AMXSUPER_MENU10 = Uberslap a Bad Player
AMXSUPER_MENU11 = Revive a Dead Client
AMXSUPER_MENU12 = Force Someone to Quit
AMXSUPER_MENU13 = Drug Someone
AMXSUPER_MENU14 = Swap the Teams
AMXSUPER_MENU15 = Give a Player Health
AMXSUPER_MENU16 = Give a Player Armor
AMXSUPER_MENU17 = Stack Players
AMXSUPER_MENU18 = Bury/Unbury Someone
AMXSUPER_MENU19 = Not used. Do not translate
AMXSUPER_MENU20 = Special Slay a Player
AMXSUPER_MENU21 = Give a Player GodMode
AMXSUPER_MENU22 = Give a Player Noclip
AMXSUPER_MENU23 = Give Someone Super Speed
AMXSUPER_MENU24 = Give Someone Unlimited Ammo
AMXSUPER_MENU25 = Swap Two Players
AMXSUPER_MENU26 = Give/Take Money
AMXSUPER_MENU27 = Not used. Do not translate
AMXSUPER_MENU28 = Give Someone Bad Aim
AMXSUPER_MENU29 = Gag/Ungag Someone
AMXSUPER_MENU30 = Not used. Do not translate
AMXSUPER_NOPARM = Missing Parameter
AMXSUPER_CURRENT = Current Values for %s
AMXSUPER_MINS = %s minutes
AMXSUPER_SECS = %s seconds
AMXSUPER_LOCK = Lock Team
AMXSUPER_UNLOCK = Unlock Team
AMXSUPER_ENABLE = Enable
AMXSUPER_DISABLE = Disable
AMXSUPER_TEAMCT = Counter-Terrorist
AMXSUPER_TEAMT = Terrorist
AMXSUPER_TEAMAUTO = Auto Assign
AMXSUPER_TEAMSPEC = Spectator
AMXSUPER_ALL = Everyone
AMXSUPER_EXTEND = %s minutes
AMXSUPER_HEAL = Give %s HP
AMXSUPER_ARMOR = Give %s AP
AMXSUPER_STACK = # of Players: %d
AMXSUPER_BURY = Bury Someone
AMXSUPER_UNBURY = Unbury Someone
AMXSUPER_SLAY1 = Lightning
AMXSUPER_SLAY2 = Blood
AMXSUPER_SLAY3 = Explode
AMXSUPER_GOD0 = Off
AMXSUPER_GOD1 = On
AMXSUPER_GOD2 = On Each Round
AMXSUPER_GIVE = Give $%s
AMXSUPER_TAKE = Take $%s
AMXSUPER_GAGA = Normal Chat
AMXSUPER_GAGB = Team Chat
AMXSUPER_GAGC = Voicecomm
AMXSUPER_UNGAG = Ungag Player

[se]
AMXSUPER_MENU0 = AMX Super Meny
AMXSUPER_MENU1 = Set pa All Talk
AMXSUPER_MENU2 = Las/las upp ett lag
AMXSUPER_MENU4 = F'o'rl'a'ng bana
AMXSUPER_MENU5 = S'a'tt gravitation
AMXSUPER_MENU6 = Starta en brand
AMXSUPER_MENU7 = Flasha en spelare
AMXSUPER_MENU8 = Avbev'a'pna en spelare
AMXSUPER_MENU9 = G'o'r spelare till en missil
AMXSUPER_MENU10 = Uberslapa en s'a'mre spelare
AMXSUPER_MENU11 = Aterupliva en d'o'd spelare
AMXSUPER_MENU12 = Tvinga en spelare att avsluta
AMXSUPER_MENU13 = Droga spelare
AMXSUPER_MENU14 = V'a'xla lagen
AMXSUPER_MENU15 = Ge spelaren liv
AMXSUPER_MENU16 = Ge spelaren skydd
AMXSUPER_MENU17 = Stapla spelare
AMXSUPER_MENU18 = Begrav/gr'a'v upp spelare
AMXSUPER_MENU20 = Special Dr'a'p en spelare
AMXSUPER_MENU21 = Ge nan Gud Mode
AMXSUPER_MENU22 = Ge en spelare Noclip
AMXSUPER_MENU23 = Ge spelare super hastighet
AMXSUPER_MENU24 = Ge spelare obegränsad ammunition
AMXSUPER_MENU25 = V'a'xla 2 spelare
AMXSUPER_MENU26 = Ge/Ta pengar
AMXSUPER_MENU27 = Not used. Do not translate
AMXSUPER_MENU28 = Ge spelare s'a'mre sikte
AMXSUPER_MENU29 = Gag/Ungag spelare
AMXSUPER_NOPARM = Missar Parameter
AMXSUPER_CURRENT = Nuvarande v'a'rden f'o'r %s
AMXSUPER_MINS = %s minuter
AMXSUPER_SECS = %s sekunder
AMXSUPER_LOCK = Las lag
AMXSUPER_UNLOCK = Las upp lag
AMXSUPER_ENABLE = Aktivera
AMXSUPER_DISABLE = Avaktivera
AMXSUPER_TEAMCT = Anti-Terrorister
AMXSUPER_TEAMT = Terrorister
AMXSUPER_TEAMAUTO = Automatiskt Val
AMXSUPER_TEAMSPEC = Askadare 
AMXSUPER_ALL = Allihop
AMXSUPER_EXTEND = %s minuter
AMXSUPER_HEAL = Ge %s Liv
AMXSUPER_ARMOR = Give %s Skydd
AMXSUPER_STACK = # av spelare: %d
AMXSUPER_BURY = Begrav spelare
AMXSUPER_UNBURY = Gr'a'vup spelare
AMXSUPER_SLAY1 = Blixtar
AMXSUPER_SLAY2 = Blod
AMXSUPER_SLAY3 = Explosion
AMXSUPER_GOD0 = av
AMXSUPER_GOD1 = pa
AMXSUPER_GOD2 = pa varje runda
AMXSUPER_GIVE = Ge $%s
AMXSUPER_TAKE = Ta $%s
AMXSUPER_GAGA = Normal Chat
AMXSUPER_GAGB = Lag Chat
AMXSUPER_GAGC = Röst kommando
AMXSUPER_UNGAG = Ungag Spelare

[ro]
AMXSUPER_MENU0 = Meniul AMX Super
AMXSUPER_MENU1 = Seteaza pe toti sa vorbeasca
AMXSUPER_MENU2 = Blocheaza/Deblocheaza o Echipa
AMXSUPER_MENU4 = Extinde Harta
AMXSUPER_MENU5 = Seteaza gravitatea
AMXSUPER_MENU6 = Porneste focul
AMXSUPER_MENU7 = Flash-uieste un Jucator
AMXSUPER_MENU8 = Dezarmeaza un Jucator
AMXSUPER_MENU9 = Transforma un Jucator in Racheta
AMXSUPER_MENU10 = Super-palmuieste un Jucator Rau
AMXSUPER_MENU11 = Reinvie un Jucator Mort
AMXSUPER_MENU12 = Forteaza un Jucator sa Iasa
AMXSUPER_MENU13 = Drogheaza un Jucator
AMXSUPER_MENU14 = Schimba Rchipele
AMXSUPER_MENU15 = Acorda unui Jucator Viata
AMXSUPER_MENU16 = Acorda unui Jucator Armura
AMXSUPER_MENU17 = Ingramadeste Jucatorii
AMXSUPER_MENU18 = Ingroapa/Dezgroapa un Jucator
AMXSUPER_MENU20 = Slay special unui Jucator
AMXSUPER_MENU21 = Acorda unui Jucator GodMode
AMXSUPER_MENU22 = Acorda unui Jucator Noclip
AMXSUPER_MENU23 = Acorda unui Jucator Super Speed
AMXSUPER_MENU24 = Acorda unui Jucator Munitie Nelimitata
AMXSUPER_MENU25 = Schimba doi Jucatori
AMXSUPER_MENU26 = Acorda/Scade Bani
AMXSUPER_MENU27 = Not used. Do not translate
AMXSUPER_MENU28 = Da unui Jucator Bad Aim
AMXSUPER_MENU29 = Gag/Ungag un Jucator
AMXSUPER_NOPARM = Parametri de Ratare
AMXSUPER_CURRENT = Valoarea Curenta pentru %s
AMXSUPER_MINS = %s minute
AMXSUPER_SECS = %s secunde
AMXSUPER_LOCK = Blocheaza Echipa
AMXSUPER_UNLOCK = Deblocheaza Echipa
AMXSUPER_ENABLE = Activeaza
AMXSUPER_DISABLE = Dezactiveaza
AMXSUPER_TEAMCT = Counter-Terrorist
AMXSUPER_TEAMT = Terrorist
AMXSUPER_TEAMAUTO = Repartizeaza Automat
AMXSUPER_TEAMSPEC = Spectator
AMXSUPER_ALL = Oricine
AMXSUPER_EXTEND = %s minute
AMXSUPER_HEAL = Acorda %s HP
AMXSUPER_ARMOR = Acorda %s AP
AMXSUPER_STACK = # of Players: %d
AMXSUPER_BURY = Ingroapa un Jucator
AMXSUPER_UNBURY = Dezgroapa un Jucator
AMXSUPER_SLAY1 = Trasnet
AMXSUPER_SLAY2 = Sange
AMXSUPER_SLAY3 = Explodeaza
AMXSUPER_GOD0 = Off
AMXSUPER_GOD1 = On
AMXSUPER_GOD2 = On in Fiecare Runda
AMXSUPER_GIVE = Acorda $%s
AMXSUPER_TAKE = Scade $%s
AMXSUPER_GAGA = Chat Normal
AMXSUPER_GAGB = Chat cu Echipa
AMXSUPER_GAGC = Voicecomm
AMXSUPER_UNGAG = Ungag un Jucator

[lt]
AMXSUPER_MENU0 = AMX Super Meniu
AMXSUPER_MENU1 = Nustatyti Visuotini Pokalbi
AMXSUPER_MENU2 = Uzrakinti/Atrakinti Komanda
AMXSUPER_MENU4 = Pratesti Zemelapi
AMXSUPER_MENU5 = Nustatyti Gravitacija
AMXSUPER_MENU6 = Pradeti Ugni
AMXSUPER_MENU7 = Apakinti Zaideja
AMXSUPER_MENU8 = Nuginkluoti Ka Nors
AMXSUPER_MENU9 = Paversti Ka Nors i Raketa
AMXSUPER_MENU10 = Stipriai Spirti Blogam Zaidejui
AMXSUPER_MENU11 = Atgaivinti Mirusi Klienta
AMXSUPER_MENU12 = Priversti Ka Nors Iseiti
AMXSUPER_MENU13 = Apsvaiginti Ka Nors
AMXSUPER_MENU14 = Sukeisti Komandas
AMXSUPER_MENU15 = Duoti Zaidejui Gyvybiu
AMXSUPER_MENU16 = Duoti Zaidejui Sarvu
AMXSUPER_MENU17 = Sumesti Zaidejus i Kruva
AMXSUPER_MENU18 = Istriginti/Atstriginti Ka Nors
AMXSUPER_MENU20 = Specialiai Nuzudyti Zaideja
AMXSUPER_MENU21 = Duoti Zaidejui Dievo Rezima
AMXSUPER_MENU22 = Duoti Zaidejui Pereinamuma
AMXSUPER_MENU23 = Duoti Kam Nors Super Greiti
AMXSUPER_MENU24 = Duoti Kam Nors Nesibaigiancius Saudmenis
AMXSUPER_MENU25 = Sukeisti Du Zaidejus
AMXSUPER_MENU26 = Duoti/Atimti Pinigu
AMXSUPER_MENU27 = Not used. Do not translate
AMXSUPER_MENU28 = Duoti Kam Nors Bloga Taikluma
AMXSUPER_MENU29 = Uzciaupti/Atciaupti Ka Nors
AMXSUPER_NOPARM = Truksta Parametro
AMXSUPER_CURRENT = Dabartine Verte %s
AMXSUPER_MINS = %s minutes
AMXSUPER_SECS = %s sekundes
AMXSUPER_LOCK = Uzrakinti Komanda
AMXSUPER_UNLOCK = Atrakinti Komanda
AMXSUPER_ENABLE = Ijungti
AMXSUPER_DISABLE = Isjungti
AMXSUPER_TEAMCT = Counter-Terrorist
AMXSUPER_TEAMT = Terrorist
AMXSUPER_TEAMAUTO = Auto Assign
AMXSUPER_TEAMSPEC = Spectator
AMXSUPER_ALL = Visas
AMXSUPER_EXTEND = %s minutems
AMXSUPER_HEAL = Duoti %s HP
AMXSUPER_ARMOR = Duoti %s AP
AMXSUPER_STACK = # is Zaideju: %d
AMXSUPER_BURY = Istriginti Ka Nors
AMXSUPER_UNBURY = Atstriginti Ka Nors
AMXSUPER_SLAY1 = Zaibas
AMXSUPER_SLAY2 = Kraujas
AMXSUPER_SLAY3 = Sprogimas
AMXSUPER_GOD0 = Off
AMXSUPER_GOD1 = On
AMXSUPER_GOD2 = Kiekviename Round'e
AMXSUPER_GIVE = Duoti $%s
AMXSUPER_TAKE = Atimti $%s
AMXSUPER_GAGA = Normalus Pokalbis
AMXSUPER_GAGB = Komandinis Pokalbis
AMXSUPER_GAGC = Balso Susisiekimas
AMXSUPER_UNGAG = Atciaupti Zaideja

[de]
AMXSUPER_MENU0 = AMX Super Menu
AMXSUPER_MENU1 = Stelle Alle Sprechen ein
AMXSUPER_MENU2 = Sperre/Entsperre ein Team
AMXSUPER_MENU4 = Verlaengere Map
AMXSUPER_MENU5 = Stelle Gravitation ein
AMXSUPER_MENU6 = Starte ein Feuer
AMXSUPER_MENU7 = Blende einen Spieler
AMXSUPER_MENU8 = Entwaffne jemanden
AMXSUPER_MENU9 = Verwandle jemanden in eine Rakete
AMXSUPER_MENU10 = Schlage einen schlechten Spieler mehrfach
AMXSUPER_MENU11 = Wiederbelebe einen toten Spieler
AMXSUPER_MENU12 = Zwinge jemanden das Spiel zu verlassen
AMXSUPER_MENU13 = Betaeube jemanden
AMXSUPER_MENU14 = Vertausche die Teams
AMXSUPER_MENU15 = Gib einem Spieler Gesundheit
AMXSUPER_MENU16 = Gib einem Spieler Ruestung
AMXSUPER_MENU17 = Stapel Spieler uebereinander
AMXSUPER_MENU18 = Begrabe / Entgrabe einen Spieler
AMXSUPER_MENU20 = Spezielles toeten eines Spielers
AMXSUPER_MENU21 = Gib einem Spieler den GodModus
AMXSUPER_MENU22 = Lass einen Spieler durch Waende gehen
AMXSUPER_MENU23 = Gib jemandem Super Speed
AMXSUPER_MENU24 = Gib jemandem unendlich viel Munition
AMXSUPER_MENU25 = Tausche zwei Spieler
AMXSUPER_MENU26 = Gib / nimm Geld
AMXSUPER_MENU27 = Nicht benutzt
AMXSUPER_MENU28 = Gib jemandem eine schlechte Genauigkeit
AMXSUPER_MENU29 = Lass jemanden verstummen/reden
AMXSUPER_NOPARM = Fehlender Parameter
AMXSUPER_CURRENT = Aktuelle Werte für %s
AMXSUPER_MINS = %s Minuten
AMXSUPER_SECS = %s Sekunden
AMXSUPER_LOCK = Sperre Team
AMXSUPER_UNLOCK = Entsperre Team
AMXSUPER_ENABLE = Aktiviere
AMXSUPER_DISABLE = Deaktiviere
AMXSUPER_TEAMCT = Counter-Terrorist
AMXSUPER_TEAMT = Terrorist
AMXSUPER_TEAMAUTO = Automatische Auswahl
AMXSUPER_TEAMSPEC = Zuschauer
AMXSUPER_ALL = Alle
AMXSUPER_EXTEND = %s Minuten
AMXSUPER_HEAL = Gib %s HP
AMXSUPER_ARMOR = Gib %s AP
AMXSUPER_STACK = # von Spielern: %d
AMXSUPER_BURY = Begrabe jemanden
AMXSUPER_UNBURY = Entgrabe jemanden
AMXSUPER_SLAY1 = Blitz
AMXSUPER_SLAY2 = Blut
AMXSUPER_SLAY3 = Explodiere
AMXSUPER_GOD0 = Aus
AMXSUPER_GOD1 = An
AMXSUPER_GOD2 = In jeder Runde
AMXSUPER_GIVE = Gib %s Geld
AMXSUPER_TAKE = Nimm %s Geld
AMXSUPER_GAGA = Normaler Chat
AMXSUPER_GAGB = Team Chat
AMXSUPER_GAGC = Sprachbefehl
AMXSUPER_UNGAG = Lass Spieler reden

[1337]
AMXSUPER_MENU0 = 4|v|><  5|_||*3r |v|3|/||_|
AMXSUPER_MENU1 = 537 411 741|<
AMXSUPER_MENU2 = 10(|</|_||/|10(|< 4 734|v|
AMXSUPER_MENU4 = 3><73|/||) |v|4|*
AMXSUPER_MENU5 = 537 6|24|/|7`/
AMXSUPER_MENU6 = 574|27 4 |=||23
AMXSUPER_MENU7 = |=145|-| 4 |*3|250|/|
AMXSUPER_MENU8 = |)|54|2|v| 50|v|3o|/|3
AMXSUPER_MENU9 = 7|_||2|/| 50|v|3o|/|3 ||/|70 4 |*0(|<37
AMXSUPER_MENU10 = |_||33|2514|* 4 |34|) |*14`/3|2
AMXSUPER_MENU11 = |23|/||/3 4 |)34|) (1|3|/|7
AMXSUPER_MENU12 = |=0|2(3 50|v|30|/|3 70 0,|_||7
AMXSUPER_MENU13 = |)|2|_|6 50|v|30|/|3
AMXSUPER_MENU14 = 5|/|/4|* 7|-|3 734|v|5
AMXSUPER_MENU15 = 6||/3 4 |*|4`/3|2 H3417|-|
AMXSUPER_MENU16 = 6||/3 4 |*|4`/3|2 4|*|v|0|2
AMXSUPER_MENU17 = 574(|<  |*|4`/3|25
AMXSUPER_MENU18 = |3|_||2`//|_||/||3|_||2`/  50|v|30|/|3
AMXSUPER_MENU20 = 5|*3(|41  514`/  4  |*14`/3|2
AMXSUPER_MENU21 = 6||/3 4 |*|4`/3|2 60|)|v|0|)3
AMXSUPER_MENU22 = 6||/3 4 |*|4`/3|2 |/|0(1||*
AMXSUPER_MENU23 = 6||/3 50|v|30|/|3 5|_||*3|2 5|*33|)
AMXSUPER_MENU24 = 6||/3 50|v|30|/|3 |_||/|1||v||73|)  4|v||v|0
AMXSUPER_MENU25 = 5|/|/4|* 7|/|/0 |*l4`/3|*5
AMXSUPER_MENU26 = 6||/3/74|<3 |v|0|/|3`/
AMXSUPER_MENU27 = Not used. Do not translate
AMXSUPER_MENU28 = 6||/3 50|v|30|/|3 |34|) 4||v|
AMXSUPER_MENU29 = 646/|_||/|646 50|v|30|/|3
AMXSUPER_NOPARM = |v||55||/|6 |*4|24|v|373|2
AMXSUPER_CURRENT = (|_||2|23|/|7 |/41|_|35 |=0|2 %s
AMXSUPER_MINS = %s |v|||/||_|735
AMXSUPER_SECS = %s 53(0|/||)5
AMXSUPER_LOCK = 10(|< 734|v|
AMXSUPER_UNLOCK = |_||/|10(|< 734|v|
AMXSUPER_ENABLE = 3|/|4|313
AMXSUPER_DISABLE = |)|54|313
AMXSUPER_TEAMCT = (0|_||/|73|*-73|2|20|2|57
AMXSUPER_TEAMT = 73|2|20|2|57
AMXSUPER_TEAMAUTO = 4|_|70 455|6|/|
AMXSUPER_TEAMSPEC = 5|*3(7470|2
AMXSUPER_ALL = 3|/3|2`/0|/|3
AMXSUPER_EXTEND = %s |v|||/||_|735
AMXSUPER_HEAL = 6||/3 %s |-||*
AMXSUPER_ARMOR = 6||/3 %s 4|*
AMXSUPER_STACK = # 0|= |*|4`/3|25: %d
AMXSUPER_BURY = |3|_||2`/ 50|v|30|/|3
AMXSUPER_UNBURY = |_||/||3|_||2`/ 50|v|30|/|3
AMXSUPER_SLAY1 = 1|6|-|7|/|||/|6
AMXSUPER_SLAY2 = |3|00|)
AMXSUPER_SLAY3 = 3><|*l0|)3
AMXSUPER_GOD0 = 0|=|=
AMXSUPER_GOD1 = 0|/|
AMXSUPER_GOD2 = 0|/| 34(|-| |20|_||/||)
AMXSUPER_GIVE = 6||/3 $%s
AMXSUPER_TAKE = 74|<3 $%s
AMXSUPER_GAGA = |/|0|2|v|4l (|-|47
AMXSUPER_GAGB = 734|v| (|-|47
AMXSUPER_GAGC = |/0|(3(0|v||v| 
AMXSUPER_UNGAG = |_||/|646 |*|4`/3|2

[es]
AMXSUPER_MENU0 = Menu de AMX Super
AMXSUPER_MENU1 = Establecer All Talk
AMXSUPER_MENU2 = Bloquear/Desbloquear un Equipo
AMXSUPER_MENU4 = Extender Mapa
AMXSUPER_MENU5 = Establecer Gravedad
AMXSUPER_MENU6 = Comenzar un Fuego
AMXSUPER_MENU7 = Cegar una Persona
AMXSUPER_MENU8 = Desarmar a Alguien
AMXSUPER_MENU9 = Transformar a alguien en un Cohete
AMXSUPER_MENU10 = Ultrapegar a un Mal Jugador
AMXSUPER_MENU11 = Revivir un Cliente Muerto
AMXSUPER_MENU12 = Forzar a Alguien a Salir del Juego
AMXSUPER_MENU13 = Drogar a Alguien
AMXSUPER_MENU14 = Intercambiar los Equipos
AMXSUPER_MENU15 = Dar Vida a un Jugador
AMXSUPER_MENU16 = Dar Armadura a un Jugador
AMXSUPER_MENU17 = Apilar Jugadores
AMXSUPER_MENU18 = Enterrar/Desenterrar a Alguien
AMXSUPER_MENU20 = Matar Especialmente a un Jugador
AMXSUPER_MENU21 = Dar a un Jugador GodMode
AMXSUPER_MENU22 = Dar a un Jugador Noclip
AMXSUPER_MENU23 = Dar a un Jugador Super Velocidad
AMXSUPER_MENU24 = Dar a un Jugador Municion Infinita
AMXSUPER_MENU25 = Intercambiar Dos Jugadores
AMXSUPER_MENU26 = Dar/Tomar Dinero
AMXSUPER_MENU27 = Not used. Do not translate
AMXSUPER_MENU28 = Dar a Alguien Mala Punteria
AMXSUPER_MENU29 = Silenciar/Des-silenciar a Alguien
AMXSUPER_NOPARM = Falta un Parametro
AMXSUPER_CURRENT = Valores actuales para %s
AMXSUPER_MINS = %s minutos
AMXSUPER_SECS = %s segundos
AMXSUPER_LOCK = Bloquear Equipo
AMXSUPER_UNLOCK = Desbloquear Equipo
AMXSUPER_ENABLE = Habilitar
AMXSUPER_DISABLE = Deshabilitar
AMXSUPER_TEAMCT = Contra-Terrorista
AMXSUPER_TEAMT = Terrorista
AMXSUPER_TEAMAUTO = Auto Asignar
AMXSUPER_TEAMSPEC = Espectador
AMXSUPER_ALL = Todos
AMXSUPER_EXTEND = %s minutos
AMXSUPER_HEAL = Dar Vida a %s
AMXSUPER_ARMOR = Dar Armadura a %s
AMXSUPER_STACK = # de Jugadores: %d
AMXSUPER_BURY = Enterrar a Alguien
AMXSUPER_UNBURY = Desenterrar a Alguien
AMXSUPER_SLAY1 = Relampago
AMXSUPER_SLAY2 = Sangre
AMXSUPER_SLAY3 = Explotar
AMXSUPER_GOD0 = Desactivado
AMXSUPER_GOD1 = Activado
AMXSUPER_GOD2 = En Cada Ronda
AMXSUPER_GIVE = Dar $%s
AMXSUPER_TAKE = Tomar $%s
AMXSUPER_GAGA = Chat Normal
AMXSUPER_GAGB = Chat de Equipo
AMXSUPER_GAGC = Comunicacion por Voz
AMXSUPER_UNGAG = Des-silenciar Jugador

[nl]
AMXSUPER_MENU0 = AMX Super Menu
AMXSUPER_MENU1 = Zet naar iedereen praten
AMXSUPER_MENU2 = Vergrendel/open een team
AMXSUPER_MENU4 = Verleng Map
AMXSUPER_MENU5 = Zet Gravity
AMXSUPER_MENU6 = Start een shot
AMXSUPER_MENU7 = Verblind iemand
AMXSUPER_MENU8 = Onwapen iemand
AMXSUPER_MENU9 = Verander iemand in een rakket
AMXSUPER_MENU10 = Mega slap een slechte speler
AMXSUPER_MENU11 = Maak een dode tot levend
AMXSUPER_MENU12 = Dwing iemand zijn spel af te sluiten
AMXSUPER_MENU13 = Geef iemand drugs
AMXSUPER_MENU14 = Verwissel Teams
AMXSUPER_MENU15 = Geef een speler Health
AMXSUPER_MENU16 = Geef een speler een armor
AMXSUPER_MENU17 = Stapel Spelers
AMXSUPER_MENU18 = Begraaf/opgraaf iemand
AMXSUPER_MENU20 = Geef een speler een speciale slay
AMXSUPER_MENU21 = Geef een speler godmode
AMXSUPER_MENU22 = Geef een speler noclip
AMXSUPER_MENU23 = Geef een speler veel snelheid
AMXSUPER_MENU24 = Geef iemand onbeperkte ammunitie
AMXSUPER_MENU25 = Verwissel twee spelers van team
AMXSUPER_MENU26 = Geef/Neem geld
AMXSUPER_MENU28 = Geef iemand een slechte aim
AMXSUPER_MENU29 = Iemand laten zwijgen/praten
AMXSUPER_NOPARM = Missende Parameter
AMXSUPER_CURRENT = Huidige waardes voor %s
AMXSUPER_MINS = %s minuten
AMXSUPER_SECS = %s seconden
AMXSUPER_LOCK = Vergrendel een Team
AMXSUPER_UNLOCK = Ontgrendel een Team
AMXSUPER_ENABLE = Laat Toe
AMXSUPER_DISABLE = Niet Toe Laten
AMXSUPER_TEAMCT = Counter-Terroristen
AMXSUPER_TEAMT = Terroristen
AMXSUPER_TEAMAUTO = Automatisch Aanwijzen
AMXSUPER_TEAMSPEC = Spectator
AMXSUPER_ALL = Iedereen
AMXSUPER_EXTEND = %s minuten
AMXSUPER_HEAL = Geef %s HP
AMXSUPER_ARMOR = Geef %s AP
AMXSUPER_STACK = # van spelers: %d
AMXSUPER_BURY = Begraaf iemand
AMXSUPER_UNBURY = Graaf Iemand op
AMXSUPER_SLAY1 = Bliksem
AMXSUPER_SLAY2 = Bloed
AMXSUPER_SLAY3 = Explosie
AMXSUPER_GOD0 = uit
AMXSUPER_GOD1 = aan
AMXSUPER_GOD2 = aan elke ronde
AMXSUPER_GIVE = geef $%s
AMXSUPER_TAKE = neem $%s
AMXSUPER_GAGA = Normale Chat
AMXSUPER_GAGB = Team Chat
AMXSUPER_GAGC = Voicecomm
AMXSUPER_UNGAG = Laat speler spreken

Last edited by Cerobug; 07-21-2008 at 14:26.
Cerobug is offline
YamiKaitou
Has a lovely bunch of coconuts
Join Date: Apr 2006
Location: Texas
Old 07-24-2008 , 19:52   Re: Official AMX Super Menu version 0.7.3
Reply With Quote #126

Quote:
Originally Posted by Rexy PHATsac 420 View Post
does everyone still have the problem that only like half the menu is working? and was wondering when new update is planned to release
I was waiting for someone to tell me which menus are not working and/or give me bug reports. I don't really have the time to bug test this much.

Quote:
Originally Posted by Cerobug View Post
Where do I put the amx_super_menu.txt cause i put in the lang folder and when you type supermenu it just says those and not the english text to show what each one is.

Code:
AMXSUPER_MENU0
AMXSUPER_MENU1
AMXSUPER_MENU2
AMXSUPER_MENU3
AMXSUPER_MENU4
AMXSUPER_MENU5
AMXSUPER_MENU6
AMXSUPER_MENU7
AMXSUPER_MENU8
AMXSUPER_MENU9
AMXSUPER_MENU10
AMXSUPER_MENU11
AMXSUPER_MENU12
AMXSUPER_MENU13
AMXSUPER_MENU14
AMXSUPER_MENU15
AMXSUPER_MENU16
AMXSUPER_MENU17
AMXSUPER_MENU18
AMXSUPER_MENU19
AMXSUPER_MENU20
AMXSUPER_MENU21
AMXSUPER_MENU22
AMXSUPER_MENU23
AMXSUPER_MENU24
AMXSUPER_MENU25
AMXSUPER_MENU26
AMXSUPER_MENU27
AMXSUPER_MENU28
AMXSUPER_MENU29
AMXSUPER_MENU30
but the .txt file says

Code:
[en]
AMXSUPER_MENU0 = AMX Super Menu
AMXSUPER_MENU1 = Set All Talk
AMXSUPER_MENU2 = Lock/Unlock a Team
AMXSUPER_MENU3 = Not used. Do not translate
AMXSUPER_MENU4 = Extend Map
AMXSUPER_MENU5 = Set Gravity
AMXSUPER_MENU6 = Start a Fire
AMXSUPER_MENU7 = Flash a Person
AMXSUPER_MENU8 = Disarm Someone
AMXSUPER_MENU9 = Turn Someone into a Rocket
AMXSUPER_MENU10 = Uberslap a Bad Player
AMXSUPER_MENU11 = Revive a Dead Client
AMXSUPER_MENU12 = Force Someone to Quit
AMXSUPER_MENU13 = Drug Someone
AMXSUPER_MENU14 = Swap the Teams
AMXSUPER_MENU15 = Give a Player Health
AMXSUPER_MENU16 = Give a Player Armor
AMXSUPER_MENU17 = Stack Players
AMXSUPER_MENU18 = Bury/Unbury Someone
AMXSUPER_MENU19 = Not used. Do not translate
AMXSUPER_MENU20 = Special Slay a Player
AMXSUPER_MENU21 = Give a Player GodMode
AMXSUPER_MENU22 = Give a Player Noclip
AMXSUPER_MENU23 = Give Someone Super Speed
AMXSUPER_MENU24 = Give Someone Unlimited Ammo
AMXSUPER_MENU25 = Swap Two Players
AMXSUPER_MENU26 = Give/Take Money
AMXSUPER_MENU27 = Not used. Do not translate
AMXSUPER_MENU28 = Give Someone Bad Aim
AMXSUPER_MENU29 = Gag/Ungag Someone
AMXSUPER_MENU30 = Not used. Do not translate
AMXSUPER_NOPARM = Missing Parameter
AMXSUPER_CURRENT = Current Values for %s
AMXSUPER_MINS = %s minutes
AMXSUPER_SECS = %s seconds
AMXSUPER_LOCK = Lock Team
AMXSUPER_UNLOCK = Unlock Team
AMXSUPER_ENABLE = Enable
AMXSUPER_DISABLE = Disable
AMXSUPER_TEAMCT = Counter-Terrorist
AMXSUPER_TEAMT = Terrorist
AMXSUPER_TEAMAUTO = Auto Assign
AMXSUPER_TEAMSPEC = Spectator
AMXSUPER_ALL = Everyone
AMXSUPER_EXTEND = %s minutes
AMXSUPER_HEAL = Give %s HP
AMXSUPER_ARMOR = Give %s AP
AMXSUPER_STACK = # of Players: %d
AMXSUPER_BURY = Bury Someone
AMXSUPER_UNBURY = Unbury Someone
AMXSUPER_SLAY1 = Lightning
AMXSUPER_SLAY2 = Blood
AMXSUPER_SLAY3 = Explode
AMXSUPER_GOD0 = Off
AMXSUPER_GOD1 = On
AMXSUPER_GOD2 = On Each Round
AMXSUPER_GIVE = Give $%s
AMXSUPER_TAKE = Take $%s
AMXSUPER_GAGA = Normal Chat
AMXSUPER_GAGB = Team Chat
AMXSUPER_GAGC = Voicecomm
AMXSUPER_UNGAG = Ungag Player

[se]
AMXSUPER_MENU0 = AMX Super Meny
AMXSUPER_MENU1 = Set pa All Talk
AMXSUPER_MENU2 = Las/las upp ett lag
AMXSUPER_MENU4 = F'o'rl'a'ng bana
AMXSUPER_MENU5 = S'a'tt gravitation
AMXSUPER_MENU6 = Starta en brand
AMXSUPER_MENU7 = Flasha en spelare
AMXSUPER_MENU8 = Avbev'a'pna en spelare
AMXSUPER_MENU9 = G'o'r spelare till en missil
AMXSUPER_MENU10 = Uberslapa en s'a'mre spelare
AMXSUPER_MENU11 = Aterupliva en d'o'd spelare
AMXSUPER_MENU12 = Tvinga en spelare att avsluta
AMXSUPER_MENU13 = Droga spelare
AMXSUPER_MENU14 = V'a'xla lagen
AMXSUPER_MENU15 = Ge spelaren liv
AMXSUPER_MENU16 = Ge spelaren skydd
AMXSUPER_MENU17 = Stapla spelare
AMXSUPER_MENU18 = Begrav/gr'a'v upp spelare
AMXSUPER_MENU20 = Special Dr'a'p en spelare
AMXSUPER_MENU21 = Ge nan Gud Mode
AMXSUPER_MENU22 = Ge en spelare Noclip
AMXSUPER_MENU23 = Ge spelare super hastighet
AMXSUPER_MENU24 = Ge spelare obegränsad ammunition
AMXSUPER_MENU25 = V'a'xla 2 spelare
AMXSUPER_MENU26 = Ge/Ta pengar
AMXSUPER_MENU27 = Not used. Do not translate
AMXSUPER_MENU28 = Ge spelare s'a'mre sikte
AMXSUPER_MENU29 = Gag/Ungag spelare
AMXSUPER_NOPARM = Missar Parameter
AMXSUPER_CURRENT = Nuvarande v'a'rden f'o'r %s

AMXSUPER_MINS = %s minuter
AMXSUPER_SECS = %s sekunder
AMXSUPER_LOCK = Las lag
AMXSUPER_UNLOCK = Las upp lag
AMXSUPER_ENABLE = Aktivera
AMXSUPER_DISABLE = Avaktivera
AMXSUPER_TEAMCT = Anti-Terrorister
AMXSUPER_TEAMT = Terrorister
AMXSUPER_TEAMAUTO = Automatiskt Val
AMXSUPER_TEAMSPEC = Askadare 
AMXSUPER_ALL = Allihop
AMXSUPER_EXTEND = %s minuter
AMXSUPER_HEAL = Ge %s Liv
AMXSUPER_ARMOR = Give %s Skydd
AMXSUPER_STACK = # av spelare: %d
AMXSUPER_BURY = Begrav spelare
AMXSUPER_UNBURY = Gr'a'vup spelare
AMXSUPER_SLAY1 = Blixtar
AMXSUPER_SLAY2 = Blod
AMXSUPER_SLAY3 = Explosion
AMXSUPER_GOD0 = av
AMXSUPER_GOD1 = pa
AMXSUPER_GOD2 = pa varje runda
AMXSUPER_GIVE = Ge $%s
AMXSUPER_TAKE = Ta $%s
AMXSUPER_GAGA = Normal Chat
AMXSUPER_GAGB = Lag Chat
AMXSUPER_GAGC = Röst kommando
AMXSUPER_UNGAG = Ungag Spelare

[ro]
AMXSUPER_MENU0 = Meniul AMX Super
AMXSUPER_MENU1 = Seteaza pe toti sa vorbeasca
AMXSUPER_MENU2 = Blocheaza/Deblocheaza o Echipa
AMXSUPER_MENU4 = Extinde Harta
AMXSUPER_MENU5 = Seteaza gravitatea
AMXSUPER_MENU6 = Porneste focul
AMXSUPER_MENU7 = Flash-uieste un Jucator
AMXSUPER_MENU8 = Dezarmeaza un Jucator
AMXSUPER_MENU9 = Transforma un Jucator in Racheta
AMXSUPER_MENU10 = Super-palmuieste un Jucator Rau
AMXSUPER_MENU11 = Reinvie un Jucator Mort
AMXSUPER_MENU12 = Forteaza un Jucator sa Iasa
AMXSUPER_MENU13 = Drogheaza un Jucator
AMXSUPER_MENU14 = Schimba Rchipele
AMXSUPER_MENU15 = Acorda unui Jucator Viata
AMXSUPER_MENU16 = Acorda unui Jucator Armura
AMXSUPER_MENU17 = Ingramadeste Jucatorii
AMXSUPER_MENU18 = Ingroapa/Dezgroapa un Jucator
AMXSUPER_MENU20 = Slay special unui Jucator
AMXSUPER_MENU21 = Acorda unui Jucator GodMode
AMXSUPER_MENU22 = Acorda unui Jucator Noclip
AMXSUPER_MENU23 = Acorda unui Jucator Super Speed
AMXSUPER_MENU24 = Acorda unui Jucator Munitie Nelimitata
AMXSUPER_MENU25 = Schimba doi Jucatori
AMXSUPER_MENU26 = Acorda/Scade Bani
AMXSUPER_MENU27 = Not used. Do not translate
AMXSUPER_MENU28 = Da unui Jucator Bad Aim
AMXSUPER_MENU29 = Gag/Ungag un Jucator
AMXSUPER_NOPARM = Parametri de Ratare
AMXSUPER_CURRENT = Valoarea Curenta pentru %s
AMXSUPER_MINS = %s minute
AMXSUPER_SECS = %s secunde
AMXSUPER_LOCK = Blocheaza Echipa
AMXSUPER_UNLOCK = Deblocheaza Echipa
AMXSUPER_ENABLE = Activeaza
AMXSUPER_DISABLE = Dezactiveaza
AMXSUPER_TEAMCT = Counter-Terrorist
AMXSUPER_TEAMT = Terrorist
AMXSUPER_TEAMAUTO = Repartizeaza Automat
AMXSUPER_TEAMSPEC = Spectator
AMXSUPER_ALL = Oricine
AMXSUPER_EXTEND = %s minute
AMXSUPER_HEAL = Acorda %s HP
AMXSUPER_ARMOR = Acorda %s AP
AMXSUPER_STACK = # of Players: %d
AMXSUPER_BURY = Ingroapa un Jucator
AMXSUPER_UNBURY = Dezgroapa un Jucator
AMXSUPER_SLAY1 = Trasnet
AMXSUPER_SLAY2 = Sange
AMXSUPER_SLAY3 = Explodeaza
AMXSUPER_GOD0 = Off
AMXSUPER_GOD1 = On
AMXSUPER_GOD2 = On in Fiecare Runda
AMXSUPER_GIVE = Acorda $%s
AMXSUPER_TAKE = Scade $%s
AMXSUPER_GAGA = Chat Normal
AMXSUPER_GAGB = Chat cu Echipa
AMXSUPER_GAGC = Voicecomm
AMXSUPER_UNGAG = Ungag un Jucator

[lt]
AMXSUPER_MENU0 = AMX Super Meniu
AMXSUPER_MENU1 = Nustatyti Visuotini Pokalbi
AMXSUPER_MENU2 = Uzrakinti/Atrakinti Komanda
AMXSUPER_MENU4 = Pratesti Zemelapi
AMXSUPER_MENU5 = Nustatyti Gravitacija
AMXSUPER_MENU6 = Pradeti Ugni
AMXSUPER_MENU7 = Apakinti Zaideja
AMXSUPER_MENU8 = Nuginkluoti Ka Nors
AMXSUPER_MENU9 = Paversti Ka Nors i Raketa
AMXSUPER_MENU10 = Stipriai Spirti Blogam Zaidejui
AMXSUPER_MENU11 = Atgaivinti Mirusi Klienta
AMXSUPER_MENU12 = Priversti Ka Nors Iseiti
AMXSUPER_MENU13 = Apsvaiginti Ka Nors
AMXSUPER_MENU14 = Sukeisti Komandas
AMXSUPER_MENU15 = Duoti Zaidejui Gyvybiu
AMXSUPER_MENU16 = Duoti Zaidejui Sarvu
AMXSUPER_MENU17 = Sumesti Zaidejus i Kruva
AMXSUPER_MENU18 = Istriginti/Atstriginti Ka Nors
AMXSUPER_MENU20 = Specialiai Nuzudyti Zaideja
AMXSUPER_MENU21 = Duoti Zaidejui Dievo Rezima
AMXSUPER_MENU22 = Duoti Zaidejui Pereinamuma
AMXSUPER_MENU23 = Duoti Kam Nors Super Greiti
AMXSUPER_MENU24 = Duoti Kam Nors Nesibaigiancius Saudmenis
AMXSUPER_MENU25 = Sukeisti Du Zaidejus
AMXSUPER_MENU26 = Duoti/Atimti Pinigu
AMXSUPER_MENU27 = Not used. Do not translate
AMXSUPER_MENU28 = Duoti Kam Nors Bloga Taikluma
AMXSUPER_MENU29 = Uzciaupti/Atciaupti Ka Nors
AMXSUPER_NOPARM = Truksta Parametro
AMXSUPER_CURRENT = Dabartine Verte %s
AMXSUPER_MINS = %s minutes
AMXSUPER_SECS = %s sekundes
AMXSUPER_LOCK = Uzrakinti Komanda
AMXSUPER_UNLOCK = Atrakinti Komanda
AMXSUPER_ENABLE = Ijungti
AMXSUPER_DISABLE = Isjungti
AMXSUPER_TEAMCT = Counter-Terrorist
AMXSUPER_TEAMT = Terrorist
AMXSUPER_TEAMAUTO = Auto Assign
AMXSUPER_TEAMSPEC = Spectator
AMXSUPER_ALL = Visas
AMXSUPER_EXTEND = %s minutems
AMXSUPER_HEAL = Duoti %s HP
AMXSUPER_ARMOR = Duoti %s AP
AMXSUPER_STACK = # is Zaideju: %d
AMXSUPER_BURY = Istriginti Ka Nors
AMXSUPER_UNBURY = Atstriginti Ka Nors
AMXSUPER_SLAY1 = Zaibas
AMXSUPER_SLAY2 = Kraujas
AMXSUPER_SLAY3 = Sprogimas
AMXSUPER_GOD0 = Off
AMXSUPER_GOD1 = On
AMXSUPER_GOD2 = Kiekviename Round'e
AMXSUPER_GIVE = Duoti $%s
AMXSUPER_TAKE = Atimti $%s
AMXSUPER_GAGA = Normalus Pokalbis
AMXSUPER_GAGB = Komandinis Pokalbis
AMXSUPER_GAGC = Balso Susisiekimas
AMXSUPER_UNGAG = Atciaupti Zaideja

[de]
AMXSUPER_MENU0 = AMX Super Menu
AMXSUPER_MENU1 = Stelle Alle Sprechen ein
AMXSUPER_MENU2 = Sperre/Entsperre ein Team
AMXSUPER_MENU4 = Verlaengere Map
AMXSUPER_MENU5 = Stelle Gravitation ein
AMXSUPER_MENU6 = Starte ein Feuer
AMXSUPER_MENU7 = Blende einen Spieler
AMXSUPER_MENU8 = Entwaffne jemanden
AMXSUPER_MENU9 = Verwandle jemanden in eine Rakete
AMXSUPER_MENU10 = Schlage einen schlechten Spieler mehrfach
AMXSUPER_MENU11 = Wiederbelebe einen toten Spieler
AMXSUPER_MENU12 = Zwinge jemanden das Spiel zu verlassen
AMXSUPER_MENU13 = Betaeube jemanden
AMXSUPER_MENU14 = Vertausche die Teams
AMXSUPER_MENU15 = Gib einem Spieler Gesundheit
AMXSUPER_MENU16 = Gib einem Spieler Ruestung
AMXSUPER_MENU17 = Stapel Spieler uebereinander
AMXSUPER_MENU18 = Begrabe / Entgrabe einen Spieler
AMXSUPER_MENU20 = Spezielles toeten eines Spielers
AMXSUPER_MENU21 = Gib einem Spieler den GodModus
AMXSUPER_MENU22 = Lass einen Spieler durch Waende gehen
AMXSUPER_MENU23 = Gib jemandem Super Speed
AMXSUPER_MENU24 = Gib jemandem unendlich viel Munition
AMXSUPER_MENU25 = Tausche zwei Spieler
AMXSUPER_MENU26 = Gib / nimm Geld
AMXSUPER_MENU27 = Nicht benutzt
AMXSUPER_MENU28 = Gib jemandem eine schlechte Genauigkeit
AMXSUPER_MENU29 = Lass jemanden verstummen/reden
AMXSUPER_NOPARM = Fehlender Parameter
AMXSUPER_CURRENT = Aktuelle Werte für %s
AMXSUPER_MINS = %s Minuten
AMXSUPER_SECS = %s Sekunden
AMXSUPER_LOCK = Sperre Team
AMXSUPER_UNLOCK = Entsperre Team
AMXSUPER_ENABLE = Aktiviere
AMXSUPER_DISABLE = Deaktiviere
AMXSUPER_TEAMCT = Counter-Terrorist
AMXSUPER_TEAMT = Terrorist
AMXSUPER_TEAMAUTO = Automatische Auswahl
AMXSUPER_TEAMSPEC = Zuschauer
AMXSUPER_ALL = Alle
AMXSUPER_EXTEND = %s Minuten
AMXSUPER_HEAL = Gib %s HP
AMXSUPER_ARMOR = Gib %s AP
AMXSUPER_STACK = # von Spielern: %d
AMXSUPER_BURY = Begrabe jemanden
AMXSUPER_UNBURY = Entgrabe jemanden
AMXSUPER_SLAY1 = Blitz
AMXSUPER_SLAY2 = Blut
AMXSUPER_SLAY3 = Explodiere
AMXSUPER_GOD0 = Aus
AMXSUPER_GOD1 = An
AMXSUPER_GOD2 = In jeder Runde
AMXSUPER_GIVE = Gib %s Geld
AMXSUPER_TAKE = Nimm %s Geld
AMXSUPER_GAGA = Normaler Chat
AMXSUPER_GAGB = Team Chat
AMXSUPER_GAGC = Sprachbefehl
AMXSUPER_UNGAG = Lass Spieler reden

[1337]
AMXSUPER_MENU0 = 4|v|><  5|_||*3r |v|3|/||_|
AMXSUPER_MENU1 = 537 411 741|<
AMXSUPER_MENU2 = 10(|</|_||/|10(|< 4 734|v|
AMXSUPER_MENU4 = 3><73|/||) |v|4|*
AMXSUPER_MENU5 = 537 6|24|/|7`/
AMXSUPER_MENU6 = 574|27 4 |=||23
AMXSUPER_MENU7 = |=145|-| 4 |*3|250|/|
AMXSUPER_MENU8 = |)|54|2|v| 50|v|3o|/|3
AMXSUPER_MENU9 = 7|_||2|/| 50|v|3o|/|3 ||/|70 4 |*0(|<37
AMXSUPER_MENU10 = |_||33|2514|* 4 |34|) |*14`/3|2
AMXSUPER_MENU11 = |23|/||/3 4 |)34|) (1|3|/|7
AMXSUPER_MENU12 = |=0|2(3 50|v|30|/|3 70 0,|_||7
AMXSUPER_MENU13 = |)|2|_|6 50|v|30|/|3
AMXSUPER_MENU14 = 5|/|/4|* 7|-|3 734|v|5
AMXSUPER_MENU15 = 6||/3 4 |*|4`/3|2 H3417|-|
AMXSUPER_MENU16 = 6||/3 4 |*|4`/3|2 4|*|v|0|2
AMXSUPER_MENU17 = 574(|<  |*|4`/3|25
AMXSUPER_MENU18 = |3|_||2`//|_||/||3|_||2`/  50|v|30|/|3
AMXSUPER_MENU20 = 5|*3(|41  514`/  4  |*14`/3|2
AMXSUPER_MENU21 = 6||/3 4 |*|4`/3|2 60|)|v|0|)3
AMXSUPER_MENU22 = 6||/3 4 |*|4`/3|2 |/|0(1||*
AMXSUPER_MENU23 = 6||/3 50|v|30|/|3 5|_||*3|2 5|*33|)
AMXSUPER_MENU24 = 6||/3 50|v|30|/|3 |_||/|1||v||73|)  4|v||v|0
AMXSUPER_MENU25 = 5|/|/4|* 7|/|/0 |*l4`/3|*5
AMXSUPER_MENU26 = 6||/3/74|<3 |v|0|/|3`/
AMXSUPER_MENU27 = Not used. Do not translate
AMXSUPER_MENU28 = 6||/3 50|v|30|/|3 |34|) 4||v|
AMXSUPER_MENU29 = 646/|_||/|646 50|v|30|/|3
AMXSUPER_NOPARM = |v||55||/|6 |*4|24|v|373|2
AMXSUPER_CURRENT = (|_||2|23|/|7 |/41|_|35 |=0|2 %s
AMXSUPER_MINS = %s |v|||/||_|735
AMXSUPER_SECS = %s 53(0|/||)5
AMXSUPER_LOCK = 10(|< 734|v|
AMXSUPER_UNLOCK = |_||/|10(|< 734|v|
AMXSUPER_ENABLE = 3|/|4|313
AMXSUPER_DISABLE = |)|54|313
AMXSUPER_TEAMCT = (0|_||/|73|*-73|2|20|2|57
AMXSUPER_TEAMT = 73|2|20|2|57
AMXSUPER_TEAMAUTO = 4|_|70 455|6|/|
AMXSUPER_TEAMSPEC = 5|*3(7470|2
AMXSUPER_ALL = 3|/3|2`/0|/|3
AMXSUPER_EXTEND = %s |v|||/||_|735
AMXSUPER_HEAL = 6||/3 %s |-||*
AMXSUPER_ARMOR = 6||/3 %s 4|*
AMXSUPER_STACK = # 0|= |*|4`/3|25: %d
AMXSUPER_BURY = |3|_||2`/ 50|v|30|/|3
AMXSUPER_UNBURY = |_||/||3|_||2`/ 50|v|30|/|3
AMXSUPER_SLAY1 = 1|6|-|7|/|||/|6
AMXSUPER_SLAY2 = |3|00|)
AMXSUPER_SLAY3 = 3><|*l0|)3
AMXSUPER_GOD0 = 0|=|=
AMXSUPER_GOD1 = 0|/|
AMXSUPER_GOD2 = 0|/| 34(|-| |20|_||/||)
AMXSUPER_GIVE = 6||/3 $%s
AMXSUPER_TAKE = 74|<3 $%s
AMXSUPER_GAGA = |/|0|2|v|4l (|-|47
AMXSUPER_GAGB = 734|v| (|-|47
AMXSUPER_GAGC = |/0|(3(0|v||v| 
AMXSUPER_UNGAG = |_||/|646 |*|4`/3|2

[es]
AMXSUPER_MENU0 = Menu de AMX Super
AMXSUPER_MENU1 = Establecer All Talk
AMXSUPER_MENU2 = Bloquear/Desbloquear un Equipo
AMXSUPER_MENU4 = Extender Mapa
AMXSUPER_MENU5 = Establecer Gravedad
AMXSUPER_MENU6 = Comenzar un Fuego
AMXSUPER_MENU7 = Cegar una Persona
AMXSUPER_MENU8 = Desarmar a Alguien
AMXSUPER_MENU9 = Transformar a alguien en un Cohete
AMXSUPER_MENU10 = Ultrapegar a un Mal Jugador
AMXSUPER_MENU11 = Revivir un Cliente Muerto
AMXSUPER_MENU12 = Forzar a Alguien a Salir del Juego
AMXSUPER_MENU13 = Drogar a Alguien
AMXSUPER_MENU14 = Intercambiar los Equipos
AMXSUPER_MENU15 = Dar Vida a un Jugador
AMXSUPER_MENU16 = Dar Armadura a un Jugador
AMXSUPER_MENU17 = Apilar Jugadores
AMXSUPER_MENU18 = Enterrar/Desenterrar a Alguien
AMXSUPER_MENU20 = Matar Especialmente a un Jugador
AMXSUPER_MENU21 = Dar a un Jugador GodMode
AMXSUPER_MENU22 = Dar a un Jugador Noclip
AMXSUPER_MENU23 = Dar a un Jugador Super Velocidad
AMXSUPER_MENU24 = Dar a un Jugador Municion Infinita
AMXSUPER_MENU25 = Intercambiar Dos Jugadores
AMXSUPER_MENU26 = Dar/Tomar Dinero
AMXSUPER_MENU27 = Not used. Do not translate
AMXSUPER_MENU28 = Dar a Alguien Mala Punteria
AMXSUPER_MENU29 = Silenciar/Des-silenciar a Alguien
AMXSUPER_NOPARM = Falta un Parametro
AMXSUPER_CURRENT = Valores actuales para %s
AMXSUPER_MINS = %s minutos
AMXSUPER_SECS = %s segundos
AMXSUPER_LOCK = Bloquear Equipo
AMXSUPER_UNLOCK = Desbloquear Equipo
AMXSUPER_ENABLE = Habilitar
AMXSUPER_DISABLE = Deshabilitar
AMXSUPER_TEAMCT = Contra-Terrorista
AMXSUPER_TEAMT = Terrorista
AMXSUPER_TEAMAUTO = Auto Asignar
AMXSUPER_TEAMSPEC = Espectador
AMXSUPER_ALL = Todos
AMXSUPER_EXTEND = %s minutos
AMXSUPER_HEAL = Dar Vida a %s
AMXSUPER_ARMOR = Dar Armadura a %s
AMXSUPER_STACK = # de Jugadores: %d
AMXSUPER_BURY = Enterrar a Alguien
AMXSUPER_UNBURY = Desenterrar a Alguien
AMXSUPER_SLAY1 = Relampago
AMXSUPER_SLAY2 = Sangre
AMXSUPER_SLAY3 = Explotar
AMXSUPER_GOD0 = Desactivado
AMXSUPER_GOD1 = Activado
AMXSUPER_GOD2 = En Cada Ronda
AMXSUPER_GIVE = Dar $%s
AMXSUPER_TAKE = Tomar $%s
AMXSUPER_GAGA = Chat Normal
AMXSUPER_GAGB = Chat de Equipo
AMXSUPER_GAGC = Comunicacion por Voz
AMXSUPER_UNGAG = Des-silenciar Jugador

[nl]
AMXSUPER_MENU0 = AMX Super Menu
AMXSUPER_MENU1 = Zet naar iedereen praten
AMXSUPER_MENU2 = Vergrendel/open een team
AMXSUPER_MENU4 = Verleng Map
AMXSUPER_MENU5 = Zet Gravity
AMXSUPER_MENU6 = Start een shot
AMXSUPER_MENU7 = Verblind iemand
AMXSUPER_MENU8 = Onwapen iemand
AMXSUPER_MENU9 = Verander iemand in een rakket
AMXSUPER_MENU10 = Mega slap een slechte speler
AMXSUPER_MENU11 = Maak een dode tot levend
AMXSUPER_MENU12 = Dwing iemand zijn spel af te sluiten
AMXSUPER_MENU13 = Geef iemand drugs
AMXSUPER_MENU14 = Verwissel Teams
AMXSUPER_MENU15 = Geef een speler Health
AMXSUPER_MENU16 = Geef een speler een armor
AMXSUPER_MENU17 = Stapel Spelers
AMXSUPER_MENU18 = Begraaf/opgraaf iemand
AMXSUPER_MENU20 = Geef een speler een speciale slay
AMXSUPER_MENU21 = Geef een speler godmode
AMXSUPER_MENU22 = Geef een speler noclip
AMXSUPER_MENU23 = Geef een speler veel snelheid
AMXSUPER_MENU24 = Geef iemand onbeperkte ammunitie
AMXSUPER_MENU25 = Verwissel twee spelers van team
AMXSUPER_MENU26 = Geef/Neem geld
AMXSUPER_MENU28 = Geef iemand een slechte aim
AMXSUPER_MENU29 = Iemand laten zwijgen/praten
AMXSUPER_NOPARM = Missende Parameter
AMXSUPER_CURRENT = Huidige waardes voor %s
AMXSUPER_MINS = %s minuten
AMXSUPER_SECS = %s seconden
AMXSUPER_LOCK = Vergrendel een Team
AMXSUPER_UNLOCK = Ontgrendel een Team
AMXSUPER_ENABLE = Laat Toe
AMXSUPER_DISABLE = Niet Toe Laten
AMXSUPER_TEAMCT = Counter-Terroristen
AMXSUPER_TEAMT = Terroristen
AMXSUPER_TEAMAUTO = Automatisch Aanwijzen
AMXSUPER_TEAMSPEC = Spectator
AMXSUPER_ALL = Iedereen
AMXSUPER_EXTEND = %s minuten
AMXSUPER_HEAL = Geef %s HP
AMXSUPER_ARMOR = Geef %s AP
AMXSUPER_STACK = # van spelers: %d
AMXSUPER_BURY = Begraaf iemand
AMXSUPER_UNBURY = Graaf Iemand op
AMXSUPER_SLAY1 = Bliksem
AMXSUPER_SLAY2 = Bloed
AMXSUPER_SLAY3 = Explosie
AMXSUPER_GOD0 = uit
AMXSUPER_GOD1 = aan
AMXSUPER_GOD2 = aan elke ronde
AMXSUPER_GIVE = geef $%s
AMXSUPER_TAKE = neem $%s
AMXSUPER_GAGA = Normale Chat
AMXSUPER_GAGB = Team Chat
AMXSUPER_GAGC = Voicecomm
AMXSUPER_UNGAG = Laat speler spreken
It goes in the amxmodx/data/lang folder. What language is the server and the client set to? Give me the 2/3 letter country code, not the name of the language.
__________________
ProjectYami Laboratories

I do not browse the forums regularly anymore. If you need me for anything (asking questions or anything else), then PM me (be descriptive in your PM, message containing only a link to a thread will be ignored).
YamiKaitou is offline
whosyourdaddy
Senior Member
Join Date: Apr 2008
Old 07-27-2008 , 18:20   Re: Official AMX Super Menu version 0.7.3
Reply With Quote #127

does this version work with 4.0?
whosyourdaddy is offline
bmann_420
AMX_Super Pooper
Join Date: Jan 2005
Location: [SuperCentral.co]
Old 07-27-2008 , 19:19   Re: Official AMX Super Menu version 0.7.3
Reply With Quote #128

It works better with 4.0
__________________
bmann_420 is offline
terry0412x
Member
Join Date: Feb 2007
Old 07-30-2008 , 06:35   Re: Official AMX Super Menu version 0.7.3
Reply With Quote #129

I've tried to run this.. Yes I have AMX Super up and working in my server. My only error that comes in amxx plugins:
Quote:
( 28 ) Load fails: Invalid Plugin (plugin "amx_super_menu.amxx")
I got the .amxx from the .amxx download, and I got the file in data/lang also. I simply don't know the problem.

Btw it's a bad load, also.



EDIT: GOT IT TO WORK! Do NOT download it from the second download link with the SMA! If you're going to only download the AMXX, STICK WITH THE THIRD ATTACHMENT.

Last edited by terry0412x; 07-30-2008 at 06:41.
terry0412x is offline
bmann_420
AMX_Super Pooper
Join Date: Jan 2005
Location: [SuperCentral.co]
Old 07-30-2008 , 10:16   Re: Official AMX Super Menu version 0.7.3
Reply With Quote #130

The first is the txt file needed
The second is the source
The third is the compiled version

The send and third are the same, Yami just compiled it for you is all in the third post
__________________
bmann_420 is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 07:28.


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