//Configure your menu here "Models" { //Name of the item to appear in the menu "Admin Only Models" { //Sourcemod admin group required to see/access this submenu "Admin" "Full Admins" //Models available for team 1 (terrorist / allies) "Team1" { //Name to appear in submenu "Cool Model 1" { //path to the model file. This will automatically be precached "path" "models/player/scorpion/Scorpionmk11/scorpionmk11.mdl" } "Cool Model 2" { //path to the model file. This will automatically be precached "path" "models/player/ics/t_arctic_admin/t_arctic.mdl" } } //Models available for team 2 (ct / axis) "Team2" { "CT Only Model" { "path" "models/player/ics/ct_gsg9_admin/ct_gsg9.mdl" } } } } //All other files needed for the above models must be listed in modeldownloads.ini //This forces the clients to download the needed files