merged in selected changesets from 1.1 branch

--HG--
branch : sourcemod-1.0.x
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/branches/sourcemod-1.0.x%401990
This commit is contained in:
David Anderson
2008-04-06 05:40:11 +00:00
parent 0b731c9bc0
commit 54754f9e83
80 changed files with 8275 additions and 378 deletions
@@ -0,0 +1,18 @@
/* Add group options to be added to 'group' or 'groupplayer' type submenus
* The left side is the name that will show in the menu, right is the command that will be fired
*/
Groups
{
"All" "@all"
"Bots" "@bots"
"Alive" "@alive"
"Dead" "@dead"
"Humans" "@humans"
"Current aim" "@aim"
/* You can enable these if you are using Counter-Strike Source and running the cstrike extension */
// "Terrorists" "@t"
// "Counter-Terrorists" "@ct"
}
+4
View File
@@ -0,0 +1,4 @@
"Commands"
{
}