forked from UNLOZE/sm-plugins
entWatch4: Update, Delete and Yeah
This commit is contained in:
@@ -4,6 +4,22 @@
|
||||
|
||||
#define entWatch_core_included
|
||||
|
||||
/* REGISTERS */
|
||||
#define REGISTER_WEAPON 1
|
||||
#define REGISTER_BUTTON 2
|
||||
#define REGISTER_TRIGGER 3
|
||||
|
||||
/* MODES */
|
||||
#define MODE_COOLDOWN 1
|
||||
#define MODE_MAXUSES 2
|
||||
#define MODE_COOLDOWNMAXUSES 3
|
||||
#define MODE_COOLDOWNCHARGES 4
|
||||
|
||||
/* CLASSES */
|
||||
#include <basic>
|
||||
#include "../classes/CConfig.inc"
|
||||
#include "../classes/CItem.inc"
|
||||
|
||||
public SharedPlugin __pl_entWatch_core =
|
||||
{
|
||||
name = "entWatch-core",
|
||||
|
||||
Reference in New Issue
Block a user