View Single Post
DarkSynergy
Member
Join Date: Jan 2011
Old 03-18-2012 , 17:53   Re: [L4D(2)] Human Director Reloaded
Reply With Quote #2

Hmm I was looking at the old human director plugin some time ago and hoping someone would update it to work on l4d2. Definitely looking forward to trying this out.

Just a note though, players dont usually like keybinds being forced on them by plugins:
Code:
public OnClientPostAdminCheck(client)
{
    ClientCommand(client, "bind f3 sm_hdmenu");
}
DarkSynergy is offline