sm-plugins/_entWatch4/scripting/entWatch-glows.sp
zaCade b06ee55b63 entWatch4: Push it all to GIT, fuck local storage.
Had to rename the entWatch.inc cause compiler refused to use the right
one otherwise. :table:
2017-11-21 02:42:57 +01:00

31 lines
1.0 KiB
SourcePawn

//====================================================================================================
//
// Name: [entWatch] Beacons
// Author: zaCade & Prometheum
// Description: Handle the beacons of [entWatch]
//
//====================================================================================================
#include <smlib>
#pragma newdecls required
#include <sourcemod>
#include <entWatch_core>
//----------------------------------------------------------------------------------------------------
// Purpose:
//----------------------------------------------------------------------------------------------------
public Plugin myinfo =
{
name = "[entWatch] Beacons",
author = "zaCade & Prometheum",
description = "Handle the beacons of [entWatch]",
version = "4.0.0"
};
//----------------------------------------------------------------------------------------------------
// Purpose:
//----------------------------------------------------------------------------------------------------
public void OnPluginStart()
{
}