ac761f61ce
little fixes to API temporarily commented dependency iface until final --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40177
16 lines
250 B
Plaintext
16 lines
250 B
Plaintext
#include <sourcemod>
|
|
|
|
public Plugin:myinfo =
|
|
{
|
|
name = "Test Plugin",
|
|
author = "BAILOPAN",
|
|
description = "Tests Stuff",
|
|
version = "1.0.0.0",
|
|
url = "http://www.sourcemod.net/"
|
|
}
|
|
|
|
public OnPluginInit()
|
|
{
|
|
/* just a test, mommy */
|
|
}
|