custom weapon array fix
This commit is contained in:
parent
28b21550d4
commit
7ed7d37914
|
@ -35,8 +35,9 @@
|
|||
#include "amxxmodule.h"
|
||||
#include "CRank.h"
|
||||
|
||||
#define TSMAX_WEAPONS 40
|
||||
#define TSMAX_CUSTOMWPNS 5
|
||||
#define TSMAX_WEAPONS 39 + TSMAX_CUSTOMWPNS
|
||||
|
||||
|
||||
#ifndef __linux__
|
||||
#define TSKNIFE_OFFSET 31 // owner offset in knife entity
|
||||
|
|
Loading…
Reference in New Issue
Block a user