//Configure your menu here "Models" { //Name of the item to appear in the menu "Public Models" { //Sourcemod admin group required to see/access this submenu "Admin" "" //Models available for team 1 (terrorist / allies) "Team1" { //Name to appear in submenu "S.Sailor Moon 2" { //path to the model file. This will automatically be precached "path" "models/player/natalya/supersailormoon/supersailormoon.mdl" } //Name to appear in submenu "Sailor Moon IV" { //path to the model file. This will automatically be precached "path" "models/player/natalya/sailor_moon/sailor_moon.mdl" } //Name to appear in submenu "Sailor Mars" { //path to the model file. This will automatically be precached "path" "models/player/natalya/sailor_mars/sailor_mars.mdl" } //Name to appear in submenu "Sailor Mercury" { //path to the model file. This will automatically be precached "path" "models/player/natalya/sailor_mercury/sailor_mercury.mdl" } //Name to appear in submenu "Sailor Venus" { //path to the model file. This will automatically be precached "path" "models/player/natalya/sailor_venus/sailor_venus.mdl" } //Name to appear in submenu "Sailor Jupiter" { //path to the model file. This will automatically be precached "path" "models/player/natalya/sailor_jupiter/sailor_jupiter.mdl" } //Name to appear in submenu "Sailor Uranus" { //path to the model file. This will automatically be precached "path" "models/player/natalya/sailor_uranus/sailor_uranus.mdl" } //Name to appear in submenu "Sailor Neptune" { //path to the model file. This will automatically be precached "path" "models/player/natalya/sailor_neptune/sailor_neptune.mdl" } //Name to appear in submenu "Sailor Pluto" { //path to the model file. This will automatically be precached "path" "models/player/natalya/sailor_pluto/sailor_pluto.mdl" } } //Models available for team 2 (ct / axis) "Team2" { //Name to appear in submenu "S.Sailor Moon 2" { //path to the model file. This will automatically be precached "path" "models/player/natalya/supersailormoon/supersailormoon.mdl" } //Name to appear in submenu "Sailor Moon IV" { //path to the model file. This will automatically be precached "path" "models/player/natalya/sailor_moon/sailor_moon.mdl" } //Name to appear in submenu "Sailor Mars" { //path to the model file. This will automatically be precached "path" "models/player/natalya/sailor_mars/sailor_mars.mdl" } //Name to appear in submenu "Sailor Mercury" { //path to the model file. This will automatically be precached "path" "models/player/natalya/sailor_mercury/sailor_mercury.mdl" } //Name to appear in submenu "Sailor Venus" { //path to the model file. This will automatically be precached "path" "models/player/natalya/sailor_venus/sailor_venus.mdl" } //Name to appear in submenu "Sailor Jupiter" { //path to the model file. This will automatically be precached "path" "models/player/natalya/sailor_jupiter/sailor_jupiter.mdl" } //Name to appear in submenu "Sailor Uranus" { //path to the model file. This will automatically be precached "path" "models/player/natalya/sailor_uranus/sailor_uranus.mdl" } //Name to appear in submenu "Sailor Neptune" { //path to the model file. This will automatically be precached "path" "models/player/natalya/sailor_neptune/sailor_neptune.mdl" } //Name to appear in submenu "Sailor Pluto" { //path to the model file. This will automatically be precached "path" "models/player/natalya/sailor_pluto/sailor_pluto.mdl" } } } } //All other files needed for the above models must be listed in modeldownloads.ini //This forces the clients to download the needed files