mirror of
https://github.com/rumblefrog/setup-sp.git
synced 2024-11-22 01:09:08 +01:00
9 lines
134 B
SourcePawn
Vendored
9 lines
134 B
SourcePawn
Vendored
#include <sourcemod>
|
|
|
|
#pragma semicolon 1
|
|
#pragma newdecls required
|
|
|
|
public void OnPluginStart()
|
|
{
|
|
PrintToServer("Hello, World!");
|
|
}
|