搜索
查看: 6027|回复: 11

求汉化AMX_super 3.7的配置文件!

[复制链接]
发表于 2008-4-7 08:58:41 | 显示全部楼层 |阅读模式 来自 中国–黑龙江–七台河
// AMX Super Configuration
//
// File location: addons/amxmodx/configs/amx_super.cfg
//
// Settings are loaded on every mapchange
// from this cfg file
// Version 3.7

echo [AMX Super] AMX_Super.cfg has been executed

//////////////////
// AMX Super Cvars  [Values: 0 = Disabled | 1 = Enabled] (Defaults)
//////////////////
// General Cvars
//////////////////

amx_deadchat 1                   // 当关闭ALLTALK的情况下死人可以和活人用语音说话
amx_revivemsg 1                   // 当有人进入服务器时显示信息
amx_loadsong 1                   // 当有人进入服务器时播放音乐
amx_adminlisten 1                      // OP可看所有人聊天
amx_flashsound 1                      // 当使用amx_flash时播放音乐
bullet_damage 1                   // 击中时显示伤害
allow_catchfire 1                      // Enable/Disable people to catch other people on fire with amx_fire
amx_admin_check 1                   // 启用 say /admin(s) 可查看管理员信息

// 声音修复
--
amx_soundfix 1                      // Enable/Disable the echo sound fix plugin to fix echoes automatically.
amx_soundfix_pallow 1           // Enable/Disable players to be able to use /fixsound to fix echoes.


// Bomb Transfer
--
afk_bombtransfer_spawn 7   // Maximum allowed AFK time for the bomb carrier from Spawn Only
afk_bombtransfer_time 15   // Maximum allowed AFK time for the bomb carrier from any AFK any time


// C4 Timer
--
amx_showc4timer 3            // <0|1|3> - Off | T's only | CT's only | ALL
amx_showc4flash 0                      // <0|1> - Sprite flashing
amx_showc4sprite 1           // <0|1> - Choose from 2 sprites
amx_showc4msg 0                   // <0|1> - Shows a hud message about the timer


// Stats Marquee
--
stats_marquee 0                   // Enable/Disable the stats marquee option
amx_marqplayeramount 40    // Amount of top players that will be shown
amx_marqvertlocation 2     // Where the marquee will appear (1 = top, 2 = bottom)
amx_marqfulltime 600.0     // Amount of seconds in between each time the stat marquee loops
amx_marqtimebetween 6.0    // Amount of seconds each player is individually shown before the next player is shown


// Join Leave Messages
--
amx_join_leave 1                      // Enable/Disable the join/leave messages
amx_leavemessage_enable 1  // Enable/Disable the Leave Message

// The actual messages
// %name% = Users Name, %rankpos% = Users Current Rank, \n = New line

amx_enter_message "%name% has joined!\nEnjoy the Server!\nCurrent Ranking is %rankpos%"
amx_leave_message "%name% has left!\nHope to see you back sometime."


// Spawn Protection
--
sv_sp 1                               // Cvar (Command Variable) for the plugin 1=on 0=off
sv_sptime 2                    // Cvar for controlling the message time (1-10 seconds), default 5
sv_spmessage 0                    // Cvar for controlling the message 1=on 0=off
sv_spshellthick 25            // Cvar for controlling the glow shell thickness 0-100, default 25
sv_spglow 0                    // Cvar for controlling if glow is enabled or disabled, 0 disables glow


//Badaim
--
amx_autobantimed 1           //Set whether or not to auto ban someone if they get a kill while under a timed bad aim. (default 1; 1|0)
amx_autobanall 1                 //"Get a kill under " either type of bad aim. (default 1; 1|0)
amx_ba_follow_immunity 1   //Set whether or not bad aim follows immunity rules for admins. (default 1; 1|0)



//////////////////
// AMX Super Add-on Cvars   (Defaults)
//////////////////
// General Cvars
//////////////////

// High Ping Kicker Cvars
--
amx_hpk_on 1                    // Turn the High Ping Kicker on or off
amx_hpk_ping 200                      // Highest ping a player is allowed to have
amx_hpk_check 12                      // Seconds between checking a players ping
amx_hpk_tests 5                 // Number of times a player's ping is checked before kicking
amx_hpk_delay 60                      // Seconds before starting ping checks after a player joins
amx_hpk_immunity 1           // Enable/Disable Immunity Checks by the plugin
 楼主| 发表于 2008-4-7 09:00:19 | 显示全部楼层 来自 中国–黑龙江–七台河

回复: 求汉化AMX_super 3.7的配置文件!

AMX Super Moderation Team
(They run the this Shindig)
Bmann_420, vvg125, Yamikaitou

---------------------------

(Plugin Support/Main References)
Twilight Suzuka (FM Conversion)
Bo0m!, Deviance, Exolent,
BigBaller, JTP10181, Iceman (clan member),
f117bomb, XxAvalanchexX, VEN, Sether
and all the fine users of this plugin.
Well here we finally have the new AMX Super! It has been completely rewritten to make it much more efficient than before (3.0 and up).
Also we have some new plugin additions! Read below for more information!
====================================

Installing:

Note: You need at least AMXX 1.8 to run AMX Super
Download the plugin below
Place amx_super.amxx in your server's addons/amxmodx/plugins folder
Place Amx_Super.txt in your server's addons/amxmodx/data/lang folder
Open plugins.ini found in addons/amxmodx/configs
Add the following line at the bottom of the file: amx_super.amxx
Save and close plugins.ini
Restart your server or change the map
Done!
Support -(If having trouble Installing)
Please post the output of amxx modules & amxx plugins from a console (hlsw) or amx_plugins & amx_modules In a new thread and please read through other threads to see if your problem has been fixed.
And PLEASE read the FAQ for Troubleshooting before posting.


Also check out Support at #amx_super on IRC in irc.Gamesurge.net
====================================

Plugins Included:

Good/Fun
ADMIN HEAL v0.9.3 by f117bomb, revised by JTP10181 -- Gives health to players.
ADMIN ARMOR v1.0 by JTP10181 -- Gives armor to players.
ADMIN REVIVE II v0.1 by SniperBeamer, revised by Bo0m! -- Revives dead players.
ADMIN NOCLIP v1.0 by Bo0m! -- Gives players noclip.
ADMIN GODMODE v1.0 by Bo0m! -- Give players godmode.
ADMIN TELEPORT v0.9.3 by f117bomb, revised by JTP10181-- Teleport to a certain spot x y z
ADMIN STACK v0.9.3 by f117bomb -- Stacks all players on someone's head.
ADMIN ALLTALK v1.0 by BigBaller -- Sets alltalk.
ADMIN GRAVITY v0.2 by JustinHoMi -- Sets gravity.
ADMIN MONEY v1.0 by XxAvalanchexX with additions from Bo0m! -- Gives (or takes) money from players.
ADMIN WEAPON II Build 6.5 by SniperBeamer\Girthesniper\Meatwad, revised by Bo0m! -- Gives players weapons.
ADMIN AMMO v1.0 by V3x, revised by Doombringer/Deviance -- Give/Take Unlimited Ammo
ADMIN SPEED vv1.0 by X-olent (Turbo)
ADMIN Glow vv1.1 by Remo Williams Rewritten by X-olent

Bad/Management
ADMIN BURY v0.9.3 by f117bomb, revised by Bo0m! -- Buries players in the ground.
ADMIN DISARM v1.1 by mike_cao, revised by Bo0m! -- Strips players of their weapons.
ADMIN UBER SLAP v0.9.3 by BarMan (Skullz.NET) -- Slaps players through the air until they have 1 health (and probably die from a fall).
ADMIN SLAY 2 v0.9.3 by f117bomb, revised by JTP10181 -- Like slay, only with special effects!
ADMIN ROCKET v1.3 by f117bomb, revised by JTP10181 -- Turns players into rockets!
ADMIN FIRE v1.0.0 by f117bomb -- Sets players on fire!
ADMIN QUIT v1.0 by Bo0m! -- Forces players to close their game.
ADMIN GAG v1.8.3 by EKS -- Gags players from speaking or using the voicecomm.
ADMIN FLASH v1.0 by AssKicR, rewritten by Bo0m! -- Flashbangs players.
ADMIN DRUG v1.0 by X-olent -Pretty obvious, gives them drugs
ADMIN BAD AIM 1.3 by Twistedeuphoria -Gives players extremely bad aim for checking for hacks, and has the ability to perma ban them
ADMIN TEAM LOCK v1.3 by Bmann_420, revised by Doombringer/Deviance -- Allows teams to be locked
ADMIN TRANSFER v1.0 by Deviance -- Transfer players to diff teams, swap teams, and swap players
ADMIN EXEC 2 v0.3 by v3x -- Executes commands on players.

Server
ADMIN STATUS by Zor -- Shows detailed player information in a MOTD window.
ADMIN SERVER PASSWORD v1.0 by Sparky911 -- Sets a server password.
ADMIN SERVER SHUTDOWN/RECONNECT v1.0 by Remo Williams, revised by Bo0m! -- Shuts off the server and makes players reconnect for quick fixes.
ADMIN CHECK v1.15 by OneEyed -- Type /admin to see what admins are in the server
ADMIN MAP EXTEND v1.1 by JSauce -- amx_extend the current map
ADMIN LISTEN v2.3 by Psychoguard, rewritten by Maxim and ported by Oj@eKiLLzZz deb/urandom
ADMIN VOCOM v1.3 by toazron1 Revised by X-olent
CHANGE TO SPEC AND BACK v1.0 Origional code by Regalis, Revised by Exolent
ENTER/LEAVE MESSAGES v1.0 by by [Kindzhon] China Revised by Bmann_420 and X-olent
DAMAGE DONE v0.4 by Manip, revised by JTP10181 and Vittu -- Shows how much damage you did to enemies by your crosshair.
DEAD CHAT v2.1 by SuicideDog -- Talk to the other team via voicecomm while dead.
LOADING SOUNDS v1.0 by [OSA]Odin/White Panther -- Plays music as players connect.
SPECTATOR BUG FIX v1.0 by ]FUSION[ Gray Death -- Fixes the bug when ducking and being killed.
"SHOWNDEAD" SCOREBOARD FIX v0.9.4 by EJ/Vantage/Mouse -- Fixes connecting players from showing up on a team.
FIX ECHO SOUNDS v1.0 by Throstur -- Fixes echo sounds on some maps.
AFK BOMB TRANSFER v1.4 by VEN, revised by Doombringer/Deviance-- Transfers the Bomb to another player if AFK
C4 TIMER v1.1 by Cheat_Suit
STATS MARQUEE v1.2 by Travo
SPAWN PROTECTION v7.1 by Peli Revised for Glow On/Off by KaszpiR Some code change by Bmann_420




====================================

Commands and Usage:

Client Commands:

say /alltalk - Shows the current alltalk setting
say /gravity - Shows the current gravity
say /fixsound - Fixes echo sounds
say /admin(s) - Shows how many admins in the server and the names of the admins
say /spec - brings you to spec with no kill
say /unspec - brings you back into the game when the round begins

Admin Commands:
Good/Fun

amx_glow <nick, #userid, authid, or @team/@all> <color> (or) <rrr> <ggg> <bbb> <aaa> -- lasts 1 round")
amx_glow2 <nick, #userid, authid, or @team/@all> <color> (or) <rrr> <ggg> <bbb> <aaa> -- lasts forever")
amx_glowcolors (Shows all the colors you can use. 30 of em!)
amx_givemoney <nick, #userid or authid> <amount>
amx_takemoney <nick, #userid or authid> <amount>
amx_godmode <nick, #userid or @team> [0|1|2] - 0=OFF 1=ON 2=ON + ON EACH ROUND
amx_noclip <nick, #userid, authid or @team> [0|1|2] - 0=OFF 1=ON 2=ON + ON EACH ROUND
amx_weapon <nick, #userid, authid or @team> <weapon #>
amx_revive <nick, #userid, authid or @team>
amx_speed <nick> [0|1]
amx_slay2 <nick, #userid, authid or @team> [1-Lightning|2-Blood|3-Explode]
amx_rocket <nick, #userid, authid or @team>
amx_fire <nick, #userid or authid>
amx_uberslap <nick, #userid or authid>
amx_heal <nick, #userid, authid or @team> <HP to give>
amx_armor <nick, #userid, authid or @team> <armor to give>
amx_stack <nick, #userid or authid> [0|1|2]

Bad/Management

amx_team (same as amx_transfer just easier to use with / command)
Bind +adminvoice (admin voice comm)
amx_sptime <1 through 10 to set Spawn Protection time>
amx_spmessage <1 = Turn Spawn Protection Message on , 0 = Turn Spawn Protection message off>
amx_spshellthickness <1 through 100 to set Glow Shellthickness>
amx_spglow <1 = turn on glow, 0 =turn off glow>
amx_drug <nick> (Drugs the player for a minute or so)
amx_badaim <player> <On/off or length of time: 1|0|time> <Save?: 1|0>: Turn on/off bad aim on a player.
amx_flash <nick, #userid, authid or @team> - Flashes players
amx_lock <CT/T/Auto/Spec> - Locks selected team
amx_unlock <CT/T/Auto/Spec> - Unlocks selected team
amx_transfer <name> <CT/T/Spec> Transfers that player to the specified team
amx_swap <name 1> <name 2> Swaps two players with eachother
amx_teamswap - Swaps two teams with eachother
amx_unammo <nick, #userid or @team> [0|1] - 0=OFF 1=ON
amx_quit <nick, #userid, authid or @team>
amx_gag <nick, #userid or authid> <a|b|c> <time> - Flags: a = Normal Chat | b = Team Chat | c = Voicecomm
amx_ungag <nick, #userid or authid>
amx_bury <nick, #userid, authid or @team>
amx_unbury <nick, #userid, authid or @team>
amx_disarm <nick, #userid, authid or @team>

Server

amx_extend <added time to extend> : ex. 5, if you want to extend it five more minutes.
amx_shutdown - Shuts down the server -With most servers its a restart command, since they auto restart
amx_exec <nick or @team> <command>
amx_pass <server password>
amx_nopass - Removes the server password
amx_status - Shows a detailed list of info on players
amx_alltalk [1 = ON | 0 = OFF]
amx_gravity <gravity #>
soundfix

Cvars:

All Cvars and Descriptions are in the .cfg file located in the .zip - I have made Description also ->Descriptions of Cvars

AMX Super Extensions:
High Ping Kicker
Admin Slash
Links:
Binding your weapon command for using multiple weapon (combos) with weapon numbers
AMX Super Multilingual Translation Thread
AMXX Addon Stats Page for AMX Super
SVN Repository (Older/current versions of AMX Super)

Changelog
Multilingual:
Spanish - by Juba_PornBorn
Swedish - by Mateo10
Dutch - by Xel0z
German - by ExKiLL
Chinese - by 飞鹰007
Slovak - by Sage.SU
Brazilian-Portuguese - by danielkza
French - by CrABe
Current Version: 3.8.1

WARNING: YOU MUST COMPILE THIS LOCALLY. IT WILL NOT COMPILE USING THE WEB COMPILER. IF YOU DO NOT KNOW HOW TO COMPILE LOCALLY, LOOK AT THE DOCS. IF YOU DO NOT WANT TO COMPILE IT, THERE IS A PRE-COMPILED VERSION IN THE ZIP ARCHIVE FOR THOSE WHO WOULD LIKE IT
回复

使用道具 举报

 楼主| 发表于 2008-4-7 09:01:13 | 显示全部楼层 来自 中国–黑龙江–七台河

回复: 求汉化AMX_super 3.7的配置文件!

回复

使用道具 举报

发表于 2008-4-7 12:27:08 | 显示全部楼层 来自 中国–甘肃–兰州

回复: 求汉化AMX_super 3.7的配置文件!

最新版本为v3.8.1,里面的amx_super.txt语言文件的信息量是惊人的庞大啊,莫非你汉化好了语言文件,只差配置文件没汉化?
回复

使用道具 举报

 楼主| 发表于 2008-4-7 12:53:34 | 显示全部楼层 来自 中国–黑龙江–七台河

回复: 求汉化AMX_super 3.7的配置文件!

我装在CS1.5上了,汉化语言文件也没用!
回复

使用道具 举报

发表于 2008-4-7 14:26:48 | 显示全部楼层 来自 中国–浙江–嘉兴–海宁市

回复: 求汉化AMX_super 3.7的配置文件!

这什么插件啊,粗看一下,好些插件的功能他都有了啊!
回复

使用道具 举报

发表于 2008-4-7 14:46:50 | 显示全部楼层 来自 中国–广东–深圳–福田区

回复: 求汉化AMX_super 3.7的配置文件!

[cn]
AMX_SUPER_HEAL_TEAM_CASE2 = [AMXX] 管理员 %s 增加 %d 血量至 %s 玩家
AMX_SUPER_HEAL_TEAM_CASE1 = [AMXX] 管理员增加 %d 血量至 %s 玩家
AMX_SUPER_HEAL_PLAYER_CASE2 = [AMXX] 管理员 %s 增加 %s 的血量为 %d
AMX_SUPER_HEAL_PLAYER_CASE1 = [AMXX] 管理员增加 %s 的血量为 %d
AMX_SUPER_HEAL_TEAM_LOG = [AMX_Super] 补给: ^"%s<%s>^" 为 ^"%s^" 补充了 %d 血量值
AMX_SUPER_HEAL_PLAYER_LOG = [AMX_Super] 补给: ^"%s<%s>^" 贡献了 %d 血量值至 ^"%s<%s>^"
AMX_SUPER_HEAL_TEAM_MSG = [AMXX] 增加 %d 血量值至 %s
AMX_SUPER_HEAL_PLAYER_MSG = [AMXX] 增加 %d 血量值至 %s
AMX_SUPER_ARMOR_TEAM_CASE2 = [AMXX] 管理员增加 %d 盔甲至 %s 玩家
AMX_SUPER_ARMOR_TEAM_CASE1 = [AMXX] 管理员增加 %d 盔甲至 %s 玩家
AMX_SUPER_ARMOR_PLAYER_CASE2 = [AMXX] 管理员 %s 增加 %d 盔甲至 %s
AMX_SUPER_ARMOR_PLAYER_CASE1 = [AMXX] 管理员 增加 %d 盔甲至 %s
AMX_SUPER_ARMOR_TEAM_LOG = [AMX_Super] 盔甲: ^"%s<%s>^" 增加 %d 盔甲至 ^"%s^" 玩家
AMX_SUPER_ARMOR_PLAYER_LOG = [AMX_Super] 盔甲: ^"%s<%s>^" 增加 %d 盔甲至 ^"%s<%s>^"
AMX_SUPER_ARMOR_TEAM_MSG = [AMXX] 增加 %d 盔甲至 %s 玩家
AMX_SUPER_ARMOR_PLAYER_MSG = [AMXX] 增加 %d 盔甲至 %s
AMX_SUPER_STACK_PLAYER_CASE2 = [AMXX] 管理员 %s 堆积所有玩家至 %s
AMX_SUPER_STACK_PLAYER_CASE1 = [AMXX] 管理员 堆积所有玩家至 %s
AMX_SUPER_STACK_PLAYER_LOG = [AMX_Super] 堆: ^"%s<%s>^" 堆积所有玩家至 ^"%s<%s>^"
AMX_SUPER_STACK_PLAYER_MSG = [AMXX] 堆积所有玩家至 %s
AMX_SUPER_ALLTALK_STATUS = [AMXX] sv_alltalk 是 ^"%d^"
AMX_SUPER_ALLTALK_SET_CASE2 = [AMXX] 管理员 %s 设置 sv_alltalk 为 ^"%s^"
AMX_SUPER_ALLTALK_SET_CASE1 = [AMXX] 管理员设置 sv_alltalk 为 ^"%s^"
AMX_SUPER_ALLTALK_LOG = [AMX_Super] ALLTALK: ^"%s<%s>^" 设置 sv_alltalk 为 ^"%s^"
AMX_SUPER_ALLTALK_MSG = [AMXX] Alltalk 已经被设置为 ^"%s^"
AMX_SUPER_GRAVITY_STATUS = [AMXX] sv_ gravity 是 ^"%d^"
AMX_SUPER_GRAVITY_SET_CASE2 = [AMXX] 管理员 %s 设置重力为 ^"%s^"
AMX_SUPER_GRAVITY_SET_CASE1 = [AMXX] 管理员 设置重力为 ^"%s^"
AMX_SUPER_GRAVITY_LOG = [AMX_Super] 重力: ^"%s<%s>^" 设置 sv_ gravity 为 ^"%s^"
AMX_SUPER_GRAVITY_MSG = [AMXX] 重力已经被设置为 ^"%s^"
AMX_SUPER_GRAVITY_CHECK = [AMXX] 重力设置在 %i
AMX_SUPER_BURY_TEAM_CASE2 = [AMXX] 管理员 %s 土埋 %s 玩家
AMX_SUPER_BURY_TEAM_CASE1 = [AMXX] 管理员 土埋 %s 玩家
AMX_SUPER_BURY_PLAYER_CASE2 = [AMXX] 管理员 %s 土埋 %s
AMX_SUPER_BURY_PLAYER_CASE1 = [AMXX] 管理员 土埋 %s
AMX_SUPER_UNBURY_TEAM_CASE2 = [AMXX] 管理员 %s 已解除土埋 %s 玩家
AMX_SUPER_UNBURY_TEAM_CASE1 = [AMXX] 管理员 已解除土埋 %s 玩家
AMX_SUPER_UNBURY_PLAYER_CASE2 = [AMXX] 管理员 %s 已解除土埋 %s
AMX_SUPER_UNBURY_PLAYER_CASE1 = [AMXX] 管理员 已解除土埋 %s
AMX_SUPER_UNBURY_TEAM_LOG = [AMX_Super] 土埋: ^"%s<%s>^" 已解除土埋 ^"%s^" 玩家
AMX_SUPER_UNBURY_PLAYER_LOG = [AMX_Super] 解除土埋: ^"%s<%s>^" 已解除土埋 ^"%s<%s>^"
AMX_SUPER_BURY_PLAYER_LOG = [AMX_Super] 土埋: ^"%s<%s>^" 土埋 ^"%s<%s>^"
AMX_SUPER_BURY_TEAM_LOG = [AMX_Super] 土埋: ^"%s<%s>^" 土埋 ^"%s^" 玩家
AMX_SUPER_BURY_MSG = [AMXX] 玩家 %s 已经被土埋
AMX_SUPER_UNBURY_MSG = [AMXX] 玩家 %s 已经被解除土埋
AMX_SUPER_DISARM_TEAM_CASE2 = [AMXX] 管理员 %s 已经解除了 %s 玩家的武装
AMX_SUPER_DISARM_TEAM_CASE1 = [AMXX] 管理员 已经解除了 %s 玩家 的武装
AMX_SUPER_DISARM_PLAYER_CASE2 = [AMXX] 管理员 %s 已经解除了 %s 的武装
AMX_SUPER_DISARM_PLAYER_CASE1 = [AMXX] 管理员 已经解除了 %s 的武装
AMX_SUPER_DISARM_TEAM_LOG = [AMX_Super] 解除: ^"%s<%s>^" 已经解除了 ^"%s^" 玩家的武装
AMX_SUPER_DISARM_PLAYER_LOG = [AMX_Super] 解除: ^"%s<%s>^" 已经解除了 ^"%s<%s>^"的武装
AMX_SUPER_DISARM_MSG = [AMXX] 玩家 %s 的武装已经被解除
AMX_SUPER_SLAY2_TEAM_CASE2 = [AMXX] 管理员 %s 处死 %s 玩家
AMX_SUPER_SLAY2_TEAM_CASE1 = [AMXX] 管理员 处死 %s 玩家
AMX_SUPER_SLAY2_PLAYER_CASE2 = [AMXX] 管理员 %s 处死 %s
AMX_SUPER_SLAY2_PLAYER_CASE1 = [AMXX] 管理员 处死 %s
AMX_SUPER_SLAY2_TEAM_LOG = [AMX_Super] 处死2: ^"%s<%s>^" 处死 ^"%s^" 玩家
AMX_SUPER_SLAY2_PLAYER_LOG = [AMX_Super] 处死2: ^"%s<%s>^" 处死 ^"%s<%s>^"
AMX_SUPER_SLAY2_TEAM_MSG = [AMXX] 处死 %s 玩家
AMX_SUPER_SLAY2_PLAYER_MSG = [AMXX] 处死 %s
AMX_SUPER_FIRE_TEAM_CASE2 = [AMXX] 管理员 %s 设置 %s 玩家 被火烧
AMX_SUPER_FIRE_TEAM_CASE1 = [AMXX] 管理员 设置 %s 玩家 被火烧
AMX_SUPER_FIRE_PLAYER_CASE2 = [AMXX] 管理员 %s 设置 %s 被火烧.
AMX_SUPER_FIRE_PLAYER_CASE1 = [AMXX] 管理员 设置 %s 被火烧.
AMX_SUPER_FIRE_TEAM_LOG = [AMX_Super] 火烧: ^"%s<%s>^" 设置火烧至 ^"%s^" 玩家
AMX_SUPER_FIRE_PLAYER_LOG = [AMX_Super] 火烧: ^"%s<%s>^" 设置火烧至 ^"%s<%s>^"
AMX_SUPER_FIRE_TEAM_MSG = [AMXX] 设置 %s 玩家被火烧
AMX_SUPER_FIRE_PLAYER_MSG = [AMXX] 设置 %s 被火烧
AMX_SUPER_FIRE_SPREAD = * [AMXX] OH! NO! %s 已经设置 %s 被火烧!
AMX_SUPER_ROCKET_TEAM_CASE2 = [AMXX] 管理员 %s 对 %s 玩家放火箭
AMX_SUPER_ROCKET_TEAM_CASE1 = [AMXX] 管理员 对%s 玩家放火箭
AMX_SUPER_ROCKET_PLAYER_CASE2 = [AMXX] 管理员 %s 对 %s放火箭
AMX_SUPER_ROCKET_PLAYER_CASE1 = [AMXX] 管理员 对 %s放火箭
AMX_SUPER_ROCKET_TEAM_LOG = [AMX_Super] 火箭: ^"%s<%s>^" 对 ^"%s^" 玩家放火箭
AMX_SUPER_ROCKET_PLAYER_LOG = [AMX_Super] 火箭: ^"%s<%s>^" 对^"%s<%s>^"放火箭
AMX_SUPER_ROCKET_TEAM_MSG = [AMXX] 对 %s 放火箭
AMX_SUPER_ROCKET_PLAYER_MSG = [AMXX] 对%s放火箭
AMX_SUPER_UBERSLAP_TEAM_CASE2 = [AMXX] 管理员 %s uberslapped %s 玩家
AMX_SUPER_UBERSLAP_TEAM_CASE1 = [AMXX] 管理员 uberslapped %s 玩家
AMX_SUPER_UBERSLAP_PLAYER_CASE2 = [AMXX] 管理员 %s uberslapped %s
AMX_SUPER_UBERSLAP_PLAYER_CASE1 = [AMXX] 管理员 uberslapped %s
AMX_SUPER_UBERSLAP_TEAM_LOG = [AMX_Super] UBERSLAP: ^"%s<%s>^" uberslapped ^"%s^" 玩家
AMX_SUPER_UBERSLAP_PLAYER_LOG = [AMX_Super] UBERSLAP: ^"%s<%s>^" uberslapped ^"%s<%s>^"
AMX_SUPER_UBERSLAP_TEAM_MSG = [AMXX] Uberslapped %s 玩家
AMX_SUPER_UBERSLAP_PLAYER_MSG = [AMXX] Uberslapped %s
AMX_SUPER_EXEC_ALL_CASE2 = [AMXX] 管理员 %s 使用了指令 ^"%s^" 至每个人
AMX_SUPER_EXEC_ALL_CASE1 = [AMXX] 管理员 使用了指令 ^"%s^" 至每个人
AMX_SUPER_EXEC_TEAM_CASE2 = [AMXX] 管理员 %s 使用了指令 ^"%s^" 至 %s 玩家
AMX_SUPER_EXEC_TEAM_CASE1 = [AMXX] 管理员 使用了指令 ^"%s^" 至 %s 玩家
AMX_SUPER_EXEC_PLAYER_CASE2 = [AMXX] 管理员 %s 使用了指令 ^"%s^" 至 %s!
AMX_SUPER_EXEC_PLAYER_CASE1 = [AMXX] 管理员 使用了指令 ^"%s^" 至 %s!
AMX_SUPER_EXEC_ALL_LOG = [AMX_Super] 执行: ^"%s<%s>^" 在所有玩家身上执行 ^"%s^"
AMX_SUPER_EXEC_TEAM_LOG = [AMX_Super] 执行: ^"%s<%s>^" 在所有玩家身上执行 ^"%s^"
AMX_SUPER_EXEC_PLAYER_LOG = [AMX_Super] 执行: ^"%s<%s>^" 在^"%s<%s>^"身上执行 ^"%s^"
AMX_SUPER_PASSWORD_SET_CASE2 = [AMXX] 管理员 %s 已经设置了一个服务端密码
AMX_SUPER_PASSWORD_SET_CASE1 = [AMXX] 管理员 已经设置 一个服务端密码
AMX_SUPER_PASSWORD_REMOVE_CASE2 = [AMXX] 管理员 %s 已经移除了一个服务端密码
AMX_SUPER_PASSWORD_REMOVE_CASE1 = [AMXX] 管理员 已经移除了一个服务端密码
AMX_SUPER_PASSWORD_SET_LOG = [AMX_Super] 密码: ^"%s<%s>^" 设置 本服服务器密码 为 ^"%s^"
AMX_SUPER_PASSWORD_REMOVE_LOG = [AMX_Super] 密码: ^"%s<%s>^" 已经移除本服务器密码
AMX_SUPER_REVIVE_TEAM_CASE2 = [AMXX] 管理员 %s 复苏 %s 玩家
AMX_SUPER_REVIVE_TEAM_CASE1 = [AMXX] 管理员 复苏 %s 玩家
AMX_SUPER_REVIVE_PLAYER_CASE2 = [AMXX] 管理员 %s 已经复苏 %s
AMX_SUPER_REVIVE_PLAYER_CASE1 = [AMXX] 管理员 已经复苏 %s
AMX_SUPER_REVIVE_TEAM_LOG = [AMX_Super] 复苏: ^"%s<%s>^" 复苏 ^"%s^" 玩家
AMX_SUPER_REVIVE_PLAYER_LOG = [AMX_Super] 复苏: ^"%s<%s>^" 复苏 ^"%s<%s>^"
AMX_SUPER_REVIVE_TEAM_MSG = [AMXX] 复苏 %s 玩家
AMX_SUPER_REVIVE_PLAYER_MSG = [AMXX] 复苏 %s
AMX_SUPER_REVIVE_TEAM_HUD = %s 玩家已经被复苏!
AMX_SUPER_REVIVE_PLAYER_HUD = %s 已经被复苏!
AMX_SUPER_QUIT_TEAM_CASE2 = [AMXX] 管理员 %s 使 %s 玩家结束游戏
AMX_SUPER_QUIT_TEAM_CASE1 = [AMXX] 管理员 使 %s 玩家 结束游戏
AMX_SUPER_QUIT_PLAYER_CASE2 = [AMXX] 管理员 %s 使 %s 结束游戏
AMX_SUPER_QUIT_PLAYER_CASE1 = [AMXX] 管理员 使 %s 结束游戏
AMX_SUPER_QUIT_TEAM_LOG = [AMX_Super] 结束: ^"%s<%s>^" 已经使 ^"%s^" 玩家结束游戏
AMX_SUPER_QUIT_PLAYER_LOG = [AMX_Super] 结束: ^"%s<%s>^" 已经使 ^"%s<%s>^" 结束游戏

AMX_SUPER_GAG_PLAYER_CASE2 = [AMXX] 管理员 %s 封禁 %s 发言 %0.分 ( %s )
AMX_SUPER_GAG_PLAYER_CASE1 = [AMXX] 管理员封禁 %s 发言 %0.分 ( %s )
AMX_SUPER_UNGAG_PLAYER_CASE2 = [AMXX] 管理员 %s 解封禁 %s
AMX_SUPER_UNGAG_PLAYER_CASE1 = [AMXX] 管理员解封禁 %s
AMX_SUPER_GAG_PLAYER_LOG = [AMX_Super] 封禁: ^"%s<%s>^" 已经封禁 ^"%s<%s>^" for %d ( %d )
AMX_SUPER_UNGAG_PLAYER_LOG = [AMX_Super] 解封: ^"%s<%s>^" 已经解封禁 ^"%s<%s>^"
AMX_SUPER_GAG_PLAYER_DISCONNECT = [AMXX] 封禁玩家连接: ( %s <%s> )
AMX_SUPER_PLAYER_GAGGED = * 你已经被封禁
AMX_SUPER_PLAYER_NAMELOCK = * 封禁玩家不能更改他们的名字
AMX_SUPER_NOT_GAGGED = [AMXX] %s 没有被封禁 & 不能被解封
AMX_SUPER_GAG_END = [AMXX] %s 不再被封禁
AMX_SUPER_WEAPON_TEAM_CASE2 = [AMXX] 管理员 %s 增加一把武器 给 %s 玩家
AMX_SUPER_WEAPON_TEAM_CASE1 = [AMXX] 管理员 增加一把武器给 %s 玩家
AMX_SUPER_WEAPON_PLAYER_CASE2 = [AMXX] 管理员 %s 增加一把武器给 %s
AMX_SUPER_WEAPON_PLAYER_CASE1 = [AMXX] 管理员 增加一把武器给 %s
AMX_SUPER_WEAPON_TEAM_LOG = [AMX_Super] 武器: ^"%s<%s>^" 增加这把武器^"%d^" 给 ^"%s^" 玩家
AMX_SUPER_WEAPON_PLAYER_LOG = [AMX_Super] 武器: ^"%s<%s>^" 增加这把武器 ^"%d^" 给 ^"%s<%s>^"
AMX_SUPER_WEAPON_TEAM_MSG = [AMXX] 把这把武器 %d 给 %s 玩家
AMX_SUPER_WEAPON_PLAYER_MSG = [AMXX] 把这把武器 %d 给 %s
AMX_SUPER_NOCLIP_TEAM_CASE2 = [AMXX] 管理员 %s 设置 noclip ^"%d^" 在 %s 玩家身上
AMX_SUPER_NOCLIP_TEAM_CASE1 = [AMXX] 管理员设置 noclip ^"%d^" 在 %s 玩家
AMX_SUPER_NOCLIP_PLAYER_CASE2 = [AMXX] 管理员 %s 设置 noclip ^"%d^" 在 %s
AMX_SUPER_NOCLIP_PLAYER_CASE1 = [AMXX] 管理员设置 noclip ^"%d^" 在 %s
AMX_SUPER_NOCLIP_TEAM_LOG = [AMX_Super] NOCLIP: ^"%s<%s>^" 设置 noclip ^"%d^" on ^"%s^" 玩家
AMX_SUPER_NOCLIP_PLAYER_LOG = [AMX_Super] NOCLIP: ^"%s<%s>^" 设置 noclip ^"%d^" on ^"%s<%s>^"
AMX_SUPER_NOCLIP_TEAM_MSG = [AMXX] Set noclip ^"%d^" 在 %s 玩家
AMX_SUPER_NOCLIP_PLAYER_MSG = [AMXX] Set noclip ^"%d^" 在 %s
AMX_SUPER_FLASH_TEAM_CASE2 = [AMXX] 管理员 %s 对 %s 玩家闪光
AMX_SUPER_FLASH_TEAM_CASE1 = [AMXX] 管理员 对 %s 玩家闪光
AMX_SUPER_FLASH_PLAYER_CASE2 = [AMXX] 管理员 %s 对%s闪光
AMX_SUPER_FLASH_PLAYER_CASE1 = [AMXX] 管理员 对%s闪光
AMX_SUPER_FLASH_TEAM_LOG = [AMX_Super] 闪光: ^"%s<%s>^" 对 ^"%s^" 玩家闪光
AMX_SUPER_FLASH_PLAYER_LOG = [AMX_Super] 闪光: ^"%s<%s>^" 对 ^"%s<%s>^"闪光
AMX_SUPER_FLASH_TEAM_MSG = [AMXX] 已经对 %s 玩家进行闪光
AMX_SUPER_FLASH_PLAYER_MSG = [AMXX] 已经对%s玩家进行闪光
AMX_SUPER_GODMODE_TEAM_CASE2 = [AMXX] 管理员 %s 设置上帝模式 ^"%d^" 至 %s 玩家
AMX_SUPER_GODMODE_TEAM_CASE1 = [AMXX] 管理员 设置上帝模式 ^"%d^" 至 %s 玩家
AMX_SUPER_GODMODE_PLAYER_CASE2 = [AMXX] 管理员 %s 设置上帝模式 ^"%d^" 至 %s
AMX_SUPER_GODMODE_PLAYER_CASE1 = [AMXX] 管理员 设置上帝模式 ^"%d^" 至 %s
AMX_SUPER_GODMODE_TEAM_LOG = [AMX_Super] 上帝模式: ^"%s<%s>^" 设置上帝模式 ^"%d^" 至 ^"%s^" 玩家
AMX_SUPER_GODMODE_PLAYER_LOG = [AMX_Super] 上帝模式: ^"%s<%s>^" 设置上帝模式 ^"%d^" 至 ^"%s<%s>^"
AMX_SUPER_GODMODE_TEAM_MSG = [AMXX] 设置上帝模式 ^"%d^" 至 %s 玩家
AMX_SUPER_GODMODE_PLAYER_MSG = [AMXX] 设置上帝模式 ^"%d^" 至 %s
AMX_SUPER_GIVEMONEY_PLAYER_CASE2 = [AMXX] 管理员 %s 增加 $%i 给 %s
AMX_SUPER_GIVEMONEY_PLAYER_CASE1 = [AMXX] 管理员 增加 $%i 给 %s
AMX_SUPER_TAKEMONEY_ALL_PLAYER_CASE2 = [AMXX] 管理员 %s 从 %s身上搜刮了所有金钱
AMX_SUPER_TAKEMONEY_ALL_PLAYER_CASE1 = [AMXX] 管理员 从 %s身上搜刮了所有金钱
AMX_SUPER_TAKEMONEY_PLAYER_CASE2 = [AMXX] 管理员 %s 从%s身上搜刮了金钱 $%i
AMX_SUPER_TAKEMONEY_PLAYER_CASE1 = [AMXX] 管理员 从%s身上搜刮了金钱 $%i
AMX_SUPER_GIVEMONEY_PLAYER_LOG = [AMX_Super] 加钱: ^"%s<%s>^" 增加 $%i 至 ^"%s<%s>^"
AMX_SUPER_TAKEMONEY_PLAYER_LOG = [AMX_Super] 减钱: ^"%s<%s>^" 从^"%s<%s>^"身上榨取了 $%i
AMX_SUPER_TAKEMONEY_ALL_PLAYER_LOG = [AMX_Super] 减钱: ^"%s<%s>^" 从^"%s<%s>^"身上搜刮了所有的钱
AMX_SUPER_GIVEMONEY_PLAYER_MSG = [AMXX] 增加 $%i 至 %s
AMX_SUPER_TAKEMONEY_PLAYER_MSG = [AMXX] 减少 %s 金钱 $%i
AMX_SUPER_TAKEMONEY_ALL_PLAYER_MSG = [AMXX] 从 %s身上搜刮了所有金钱
AMX_SUPER_GLOW_TEAM_CASE2 = [AMXX] 管理员 %s 设置光晕至 %s 玩家
AMX_SUPER_GLOW_TEAM_CASE1 = [AMXX] 管理员 设置光晕至 %s 玩家
AMX_SUPER_GLOW_PLAYER_CASE2 = [AMXX] 管理员 %s 设置光晕至 %s
AMX_SUPER_GLOW_PLAYER_CASE1 = [AMXX] 管理员 设置 光晕 至 %s
AMX_SUPER_GLOW_TEAM_LOG = [AMX_Super] 光晕: ^"%s<%s>^" 设置光晕至 ^"%s^" 玩家
AMX_SUPER_GLOW_PLAYER_LOG = [AMX_Super] 光晕: ^"%s<%s>^" 设置光晕至^"%s<%s>^"
AMX_SUPER_GLOW_TEAM_MSG = [AMXX] 设置 光晕至 %s 玩家
AMX_SUPER_GLOW_PLAYER_MSG = [AMXX] 设置 光晕 至 %s
AMX_SUPER_UNGLOW_TEAM_CASE2 = [AMXX] 管理员 %s 移走%s 玩家光晕
AMX_SUPER_UNGLOW_TEAM_CASE1 = [AMXX] 管理员 移走 %s 玩家光晕
AMX_SUPER_UNGLOW_PLAYER_CASE2 = [AMXX] 管理员 %s 移走 %s光晕
AMX_SUPER_UNGLOW_PLAYER_CASE1 = [AMXX] 管理员 移走 %s光晕
AMX_SUPER_UNGLOW_TEAM_LOG = [AMX_Super] UNGLOW: ^"%s<%s>^" 移走 ^"%s^" 玩家光晕
AMX_SUPER_UNGLOW_PLAYER_LOG = [AMX_Super] UNGLOW: ^"%s<%s>^" 移走 ^"%s<%s>^"光晕
AMX_SUPER_UNGLOW_TEAM_MSG = [AMXX] 移走 %s 玩家光晕
AMX_SUPER_UNGLOW_PLAYER_MSG = [AMXX] 移走 %s光晕
AMX_SUPER_TEAM_INVALID = [AMXX] 指定的队伍无效,有效的队伍为: T, CT, Auto, Spec
AMX_SUPER_TEAM_UNLOCKED = [AMXX] 此 %s 队未被锁!
AMX_SUPER_TEAM_UNLOCK = [AMXX] 解锁此 %s 队
AMX_SUPER_TEAM_LOCKED = [AMXX] 此 %s 队已经被锁!
AMX_SUPER_TEAM_LOCK = [AMXX] 已锁此 %s 队
AMX_SUPER_UNLOCK_TEAMS_LOG = [AMX_Super] 锁队: ^"%s<%s>^" 解锁 ^"%s^" 队
AMX_SUPER_LOCK_TEAMS_LOG = [AMX_Super] 锁队: ^"%s<%s>^" 锁住 ^"%s^" 此队
AMX_SUPER_TELEPORT_PLAYER_CASE2 = [AMXX] 管理员 %s 转移 %s
AMX_SUPER_TELEPORT_PLAYER_CASE1 = [AMXX] 管理员 转移 %s
AMX_SUPER_TELEPORT_PLAYER_MSG = [AMXX] 转移 %s 至 %d x, %d y, %d z
AMX_SUPER_TELEPORT_ORIGIN_SAVED = [AMXX] 从%s处保留原始点 %d x, %d y, %d z
AMX_SUPER_TELEPORT_PLAYER_LOG = [AMX_Super] 转移: ^"%s<%s>^" 转移^"%s<%s>^" 至 %d x, %d y, %d z
AMX_SUPER_TRANSFER_PLAYER = [AMXX] 成功转移 %s 至 %s 队
AMX_SUPER_TRANSFER_PLAYER_TEAM = [AMXX] 你已经被转移至 %s 队
AMX_SUPER_TRANSFER_PLAYER_ERROR_CASE1 = [AMXX] 你不能在同样的队伍交换玩家!
AMX_SUPER_TRANSFER_PLAYER_ERROR_CASE2 = [AMXX] 你不能交换不在同队的玩家!
AMX_SUPER_TRANSFER_SWAP_PLAYERS_SUCCESS = [AMXX] 成功交换%s 和 %s
AMX_SUPER_TRANSFER_SWAP_PLAYERS_MESSAGE1 = [AMXX] 你被与 %s交换位置
AMX_SUPER_TRANSFER_SWAP_PLAYERS_MESSAGE2 = [AMXX] 你被与 %s 交换位置
AMX_SUPER_TRANSFER_SWAP_TEAM_SUCCESS = [AMXX] 成功交换队伍!
AMX_SUPER_TRANSFER_SWAP_TEAM_LOG = [AMX_Super] 队伍交换: ^"%s<%s>^" 交换队伍
AMX_SUPER_TRANSFER_SWAP_PLAYERS_LOG = [AMX_Super] 队伍交换: ^"%s<%s>^" 交换了 ^"%s^" 和 ^"%s^"
AMX_SUPER_TRANSFER_PLAYER_LOG = [AMX_Super] 队伍交换: ^"%s<%s>^"交换 ^"%s^" 至 ^"%s^" 队伍
AMX_SUPER_AMMO_PLAYER_INVALID = [AMXX] 你只能设置 1 和 0!
AMX_SUPER_AMMO_PLAYER_CASE1 = [AMXX] 管理员 设置 %s 无限弹药至 %s
AMX_SUPER_AMMO_PLAYER_CASE2 = [AMXX] 管理员 %s 设置 %s 无限弹药至 %s
AMX_SUPER_UNAMMO_PLAYER_CASE1 = [AMXX] 管理员: 解除 %s无限弹药
AMX_SUPER_UNAMMO_PLAYER_CASE2 = [AMXX] 管理员 %s: 解除 %s无限弹药
AMX_SUPER_AMMO_PLAYER_MSG = [AMXX] 管理员 设置 %s 无限弹药至 %s
AMX_SUPER_AMMO_PLAYER_LOG = [AMX_Super] AMMO: 管理员 %s 设置 %s 无限弹药至 %s
AMX_SUPER_UNAMMO_PLAYER_MSG = [AMXX] 管理员: 解除 %s无限弹药
AMX_SUPER_UNAMMO_PLAYER_LOG = [AMX_Super] [AMXX] 管理员 %s: 解除 %s无限弹药
AMX_SUPER_BOMB_TRANSFER = 炸弹转移到 ^"%s^"^nsince ^"%s^" 是 AFK
AMX_SUPER_SHUTDOWN_MESSAGE = 注意:服务器重启,如果没有自动重连,请手动再连接
AMX_SUPER_SHUTDOWN_MESSAGE_LOG = [AMX_Super] 关闭: ^"%s<%s>^" 已经设置服务器关闭
AMX_SUPER_DEADCHAT_MESSAGE = [AMXX] 你已死亡,你可与队友进行语音通话。
AMX_SUPER_SOUNDFIX = [AMXX] 你的声音不被传输
AMX_SUPER_SOUNDFIX_DISABLED = [AMXX] 音量调节被禁用。
AMX_SUPER_TEAM_IMMUNITY = [AMXX] 跳过 ^"%s^" 此玩家免疫
AMX_SUPER_NO_PLAYERS = [AMXX] 无此玩家在此队伍
AMX_SUPER_AMOUNT_GREATER = [AMXX] 数字必须大于零!
官方的语言的文件:byebye:
回复

使用道具 举报

 楼主| 发表于 2008-4-7 19:31:06 | 显示全部楼层 来自 中国–黑龙江–七台河

回复: 求汉化AMX_super 3.7的配置文件!

楼上的有没有配置的汉化啊?
回复

使用道具 举报

 楼主| 发表于 2008-4-8 08:54:36 | 显示全部楼层 来自 中国–黑龙江–七台河

回复: 求汉化AMX_super 3.7的配置文件!

:boss: :boss: :boss: :boss: 急需!!!!!!!!!!!!!
回复

使用道具 举报

发表于 2008-4-18 00:45:49 | 显示全部楼层 来自 中国–四川–成都

回复: 求汉化AMX_super 3.7的配置文件!

语言文件,官方已经由飞鹰007汉化了的哈,可惜没有汉化的配置文件

官方语言文件居然不懂noclip在中文的意思该杂个说~
回复

使用道具 举报

游客
回复
您需要登录后才可以回帖 登录 | 注个册吧

快速回复 返回顶部 返回列表