Metamod Source Plugin Project Wizard
This wizard will help you configure a C++ Metamod Source plugin project.
Author:
This is the name of the author.
URL:
This is the URL to the author's web site
License:
This is the plugin's license.
Plugin Name:
This is the name of the plugin.
Plugin Description:
This is the plugin's description.
Plugin DLL:
This is the name of the plugin's .dll file.
Plugin Class:
This is the name of the plugin's class.
Function Hooks:
These functions will be auto generated.
IServerGameDLL - ServerActivate()
IServerGameDLL - GameInit()
IServerGameDLL - GameFrame()
IServerGameDLL - GameShutdown()
IServerGameDLL - LevelInit()
IServerGameDLL - LevelShutdown()
IServerGameDLL - GetAllServerClasses()
IServerGameDLL - GetTickInterval()
IServerGameDLL - GetGameDescription()
IServerGameClients - ClientActive()
IServerGameClients - ClientConnect()
IServerGameClients - ClientDisconnect()
IServerGameClients - ClientCommand()
IServerGameClients - ClientPutInServer()
IServerGameClients - ClientSettingsChanged()
IServerGameClients - ClientSetupVisibility()
IServerGameClients - ClientEarPosition()
IServerGameClients - PostClientMessagesSent()
IServerGameClients - ProcessUsercmds()
IServerGameClients - NetworkIDValidated()
IServerGameClients - GetPlayerState()
IServerGameClients - GetPlayerLimits()
IServerGameClients - GetReplayDelay()
IServerGameClients - GetBugReportInfo()
IServerGameClients - SetCommandClient()
F
inish
C
ancel
H
elp