View Single Post
bl4nk
SourceMod Developer
Join Date: Jul 2007
Old 11-14-2013 , 06:13   Re: [ANY] Connection Method Viewer
Reply With Quote #10

Inside OnPluginStart you should only check to see if the client is connected, and not in game, as there could be some overlap where a late loaded plugin could miss a few clients if they're still loading in. Also, no need for the IsFakeClient check there as it's checked again inside of OnClientConnected. Other than that, the plugin looks great. You should also make a note that to compile they'll need your "mckayupdater" plugin (although that should be obvious to anyone who knows what they're doing).
bl4nk is offline