mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 06:15:37 +03:00
custom weapon array fix
This commit is contained in:
parent
28b21550d4
commit
7ed7d37914
@ -35,8 +35,9 @@
|
|||||||
#include "amxxmodule.h"
|
#include "amxxmodule.h"
|
||||||
#include "CRank.h"
|
#include "CRank.h"
|
||||||
|
|
||||||
#define TSMAX_WEAPONS 40
|
|
||||||
#define TSMAX_CUSTOMWPNS 5
|
#define TSMAX_CUSTOMWPNS 5
|
||||||
|
#define TSMAX_WEAPONS 39 + TSMAX_CUSTOMWPNS
|
||||||
|
|
||||||
|
|
||||||
#ifndef __linux__
|
#ifndef __linux__
|
||||||
#define TSKNIFE_OFFSET 31 // owner offset in knife entity
|
#define TSKNIFE_OFFSET 31 // owner offset in knife entity
|
||||||
|
Loading…
Reference in New Issue
Block a user