- added ShowActivity2() which has a more convenient display algorithm
- added commandfilters.inc and ProcessTargetString(), an extensible API for processing a command target and getting back formatted replies + player lists. This makes SearchForClients() look paltry, and base plugins will slowly be moved to support the new functionality - removed IsPlayerAlive() from SDKTools, added it to Core - fixed a small bug in re-entrant translations - core.games.txt is now automatically added to all plugins --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401627
This commit is contained in:
@@ -24,4 +24,36 @@
|
||||
{
|
||||
"en" "Previous"
|
||||
}
|
||||
|
||||
"all players"
|
||||
{
|
||||
"en" "all players"
|
||||
}
|
||||
|
||||
"all humans"
|
||||
{
|
||||
"en" "all humans"
|
||||
}
|
||||
|
||||
"all bots"
|
||||
{
|
||||
"en" "all bots"
|
||||
}
|
||||
|
||||
"all dead players"
|
||||
{
|
||||
"en" "all dead players"
|
||||
}
|
||||
|
||||
"all alive players"
|
||||
{
|
||||
"en" "all alive players"
|
||||
}
|
||||
|
||||
/* This is a special "pass-thru" translation */
|
||||
"_S"
|
||||
{
|
||||
"#format" "{1:s}"
|
||||
"en" "{1}"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user