number one about you
ommand Menu definition
//
// Basic Format:
// "<Bound Key>" "<Button Text>" "<Command sent to server>"
//
//
//
//
// Buttons can also open up submenus, as follows:
// {
// "Some More Options",
// {
// ...
// }
// }
//
//
// Buttons preceded with "CUSTOM" are handled in special ways. They can only be moved
// around or deleted.
//
//
// Limitations:
// Maximum of 50 menus.
// Maximum of 100 buttons per menu.
//--------------------------------------------------------
// Everything below here is editable
"6" "OK" "spec_menu 0"
"5" "Aide" "spec_help"
"4" "Parametres"
{
TOGGLE "6" "Message" "hud_saytext"
TOGGLE "5" "Voir le status" "spec_drawstatus"
TOGGLE "4" "Voir les Cones" "spec_drawcone"
TOGGLE "3" "Noms des joueurs" "spec_drawnames"
}
TOGGLE "3" "Image embarquee" "spec_pip"
TOGGLE "2" "Directeur automatique" "spec_autodirector"
"1" "Voir les scores" "togglescores"
// Here are the rest of the buttons and submenus
// You can change these safely if you want.