Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Model problem #12

Open
WizardJailbreak opened this issue Aug 10, 2022 · 0 comments
Open

Model problem #12

WizardJailbreak opened this issue Aug 10, 2022 · 0 comments

Comments

@WizardJailbreak
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant