Moved MAXPLAYERS define from sourcemod.inc to clients.inc
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40907
This commit is contained in:
parent
00e9d047c7
commit
7817602d75
@ -25,6 +25,8 @@ enum NetFlow
|
|||||||
NetFlow_Both /**< Incoming and outgoing traffic */
|
NetFlow_Both /**< Incoming and outgoing traffic */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#define MAXPLAYERS 64 /**< Maximum number of players that can be in server */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Called on client connection.
|
* Called on client connection.
|
||||||
*
|
*
|
||||||
|
@ -48,8 +48,6 @@ struct Plugin
|
|||||||
#include <menus>
|
#include <menus>
|
||||||
#include <halflife>
|
#include <halflife>
|
||||||
|
|
||||||
#define MAXPLAYERS 64 /**< Maximum number of players that can be in server */
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Declare this as a struct in your plugin to expose its information.
|
* Declare this as a struct in your plugin to expose its information.
|
||||||
* Example:
|
* Example:
|
||||||
|
Loading…
Reference in New Issue
Block a user