10-03-2014, 09:50 PM
Each plugin needs to have exactly one Initialize function, if you're adding code to an existing plugin, then you shouldn't provide another one, there's already one in the plugin.
The Initialize function is the first thing that the server calls after it loads the plugin.
The Initialize function is the first thing that the server calls after it loads the plugin.