View Single Post
Antithasys
Moderator
Join Date: Apr 2008
Old 12-15-2008 , 15:37   Re: [L4D] Achievement Notifier
Reply With Quote #6

One last suggestion. As an author I always like to track how many servers use my plugins. You can do this with a public cvar.

PHP Code:
public OnPluginStart()
{
  
CreateConVar("achnotifier_version"PLUGIN_VERSION"Achievement Notifier"FCVAR_PLUGIN|FCVAR_SPONLY|FCVAR_REPLICATED|FCVAR_NOTIFY|FCVAR_DONTRECORD);

That way the stats part of the forums and game-monitor.com will be able to track what servers, and how many of them, are using your plugin.

A public cvar is not required, thou i think it should be , to be approved. Just a suggestion.

I will wait a bit to approve this in case you decide to do it, as if you do it later it has to go thru the approval process again.
__________________
[my plugins]

When you think about asking a question... consider what have you tried?
Antithasys is offline