Implemented shield immunity mode with zr_shield command.

This commit is contained in:
Richard Helgeby
2013-01-07 01:45:55 +01:00
parent d0d1de8197
commit ab6bb6575f
7 changed files with 290 additions and 26 deletions

View File

@ -328,6 +328,25 @@
"es" "No esta permitido el cambio de clases."
}
// ===========================
// Immunity
// ===========================
"Immunity Shield Not Available"
{
"en" "You don't have a shield."
}
"Immunity Shield Cooldown"
{
"en" "{1} seconds until shield is available."
}
"Immunity Shield Time Left"
{
"en" "Shield time left: {1}"
}
// ===========================
// Overlays (core)
// ===========================

View File

@ -327,6 +327,25 @@
"no" "Endring av klasse er ikke tillatt."
}
// ===========================
// Immunity
// ===========================
"Immunity Shield Not Available"
{
"en" "Du har ikke skjold."
}
"Immunity Shield Cooldown"
{
"en" "{1} sekunder igjen til skjoldet er tilgjengelig."
}
"Immunity Shield Time Left"
{
"en" "Tid igjen med skjold: {1}"
}
// ===========================
// Overlays (core)
// ===========================

View File

@ -328,6 +328,25 @@
"ru" "Изменение класса запрещено."
}
// ===========================
// Immunity
// ===========================
"Immunity Shield Not Available"
{
"en" "You don't have a shield."
}
"Immunity Shield Cooldown"
{
"en" "{1} seconds until shield is available."
}
"Immunity Shield Time Left"
{
"en" "Shield time left: {1}"
}
// ===========================
// Overlays (core)
// ===========================

View File

@ -341,6 +341,27 @@
"en" "Changing classes is not allowed."
}
// ===========================
// Immunity
// ===========================
"Immunity Shield Not Available"
{
"en" "You don't have a shield."
}
"Immunity Shield Cooldown"
{
"#format" "{1:d}"
"en" "{1} seconds until shield is available."
}
"Immunity Shield Time Left"
{
"#format" "{1:d}"
"en" "Shield time left: {1}"
}
// ===========================
// Overlays (core)
// ===========================