From 06f01ea7dce020cf8b4ed73e0d7eb6ba05033cde Mon Sep 17 00:00:00 2001 From: Steve Dudenhoeffer Date: Mon, 19 Feb 2007 06:38:08 +0000 Subject: [PATCH] Wow I deleted the comment too! --- plugins/include/amxmodx.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/include/amxmodx.inc b/plugins/include/amxmodx.inc index 101c0ae8..ef737e27 100755 --- a/plugins/include/amxmodx.inc +++ b/plugins/include/amxmodx.inc @@ -67,6 +67,7 @@ forward client_command(id); /* Called when client is entering to a game. */ forward client_putinserver(id); +/* Sets informations about plugin. Returns the plugin id of the calling plugin. */ native register_plugin(const plugin_name[],const version[],const author[]); /* Precache model. Can be used only in plugin_precache() function.*/