2012-11-17 08:20:43 -08:00

10 lines
130 B
SourcePawn

#include <sourcemod>
// Single line comment
/* Multi line
comment */
public OnPluginStart() {
PrintToServer("Hello.");
}