updated types and test plugin
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40187
This commit is contained in:
+11
-2
@@ -9,7 +9,16 @@ public Plugin:myinfo =
|
||||
url = "http://www.sourcemod.net/"
|
||||
}
|
||||
|
||||
public OnPluginInit()
|
||||
public Test(num, &num2)
|
||||
{
|
||||
/* just a test, mommy */
|
||||
num2 += num
|
||||
|
||||
return num
|
||||
}
|
||||
|
||||
public Test2(num, &num2)
|
||||
{
|
||||
num2 += num
|
||||
|
||||
return num
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user