Moved nextmap command into basetriggers.sp

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402417
This commit is contained in:
Matt Woodrow
2008-07-13 07:01:54 +00:00
parent 64b8049d70
commit 67e28d7475
4 changed files with 57 additions and 86 deletions
+14 -8
View File
@@ -7,7 +7,7 @@
"Thetime"
{
"#format" "{1:s}"
"#format" "{1:s}"
"en" "The current server time is {1}"
}
@@ -23,42 +23,42 @@
"Current Map"
{
"#format" "{1:s}"
"#format" "{1:s}"
"en" "The current map is {1}."
}
"WinLimitAppend"
{
"#format" "{1:i},{2:s}"
"#format" "{1:i},{2:s}"
"en" ", or change map after a team wins {1} round{2}"
}
"WinLimit"
{
"#format" "{1:i},{2:s}"
"#format" "{1:i},{2:s}"
"en" "Map will change after a team wins {1} round{2}"
}
"MaxRoundsAppend"
{
"#format" "{1:i},{2:s}"
"#format" "{1:i},{2:s}"
"en" ", or change map after {1} round{2}"
}
"MaxRounds"
{
"#format" "{1:i},{2:s}"
"#format" "{1:i},{2:s}"
"en" "Map will change after {1} round{2}"
}
"FragLimitAppend"
{
"#format" "{1:i},{2:s}"
"#format" "{1:i},{2:s}"
"en" ", or change map after player reaches {1} frag{2}"
}
"FragLimit"
{
"#format" "{1:i},{2:s}"
"#format" "{1:i},{2:s}"
"en" "Map will change after a player reaches {1} frag{2}"
}
@@ -71,4 +71,10 @@
{
"en" "No timelimit for map"
}
"Next Map"
{
"#format" "{1:s}"
"en" "Next Map: {1}"
}
}
+8 -13
View File
@@ -1,13 +1,8 @@
"Phrases"
{
"Next Map"
{
"#format" "{1:s}"
"en" "Next Map: {1}"
}
"Changed Next Map"
{
"#format" "{1:s}"
"en" "Changed nextmap to \"{1}\"."
}
}
"Phrases"
{
"Changed Next Map"
{
"#format" "{1:s}"
"en" "Changed nextmap to \"{1}\"."
}
}