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

Plutonium

JuiceTrailer62undefined

JuiceTrailer62

@JuiceTrailer62
About
Posts
17
Topics
1
Groups
0
Followers
4
Following
4

Posts

Recent Best Controversial

  • any velocity/speed meters?
    JuiceTrailer62undefined JuiceTrailer62

    Resxt this is pretty cool, I converted it to bo2 and enjoy it, if you are the creator thank you


  • [Release] [Zombies] Health and Zombie Counter
    JuiceTrailer62undefined JuiceTrailer62
    divide_color( a, b, c ) {
        return( a / 255, b / 255, c / 255 );
    }
    

    If you want to, I haven't seen it yet.
    you can divide the color of the health and zombies, have it green for max health, half health yellow, and low red with this function same with zombies, have it red for last ect, its cool and it hasn't been done to my knowledge. example

    if( self.health <= 100 ) {
        return divide_color( math );
    }
    else {
        return divide_color( math );
    }
    ``` I'll test and get the math and update this later
  • 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