I really don't know what's wrong.
I get the error here ↓
Code:
new g_iWeapName[g_iWeapCount][] =
{
"weapon_fiveseven",
"weapon_deagle",
"weapon_awp",
"weapon_m3",
"weapon_m4a1",
"",
"weapon_hegrenade",
""
};
and here ↓
Code:
new const g_iWeapShort[g_iWeapCount][] =
{
"%",
"%",
"%",
"%",
"%",
"%",
" Bullets",
" Bullets",
" Bullets",
" Bullets",
" Bullets"
}