More work on volfeatures. See details.
Finished base event handler for volfeatures. Finished zr_voladd, zr_vol_remove, zr_vol_list and zr_vol_dumpstates console commands. Removed unused function call in class module. Fixed minior bugs in parameter parser (paramtools.inc). Made a debug tools module with console commands for directly testing certain functions.
This commit is contained in:
@ -932,17 +932,19 @@
|
||||
"ru" "Здоровье: {1}"
|
||||
}
|
||||
|
||||
// ===========================
|
||||
// Volumetric features (module)
|
||||
// ===========================
|
||||
|
||||
|
||||
"Unfair camping"
|
||||
"Vol Anticamp Message"
|
||||
{
|
||||
"en" "An admin has marked this area as unfair, please move along, or die."
|
||||
"en" "This area is restricted, please move along."
|
||||
}
|
||||
|
||||
"Unfair camper slayed"
|
||||
"Vol Slay"
|
||||
{
|
||||
"#format" "{1:s},{2:d}"
|
||||
"en" "Player {1} has been slayed for camping in a restricted area. (ID: {2})"
|
||||
"en" "Player \"{1}\" has been slayed for camping in a restricted area (ID: {2})."
|
||||
}
|
||||
|
||||
// ===========================
|
||||
|
Reference in New Issue
Block a user