Va chercher le fichier ui_mp/ingame.menu
Tu dois avoir au début de ce fichier les lignes suivantes :
#include "ui_mp/menudef.h"
#define ORIGIN_TITLE 48 64
#define ORIGIN_CHOICE1 80 84
#define ORIGIN_CHOICE2 80 108
#define ORIGIN_CHOICE3 80 132
#define ORIGIN_CHOICE4 80 156
#define ORIGIN_CHOICE5 80 180
#define ORIGIN_CHOICE6 80 204
{
menuDef
{
name "ingame"
rect 0 0 640 480
focuscolor GLOBAL_FOCUSED_COLOR
style WINDOW_STYLE_EMPTY
blurWorld 5.0
onEsc
{
close ingame;
}
Rajoute la ligne suivante là où je l'ai mise:
#include "ui_mp/menudef.h"
#define ORIGIN_TITLE 48 64
#define ORIGIN_CHOICE1 80 84
#define ORIGIN_CHOICE2 80 108
#define ORIGIN_CHOICE3 80 132
#define ORIGIN_CHOICE4 80 156
#define ORIGIN_CHOICE5 80 180
#define ORIGIN_CHOICE6 80 204
{
menuDef
{
name "ingame"
rect 0 0 640 480
focuscolor GLOBAL_FOCUSED_COLOR
style WINDOW_STYLE_EMPTY
soundloop "music_mainmenu_mp"
blurWorld 5.0
onEsc
{
close ingame;
}
Et voilà
En plus j'ai testé, quand ton fais Esc et qu'on choisit après "Menu Principal", ça coupe même pas la musique :wink: