Thread: Sm_Skinchooser
View Single Post
MMZ_Kask
Member
Join Date: Jul 2015
Location: Atlanta, GA, USA
Old 08-10-2015 , 09:25   Re: Sm_Skinchooser
Reply With Quote #2023

Quote:
Originally Posted by banjomus99 View Post
Is it possible to auto load skins on more than just team 1,2 and admin team 1,2 ?

Let's say i have one for VIP's. How should i set such thing up?

Create a VIP group in your admin cfgs. Then create a new section in your skins.ini for that group. Example from the wiki (red parts are my edits):


Code:
     “VIP Models” (Section Name to appear in the Menu , change to whatever you want)
     {
          “Admin” “VIP” (Don´t change ADMIN!!! Here we add a Group we have setup in admin_groups.cfg)
          “Team1”	(Don´t change this!!!)
          {
               “Iceman” (Modelname to appear in the Menu , you can modify it)
               {
                    “path” “models\player\guns\iceman.mdl” (This is the path to your Model for Team1)
               }
          }
          “Team2” (Don´t change this!!!)
          {
               “Batman” (Modelname to appear in the Menu , you can modify it)
               {
                    “path” “models\player\heros\batman.mdl” (This is the path to your Model for Team2)
               }
          }
     }
MMZ_Kask is offline