TahjGadd ty, i have found a solution

hikinata
@hikinata
Posts
-
Play Plutonium Offline [BO1, BO2, MW3, WAW] -
[CUSTOM MENU] make a edit text box button ?Hi !
I did a lot of research on the forum and other things, I managed to find the game's .menu files.
In particular the pc_rename file which takes care of being able to name the classes.
In plutonium can I add a file in IW5 based on the .menus?I had created a cleaner button to join a server but I use renaming classes like varibles.
So is it possible to create my own pc_rename_ip.menu?I've seen scripts pass to add an "edit class" menu in game that I haven't managed to get to work..
I just want to know if it's possible
Merci !
-
[GSC] to shutdown server after matchXerxes
Perfect !
init() { level thread monitorMatchEnd(); } monitorMatchEnd() { while(1) { wait 1; if (level.gameEnded) // Détection de la fin du match { iprintln("^1Match terminé ! Fermeture du serveur dans 5 secondes..."); wait 5; cmdexec("quit"); // Ferme proprement le serveur } } }