nSkinz icon indicating copy to clipboard operation
nSkinz copied to clipboard

Press "F". The action of the knife is not correct

Open yxb6846928 opened this issue 4 years ago • 0 comments

case FNV("models/weapons/v_knife_css.mdl"):
{
	switch (sequence)
	{
	case SEQUENCE_DEFAULT_LOOKAT01:
		return random_sequence(SEQUENCE_CSS_LOOKAT01, SEQUENCE_CSS_LOOKAT02);
	default:
		return sequence;
	}
}

yxb6846928 avatar Dec 05 '19 14:12 yxb6846928