- ShowActivity() now handles command usage confirmation
- added sm_ban - fixed up various issues and bugs in basecommands.sp --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40930
This commit is contained in:
@@ -17,12 +17,6 @@
|
||||
"en" "Kicked player '{1}'"
|
||||
}
|
||||
|
||||
"Client kicked"
|
||||
{
|
||||
"#format" "{1:s}"
|
||||
"en" "Client '{1}' kicked."
|
||||
}
|
||||
|
||||
"Changing map"
|
||||
{
|
||||
"#format" "{1:s}"
|
||||
@@ -54,4 +48,9 @@
|
||||
{
|
||||
"en" "See console for output."
|
||||
}
|
||||
|
||||
"Cannot target bot"
|
||||
{
|
||||
"en" "Unable to perform this command on a bot."
|
||||
}
|
||||
}
|
||||
|
||||
@@ -34,4 +34,28 @@
|
||||
"#format" "{1:s}"
|
||||
"en" "Executed config '{1}'."
|
||||
}
|
||||
|
||||
"Permabanned player"
|
||||
{
|
||||
"#format" "{1:s}"
|
||||
"en" "Permanently banned player '{1}'."
|
||||
}
|
||||
|
||||
"Permabanned player reason"
|
||||
{
|
||||
"#format" "{1:s},{2:s}"
|
||||
"en" "Permanently banned player '{1}' (reason: {2})."
|
||||
}
|
||||
|
||||
"Banned player"
|
||||
{
|
||||
"#format" "{1:s},{2:d}"
|
||||
"en" "Banned player '{1}' for {2} minutes."
|
||||
}
|
||||
|
||||
"Banned player reason"
|
||||
{
|
||||
"#format" "{1:s},{2:d},{3:s}"
|
||||
"en" "Banned player '{1}' for {2} minutes (reason: {3})."
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user