added SharedPlugin code and SetNTVOptional()

added public printing for zr_human, zr_infect and zr_zspawn_force command
fixed zombiereloaded changing player colors
updated sample cfg
updated makefile
This commit is contained in:
2016-04-22 01:24:10 +02:00
parent a732205f8c
commit 2d1cdf7a36
12 changed files with 218 additions and 13 deletions

View File

@ -418,11 +418,21 @@
"es" "El jugador @green{1} @defaultha sido infectado con exito."
}
"Infect command infect successful public"
{
"es" "@lgreen{1}@default has infected @green{2}@default." // TODO: Translate
}
"Infect command infect mother successful"
{
"es" "El jugador @green{1} @defaultha sido infectado con exito como el zombi madre."
}
"Infect command infect mother successful public"
{
"es" "@lgreen{1}@default has infected @green{2}@default as the mother zombie." // TODO: Translate
}
"Infect command infect unsuccessful"
{
"es" "El jugador @green{1} @defaultya es un zombi."
@ -433,6 +443,11 @@
"es" "El jugador @green{1} @defaultha vuelto a ser humano con exito."
}
"Infect command human successful public"
{
"es" "@lgreen{1}@default has brought back @green{2}@default as a human." // TODO: Translate
}
"Infect command human unsuccessful"
{
"es" "El jugador @green{1} @defaultya es un humano."
@ -957,6 +972,11 @@
"es" "El jugador {1} ha sido resucitado correctamente."
}
"ZSpawn command force successful public"
{
"es" "@lgreen{1}@default has spawned @green{2}@default as a @lgreen{3}@default." // TODO: Translate
}
"ZSpawn command force unsuccessful"
{
"es" "El jugador {1} no pudo ser resucitado."

View File

@ -417,11 +417,21 @@
"no" "@green{1}@default ble vellykket infisert."
}
"Infect command infect successful public"
{
"no" "@lgreen{1}@default has infected @green{2}@default." // TODO: Translate
}
"Infect command infect mother successful"
{
"no" "@green{1}@default ble vellykket infisert som moderzombie."
}
"Infect command infect mother successful public"
{
"no" "@lgreen{1}@default has infected @green{2}@default as the mother zombie." // TODO: Translate
}
"Infect command infect unsuccessful"
{
"no" "@green{1}@default er allerede en zombie."
@ -432,6 +442,11 @@
"no" "@green{1}@default ble vellykket gjort om til et menneske."
}
"Infect command human successful public"
{
"no" "@lgreen{1}@default has brought back @green{2}@default as a human." // TODO: Translate
}
"Infect command human unsuccessful"
{
"no" "@green{1}@default er allerede et menneske."
@ -957,6 +972,11 @@
"no" "{1} ble vellykket gjenopplivet."
}
"ZSpawn command force successful public"
{
"no" "@lgreen{1}@default has spawned @green{2}@default as a @lgreen{3}@default." // TODO: Translate
}
"ZSpawn command force unsuccessful"
{
"no" "{1} kunne ikke bli gjenopplivet."

View File

@ -418,11 +418,21 @@
"ru" "Игрок @green{1}@default был успешно инфицирован."
}
"Infect command infect successful public"
{
"ru" "@lgreen{1}@default has infected @green{2}@default." // TODO: Translate
}
"Infect command infect mother successful"
{
"ru" "Игрок @green{1}@default был успешно инфицирован и стал первым зомби."
}
"Infect command infect mother successful public"
{
"ru" "@lgreen{1}@default has infected @green{2}@default as the mother zombie." // TODO: Translate
}
"Infect command infect unsuccessful"
{
"ru" "Игрок @green{1}@default уже является зомби."
@ -433,6 +443,11 @@
"ru" "Игрок @green{1}@default был успешно превращен обратно в человека."
}
"Infect command human successful public"
{
"ru" "@lgreen{1}@default has brought back @green{2}@default as a human." // TODO: Translate
}
"Infect command human unsuccessful"
{
"ru" "Игрок@green{1}@default уже является человеком."
@ -957,6 +972,11 @@
"ru" "Игрок {1} был успешно воскрешен."
}
"ZSpawn command force successful public"
{
"ru" "@lgreen{1}@default has spawned @green{2}@default as a @lgreen{3}@default." // TODO: Translate
}
"ZSpawn command force unsuccessful"
{
"ru" "Игрок {1} не может быть воскрешен."

View File

@ -436,12 +436,24 @@
"en" "Player @green{1} @defaulthas been successfully infected."
}
"Infect command infect successful public"
{
"#format" "{1:s},{2:s}"
"en" "@lgreen{1}@default has infected @green{2}@default."
}
"Infect command infect mother successful"
{
"#format" "{1:s}"
"en" "Player @green{1} @defaulthas been successfully infected as the mother zombie."
}
"Infect command infect mother successful public"
{
"#format" "{1:s},{2:s}"
"en" "@lgreen{1}@default has infected @green{2}@default as the mother zombie."
}
"Infect command infect unsuccessful"
{
"#format" "{1:s}"
@ -454,6 +466,12 @@
"en" "Player @green{1} @defaulthas been successfully brought back as a human."
}
"Infect command human successful public"
{
"#format" "{1:s},{2:s}"
"en" "@lgreen{1}@default has brought back @green{2}@default as a human."
}
"Infect command human unsuccessful"
{
"#format" "{1:s}"
@ -1015,6 +1033,12 @@
"en" "Player {1} was successfully spawned."
}
"ZSpawn command force successful public"
{
"#format" "{1:s},{2:s},{3:s}"
"en" "@lgreen{1}@default has spawned @green{2}@default as a @lgreen{3}@default."
}
"ZSpawn command force unsuccessful"
{
"#format" "{1:s}"

View File

@ -269,10 +269,18 @@ zr_weapons_zmarket_buyzone "1"
// Default: "1"
zr_weapons_zmarket_rebuy "1"
// Allow players to automatically rebuy their previous weapons. [Dependency: zr_weapons_zmarket&zr_weapons_zmarket_rebuy]
// Automatically equip default or loadout weapons. [Dependency: zr_weapons_zmarket&zr_weapons_zmarket_rebuy]
// Default: "1"
zr_weapons_zmarket_rebuy_auto "1"
// Default primary weapon. [Dependency: zr_weapons_zmarket&zr_weapons_zmarket_rebuy]
// Default: "P90"
zr_weapons_zmarket_rebuy_primary "P90"
// Default secondary weapon. [Dependency: zr_weapons_zmarket&zr_weapons_zmarket_rebuy]
// Default: "Elite"
zr_weapons_zmarket_rebuy_secondary "Elite"
// ----------------------------------------------------------------------------
// Hitgroups (core)