I would just use the p_ model. Try setting up your directory/files like this:
models/p_knife15/p_knife15.mdl
[EDIT]
And to get their models..
Code:
new model[64]
cs_get_user_model(id,model,63)
switch(model) {
case CS_T_LEET: {
// ..
}
case CS_CT_GIGN: {
// ..
}
// Etc.
}
__________________