Added a timelimit to zspawn.

This commit is contained in:
Greyscale
2009-05-06 03:04:55 +02:00
parent 2ac56b1969
commit cec31406d0
5 changed files with 142 additions and 2 deletions

View File

@ -66,6 +66,11 @@
"en" "This feature requires that you are dead."
}
"Must be on team"
{
"en" "This feature requires that you are on a team."
}
"Must be zombie"
{
"en" "This feature requires that you are a zombie.
@ -368,6 +373,12 @@
"en" "ZSpawn can only be used if you joined late during a round in progress."
}
"ZSpawn timelimit"
{
"#format" "{1:d}"
"en" "The timelimit, to use ZSpawn, ({1} seconds) has already expired."
}
// ===========================
// ZTele
// ===========================