Alright then you forced me, here you go:
*snip*
The code that caused the compiler crash was the following as stated by arkshine below:
PHP Code:
new const g_strKnifeSounds[ ][ ][ ] = {
/* Barehands (replacing default T knife) */
{
"weapons/barehands/knife_deploy1.wav",
"weapons/barehands/knife_hit1.wav",
"weapons/barehands/knife_stab.wav",
"weapons/barehands/knife_slash1.wav",
"weapons/barehands/knife_hit1.wav"
},
/* Taser (replacing default CT knife) */
{
"weapons/taser/knife_deploy1.wav",
"weapons/taser/knife_hit1.wav",
"weapons/taser/knife_stab",
"weapons/taser/knife_hit1.wav",
"weapons/taser/knife_hit1.wav",
}
};
__________________