Thread: Model Menu
View Single Post
f64
Member
Join Date: Jun 2007
Location: Houston, TX USA
Old 08-12-2007 , 16:51   Re: Model Menu
Reply With Quote #10

Much improved from the beta, good job!

For DoD:S, there is still an issue: The model is getting set for a group the player doesn't belong to. Example:

Code:
 "Models"
{
    "Admin Only Models"
    {
        "Admin"        "Senior_Admin"
        "Team1"
        {
            "Basic Admin"
            {
                "path"        "models/player/admin/amer_admin_v1.mdl"
            }
        }
        
        "Team2"
        {
            "Basic Admin"
            {
                "path"        "models/player/admin/germ_admin_v1.mdl"
            }
        }
    }
}
I then added myself to the Member_Admin group in admin_groups.cfg, but I still got the Senior_Admin model,
even before I typed say /models! I did get informed though that I don't have access to that model.
I tried using the admin_simpli.ini then admins.cfg to no avail.

DoD:S is strange, I know

Last edited by f64; 08-12-2007 at 17:20.
f64 is offline