You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
My question would be, why is it if I choose a model and if I respawn myself, it switches to a basic model? My idea is that this could be the case, and how do you turn that off?
I think it could be because of this:
Hello!
My question would be, why is it if I choose a model and if I respawn myself, it switches to a basic model? My idea is that this could be the case, and how do you turn that off?
I think it could be because of this:
Default models / arms - community maps
char g_aDefaultArms[2][128] = { "models/weapons/t_arms_phoenix.mdl", "models/weapons/ct_arms_sas.mdl" };
char g_aDefaultModels[2][6][128] = {
{
"tm_phoenix",
"tm_phoenix_variantA",
"tm_phoenix_variantA",
"tm_phoenix_variantB",
"tm_phoenix_variantC",
"tm_phoenix_variantD"
},
{
"ctm_sas",
"ctm_sas_variantA",
"ctm_sas_variantB",
"ctm_sas_variantC",
"ctm_sas_variantD",
"ctm_sas_variantE"
}
};
And my other question would be, how can I replace them?
Please help, I have been trying to solve it for days
Thank you!
The text was updated successfully, but these errors were encountered: