forked from UNLOZE/sm-plugins
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:
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
//====================================================================================================
|
||||
//
|
||||
// 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()
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user