View Single Post
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 11-09-2012 , 16:55   Re: [Tf2] Randomly force a player to medic?
Reply With Quote #6

Quote:
Originally Posted by happs View Post
I imagine it would be easier for new users to just use the say channel. That way they won't have to open up the console (possibly enable first), and type a new command. Plus, not everyone reads the motd, and by hooking the say command, the existence of the new commands can be picked up from others.

best of both?
PHP Code:
DisplayMedicCanidates(client)
{
    
ClientCommand(client,"/whoismedic");

PHP Code:
RegConsoleCmd("whoismedic"Something); 
would automatically register !whoismedic and /whoismedic.
__________________
Not currently working on SourceMod plugin development.
Powerlord is offline