mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-05 23:23:21 +00:00
update
This commit is contained in:
parent
078b7c4bf6
commit
cb66da2ca2
50 changed files with 3176 additions and 383 deletions
|
@ -9,8 +9,8 @@
|
|||
#include <sdktools>
|
||||
//#include <sdkhooks>
|
||||
|
||||
#define MIN_TIME_BETWEEN_NAME_CHANGES 10000
|
||||
#define MAX_NAME_COUNT 3
|
||||
#define MIN_TIME_BETWEEN_NAME_CHANGES 10000 // In seconds
|
||||
#define MAX_NAME_COUNT 3 // How many changes max within a MIN_TIME_BETWEEN_NAME_CHANGES
|
||||
|
||||
public Plugin myinfo =
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue