// Command 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 BotOnly be moved
// around or deleted.
//
//
// Limitations:
// Maximum of 40 menus.
// Maximum of 100 buttons per menu.

//--------------------------------------------------------
// Everything below here is editable

"6" "BOT MENU" 
{
"1" "Ajouter Bot(s)" 
{ 
"1" "Un Bot Aleatoire" "bot_add; say *** Ajout d'un bot ***"
"2" "Un Bot Counter-Terroristes" "bot_add_ct; say *** Ajout d'un bot CT ***"
"3" "Un Bot Terroriste" "bot_add_t; say *** Ajout d'un bot Terro ***"
"4" "..."
{
"1" "3 Bots" "bot_quota 3; say *** Ajout de 3 bots ***"
"2" "9 Bots" "bot_quota 9; say *** Ajout de 9 bots ***"
"3" "15 Bots" "bot_quota 15; say *** Ajout de 15 bots ***"
"4" "XX Bots" "messagemode bot_quota; say *** Ajout de XX bots ***"
}
}
"2" "Configuration"
{
"1" "Armements"
{
"1" "Toutes les armes" "bot_BotAll_weapons; say *** Toutes les armes sont autorisees (defaut) ***"
"2" "Pistolets" 
{
"1" "Oui" "bot_BotAllow_pistols 1; say *** Pistolets autorises ***"
"2" "Non" "bot_BotAllow_pistols 0; say *** Pistolets non autorises ***"
}
"3" "Fusils a Pompe" 
{
"1" "Oui" "bot_BotAllow_shotguns 1; say *** Fusils a pompe autorises ***"
"2" "Non" "bot_BotAllow_shotguns 0; say *** Fusils a pompe non autorises ***"
}
"4" "SMG" 
{
"1" "Oui" "bot_BotAllow_sub_machine_guns 1; say *** SMG autorises ***"
"2" "Non" "bot_BotAllow_sub_machine_guns 0; say *** SMG non autorises ***"
}
"5" "Fusils d'Assaut" 
{
"1" "Oui" "bot_BotAllow_rifles 1; say *** Fusil d'Assaut autorises ***"
"2" "Non" "bot_BotAllow_rifles 0; say *** Fusil d'Assaut non autorises ***"
}
"6" "Sulfateuse" 
{
"1" "Oui" "bot_BotAllow_machine_guns 1; say *** Sulfateuse autorise ***"
"2" "Non" "bot_BotAllow_machine_guns 0; say *** Sulfateuse non autorise ***"
}
"7" "Fusil a lunette" 
{
"1" "Oui" "bot_BotAllow_snipers 1; say *** Fusils a lunette autorises ***"
"2" "Non" "bot_BotAllow_snipers 0; say *** Fusils a lunette non autorises ***"
}
"8" "Grenades" 
{
"1" "Oui" "bot_BotAllow_grenades 1; say *** Grenades autorises ***"
"2" "Non" "bot_BotAllow_grenades 0; say *** Grenades non autorises ***"
}
"9" "Boucliers" 
{
"1" "Oui" "bot_BotAllow_shield 1; say *** Bouclier autorise ***"
"2" "Non" "bot_BotAllow_shield 0; say *** Bouclier non autorise ***"
}
}
"2" "Comportements"
{
"1" "independant" "bot_allow_rogues 1; say *** Bot pouvant etre independant (defaut) ***"
"2" "dependant" "bot_allow_rogues 0; say *** Bot dependant ***"
}

"3" "Choix des Camps" 
{
"1" "CT et Terroristes" "bot_join_team any; say *** Bots CT et Terro (defaut) *** "
"2" "Seulement CT" "bot_join_team ct; say *** Bots rejoindront seulement le camp CT ***"
"3" "Seulement Terroriste" "bot_join_team t; say *** Bots rejoindront seulement le camp Terro ***"
}
"4" "Difficulte" 
{
"1" "Facile" "bot_Difficulty 0; say *** Bots de niveaux Facile ***"
"2" "Normal" "bot_Difficulty 1; say *** Bots de niveaux Normal ***"
"3" "Difficile" "bot_Difficulty 2; say *** Bots de niveaux Difficile ***"
"4" "Expert" "bot_Difficulty 3; say *** Bots de niveaux Expert ***"
}
"5" "Prefix des Noms" "messagemode bot_prefix; say *** Modification des prefix des bots ***"
"6" "RESET" "bot_join_team any ; bot_allow_rogues 1 ; bot_BotAll_weapons; say *** Reinitialisation des Bots par defaut ***"
}
"3" "Fun"
{
"1" "Couteaux" "exec BotOnlyKnives.cfg"
"2" "Pistolets" "exec BotOnlyGuns.cfg"
"3" "Fusils a pompes" "exec BotOnlyShotguns.cfg"
"4" "SMG" "exec BotOnlySMG.cfg" 
"5" "Armes d'Assaut" "exec BotOnlyRifles.cfg"
"6" "Snipeurs" "exec BotOnlySnipers.cfg"
"7" "Sulfateuse" "exec BotOnlyMG.cfg"
"8" "Bouclier" "exec BotOnlyShield.cfg"
"9" "Disco"
{
"1" "On" "bot_show_nav 1; say *** Mode Disco On ***"
"2" "Off" "bot_show_nav 0; say *** Mode Disco Off ***"
} 
"10" "Off" "exec BotAllWeapons.cfg; bot_show_nav 0"
}
"4" "Tuer tous les Bots" "bot_kill; say *** Tuer tous les bots ***"
"5" "Kicker tous les Bots" "bot_kick; say *** Kicker tous les bots ***"
}

"2" "#Cstrike_HELP"
{
CUSTOM "1" "#Cstrike_Map_Desc" "!MAPBRIEFING"
"2" "#Cstrike_Time_Left" "timeleft"
"3" "#Cstrike_Adjust_Crosshair" "adjust_crosshair"
"4" "#Cstrike_Use_Left_Hand" "cl_righthand 0"
"5" "#Cstrike_Use_Right_Hand" "cl_righthand 1"
"6" "Modifier votre pseudo" "messagemode name"
}
"3" "#Cstrike_CHANGE_TEAM" "chooseteam"
"4" "#Cstrike_DROP_CURRENT_ITEM" "drop"
"5" "RELANCER LA MAP" "sv_restart 1" 

"0" "ANNULER" "slot10"