- 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:
David Anderson
2007-06-08 03:38:57 +00:00
parent a5d17bbf6b
commit 0ceec15c5a
5 changed files with 153 additions and 26 deletions
+5 -6
View File
@@ -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."
}
}
+24
View File
@@ -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})."
}
}