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

Plutonium

Slxxpyundefined

Slxxpy

@Slxxpy
About
Posts
31
Topics
7
Groups
0
Followers
11
Following
3

Posts

Recent Best Controversial

  • New project that I'm almost done with:)
    Slxxpyundefined Slxxpy

    hindercanrun o nice want to share ss or u can add me on discord if you wantπŸ‘


  • New project that I'm almost done with:)
    Slxxpyundefined Slxxpy

    New version that will be the final version release:)
    Screenshot (390).png


  • New project that I'm almost done with:)
    Slxxpyundefined Slxxpy

    hindercanrun also added a moving atom up top https://codservers.xyz/


  • New project that I'm almost done with:)
    Slxxpyundefined Slxxpy

    hindercanrun lol ty i will fix the search bar xd


  • New project that I'm almost done with:)
    Slxxpyundefined Slxxpy

    AZEOSMAN https://codservers.xyz/ almost done with it:) Just finishing my discord server and small fixes on the website


  • New project that I'm almost done with:)
    Slxxpyundefined Slxxpy

    Its not finished yet because I have a few more ideas to implement on the website:)


  • Plutonium server key page concept:)
    Slxxpyundefined Slxxpy

    Sorex sorry for the late reply ive been working on this lately: https://forum.plutonium.pw/topic/29752/new-project-that-i-m-almost-done-with if you want my discord: natsuu#0645


  • Plutonium server key page concept:)
    Slxxpyundefined Slxxpy

    I just do simple tings:)

    Screenshot (210).png


  • Plutonium server key page concept:)
    Slxxpyundefined Slxxpy

    Mr. Android I don't have any real professional experience, I just occasionally code concept stuff for different styled websites(not the best at it) and code discord bots for fun:)


  • Plutonium server key page concept:)
    Slxxpyundefined Slxxpy

    Screenshot (202).png

    Screenshot (203).png


  • Velocity Hud/Health Hud
    Slxxpyundefined Slxxpy

    mxve o i see, that makes sense thank you:)


  • Velocity Hud/Health Hud
    Slxxpyundefined Slxxpy

    Simple gsc script to show your health(with color changing depending on how low your health is) and velocity Hud that shows you highest velocity reached and current velocity speed.

    Credits:
    Clipzor = Clippy
    Slxxpy = Sleepy

    γ‚Ήγ‚―γƒͺγƒΌγƒ³γ‚·γƒ§γƒƒγƒˆ (1149).png

    #include maps\mp\_utility;
    #include common_scripts\utility;
    #include maps\mp\gametypes\_hud_util;
    //Coded by Slxxpy and Clippy
    
    init(){
    
        level thread onConnect();
    
    }
    
    onConnect()
    {
      for (;;)
      {
        level waittill("connected", player);
        player thread PlayerSpawnedConnected();  
        player thread hudposition();
        player thread Velocity();
        player thread healthPlayer();
      }
    }
    
    PlayerSpawnedConnected()
    {
      self endon("disconnect");
      for(;;)
      {
        self waittill("spawned_player");
        self.velhigh = 0;
        self.velhighmeter setText("^3(" +floor(self.velhigh) + ")" );
      }
    }
    
    hudposition()
    {
    	self endon("disconnect");
        level endon("game_ended");	
        self.velmeter = self createFontString( "default", 1.5 );
        self.velmeter setPoint( "BOTTOM", "BOTTOM", 0, -26  );
        self.velmeter.label = &"^7";
        self.velmeter.HideWhenInMenu = true;
    
        self.velhighmeter = self createFontString( "default", 1.5 );
        self.velhighmeter setPoint( "BOTTOM", "BOTTOM", 0, -41  );
        self.velhighmeter setText("^3(" +floor(self.velhigh) + ")" );
        self.velhighmeter.HideWhenInMenu = true;
    }
    Velocity()
    {
    		self endon("disconnect");
    		level endon("game_ended");	
        self.velhigh = 0;
        self.velhighmeter setValue(floor(self.velhigh));
    		while(true)
    		{
    		self.newvel = self getvelocity();
    		self.newvel = sqrt(float(self.newvel[0] * self.newvel[0]) + float(self.newvel[1] * self.newvel[1]));
    		self.vel = self.newvel;
    		self.velmeter setvalue(floor(self.vel));
    
        if(self.vel > self.velhigh)
               {
                self.velhigh = self.vel;
                 self.velhighmeter setText("^3(" +floor(self.velhigh) + ")" );
                }
    
    		wait 0.05;
    
    		}
    }
    healthPlayer()
    {
        self endon("disconnect");
        self.healthText = createFontString( "default", 1.4 );
        self.healthText setPoint( "BOTTOM", "BOTTOM", 0, -8  );
        self.healthText.glowalpha = 1; 
        self.healthText.glowcolor = (0.0, 1.0, 0.0); 
        self.healthText.HideWhenInMenu = true;
       
           for(;;)
            {
        self.healthText setText( "Health: "+ self.health);
        self.healthText.glowcolor = (
            1.0 - self.health / 100,
            self.health / 100,
            0.0
        );
                wait 0.5;
            }
    }
    

  • Server crash how fun:)
    Slxxpyundefined Slxxpy

    Screenshot (2175).png

    Happens when ever a player joins the server.

    The error:

    Exception Code: 0xC0000005
    Exception Address: 0xAB3F9240


  • Discord bot support for executing commands
    Slxxpyundefined Slxxpy

    This is my simple version:) Screenshot (1642).png


  • Discord bot support for executing commands
    Slxxpyundefined Slxxpy

    https://github.com/fedddddd/node-server-manager - this I believe is it but I coded a simple bot that checks status for iw5 servers if you want just dm Slxxpy#2997:)


  • Sign ups for Server-Owners channel - Discord
    Slxxpyundefined Slxxpy

    Mr. Android

    Discord: Slxxpy#2997
    Server name: ^6Slxxpy^7 Infected


  • How sexy would this be? πŸ‘€
    Slxxpyundefined Slxxpy

    Sorex I have a question about your trickshot menu real quick:) my discord is Slxxpy#2997


  • Need help with sv_cheats
    Slxxpyundefined Slxxpy

    Dasfonia ty so much it worked:)

  • 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