mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-06 11:43:22 +00:00
add forgotten file
This commit is contained in:
parent
cddecefa81
commit
da41fdf7a0
1 changed files with 2 additions and 2 deletions
|
@ -10,9 +10,9 @@ enum L4D2Infected
|
|||
L4D2Infected_Witch = 7,
|
||||
L4D2Infected_Tank = 8
|
||||
};
|
||||
int g_iAttackerTarget[MAXPLAYERS+1];
|
||||
int g_iAttackerTarget[MAXPLAYERS+1], g_PendingBanTroll[MAXPLAYERS+1];
|
||||
int autoPunished = -1, autoPunishMode, lastButtonUser, lastCrescendoUser;
|
||||
bool g_bPendingItemGive[MAXPLAYERS+1], g_PendingBanTroll[MAXPLAYERS+1];
|
||||
bool g_bPendingItemGive[MAXPLAYERS+1];
|
||||
GlobalForward g_PlayerMarkedForward;
|
||||
char steamids[MAXPLAYERS+1][64];
|
||||
Handle g_hWitchAttack;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue