Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate
Collapse

Plutonium

hikinataundefined

hikinata

@hikinata
About
Posts
14
Topics
2
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Play Plutonium Offline [BO1, BO2, MW3, WAW]
    hikinataundefined hikinata

    TahjGadd ty, i have found a solution 🙂


  • [CUSTOM MENU] make a edit text box button ?
    hikinataundefined hikinata

    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 match
    hikinataundefined hikinata

    Xerxes ❤ 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
            }
        }
    }
    
    
  • 1 / 1
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate