Update Hitmarker/scripting/Hitmarker.sp
increased the max number of skins
This commit is contained in:
@@ -25,7 +25,7 @@ bool g_bHitmarkerSound[MAXPLAYERS+1];
|
||||
int g_iHitmarkerSoundVolume[MAXPLAYERS+1] = {100,...};
|
||||
int g_iHitmarkerSkin[MAXPLAYERS+1];
|
||||
|
||||
#define MAXIMUMSKINS 6
|
||||
#define MAXIMUMSKINS 12
|
||||
char g_sHitmarkerSkins[MAXIMUMSKINS][PLATFORM_MAX_PATH];
|
||||
char g_sHitmarkerSkinsNames[MAXIMUMSKINS][PLATFORM_MAX_PATH];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user