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

SwizeyV (@SwizeyV)
Best posts made by SwizeyV
Latest posts made by SwizeyV
-
@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 )
-
@Xerxes Hi, when T6 server are filled server is not reachable (like that : https://prnt.sc/LEY7yrRCL5fU) and that since the latest pluto update
-
@minato_sensei456 tu joue en solo ou t'as rejoins un serveur ? Y manque des éléments pour mieux comprendre ton problème.
-
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. -
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 IW5but 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; } } ```
-
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.