removed Handle:myself from OnPluginStart

added GetMyHandle to get handle now, but there's no use...

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40542
This commit is contained in:
David Anderson
2007-02-26 08:32:20 +00:00
parent 5cb299014a
commit 78eb5b7747
4 changed files with 32 additions and 12 deletions
+8 -1
View File
@@ -56,7 +56,7 @@ public Plugin:myinfo;
*
* @noreturn
*/
forward OnPluginStart(Handle:myself);
forward OnPluginStart();
/**
* Called before OnPluginStart, in case the plugin wants to check for load failure.
@@ -156,6 +156,13 @@ forward OnClientAuthorized(client, const String:auth[]);
*/
forward OnGameFrame();
/**
* Returns the calling plugin's Handle.
*
* @return Handle of the calling plugin.
*/
native Handle:GetMyHandle();
/**
* Returns the maximum number of clients allowed on the server.
*