Update Hitmarker/scripting/Hitmarker.sp

increased the max number of skins
This commit is contained in:
2026-09-06 16:21:41 +02:00
parent ef4bc91712
commit ac67f2e27e
+1 -1
View File
@@ -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];