initial import of plugin loading code
little fixes to API temporarily commented dependency iface until final --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40177
This commit is contained in:
@@ -52,7 +52,7 @@ forward bool:OnPluginLoad(Handle:myself, bool:late, String:error[], err_max);
|
||||
*
|
||||
* @noreturn
|
||||
*/
|
||||
forward OnPluginRequirements();
|
||||
forward OnCreatePlugin();
|
||||
|
||||
/**
|
||||
* Called when the plugin is about to be unloaded.
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@ public Plugin:myinfo =
|
||||
author = "BAILOPAN",
|
||||
description = "Tests Stuff",
|
||||
version = "1.0.0.0",
|
||||
url = "http://www.sourceomd.net/"
|
||||
url = "http://www.sourcemod.net/"
|
||||
}
|
||||
|
||||
public OnPluginInit()
|
||||
|
||||
Reference in New Issue
Block a user