View Single Post
tigocesar
Member
Join Date: Oct 2015
Old 10-24-2017 , 20:42   Re: [TF2] Model Manager 1.0.4 (08/03/2013)
Reply With Quote #1179

Quote:
Originally Posted by PC Gamer View Post
Greetings FlaminSarge,

I've tried to limit access to a particular model using the admin properties, but it isn't working for me. Everyone can still use the model. The intent is to limit it to those persons with the C flag.

"Heavy Yeti" //EXAMPLE MODEL
{
"model" "models/yeti/player/heavy.mdl"
"flags" ""
"bodygroups" "HIDE_HATS"
"classes" "HEAVY"
"teams" "ALL"
"admin" "C"
}
you got it wrong. If you read the config file, you'll find this:

// "admin":
// User must have ALL of these admin overrides (look up SourceMod Admin Overrides)
// to use this model.

you are using the admin flags but the config ask for admin override. If you still have problems with that, i would advise using steamid instead admin.
tigocesar is offline