Navigation

    Plutonium
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Donate
    1. Home
    2. SwizeyV

    SwizeyV (@SwizeyV)

    1
    Reputation
    24
    Posts
    30
    Profile views
    2
    Followers
    0
    Following
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Information about SwizeyV

    Contributor
    Joined
    Last Online
    Website
    cod-og.eu/
    Age
    21

    Best posts made by SwizeyV

    • Problème manette plutonium BO2 et MW3

      @Dotexx tiens si ça peu t’aider : https://forum.plutonium.pw/topic/2815/setting-up-a-ps4-controller-with-ds4windows?_=1623060636508

      posted in General Discussion

    Latest posts made by SwizeyV

    • server dedicated t6 cracks when filled with the latest version solution?

      @VZLAxSmoke resolved ?

      posted in BO2 Server Hosting Support
    • server dedicated t6 cracks when filled with the latest version solution?

      @VZLAxSmoke the best way u can do it's to reverse plutonium to r3208 and then it's work perfectly even with T5 ( https://prnt.sc/Dl9nUvYGnDWA )

      posted in BO2 Server Hosting Support
    • server dedicated t6 cracks when filled with the latest version solution?

      @Xerxes Hi, when T6 server are filled server is not reachable (like that : https://prnt.sc/LEY7yrRCL5fU) and that since the latest pluto update

      posted in BO2 Server Hosting Support
    • l atout masto bug

      @minato_sensei456 tu joue en solo ou t'as rejoins un serveur ? Y manque des éléments pour mieux comprendre ton problème.

      posted in Sujets Français
    • ban sans raison

      Bonjour,
      Juste pour vous dire une chose tres importante le staff plutonium n’a aucun pouvoir sur la gestion des serveur.
      il y a très souvent des discord lié a ce même serveur ou vous vous connectez pour jouer.
      Le meilleur moyen d’avoir une explication est de passer par le staff du serveur en question.

      👋🏽

      posted in Sujets Français
    • [SUPPORT] HUD Streak & Health

      Hi community,
      I would add a simple HUD to my T6 server like ( https://forum.plutonium.pw/topic/10826/hud-killstreak-player ) Work perfectly on IW5

      but i've an issue on my server after 10min running, like https://prnt.sc/YIl1ewU0dbpW

      If someone can help me 🙂

      My script :

      {
          level thread onPlayerConnect();
      }
      
      onPlayerConnect()
      {
          for(;;)
          {
              level waittill("connected", player);        
              player thread killstreakPlayer();
      		player thread healthPlayer();		
          }
      }	
      
      
      killstreakPlayer ()
      {
      	self endon ("disconnect");
      	level endon("game_ended");
      	self.hudkillstreak = createFontString ("Objective", 1);
      	self.hudkillstreak setPoint ("CENTER", "TOP", "CENTER", 10);
      	self.hudkillstreak.label = &"^5 KILLSTREAK: ^7";
      	
      	while(true)
      	{
      		self.hudkillstreak setValue(self.pers["cur_kill_streak"]);
      		wait 0.5;
      	}
      	
      	
      }
      healthPlayer()
      {
      	self endon("disconnect");
      	//self iprintln( "HEALTH: "+ self.health);
      	self.healthText = createFontString("Objective" , 1);
          self.healthText setPoint("BOTTOM", "BOTTOM", 0, -8);
              while(true)
                    {
                     self.healthText setText( "^5HEALTH: ^7"+ self.health);
                     wait 0.5;
                    }
      } ```
      posted in BO2 Modding Support & Discussion
    • Prise en charge de plusieurs manettes

      @SingleHop88 Non, justement.

      posted in Sujets Français
    • Prise en charge de plusieurs manettes

      @SingleHop88 Salut, non c'est impossible sur PC.

      posted in Sujets Français
    • « Server is not running »

      @Dss0

      I modified it in the meantime I didn't get any error I think it came from the map rotation maybe I've made a mistake.

      spoiler
      posted in BO2 Server Hosting Support
    • « Server is not running »

      Dear community,

      I was making another T6 server, so i made it …

      But after few maps i’ve « server is not running » under « sending heartbeat »

      NB : I’ve already 2 servers running fine

      If someone Know what is this, thank you.

      posted in BO2 Server Hosting Support