Jump to content

JAAAY/MCLOVIN

DRP VIP+
  • Posts

    93
  • Joined

  • Last visited

About JAAAY/MCLOVIN

Recent Profile Visitors

3692 profile views

JAAAY/MCLOVIN's Achievements

Crazy Member

Crazy Member (5/7)

6

Reputation

  1. What's up with the crashes lately?

    }

  2. Hey Guys the black listing is broken im currently a hobo and am able to spawn the casino models they don't work but its the models

     

  3. lol I am on right now and there are only 23 people on the server 

    1. patriotsw29

      patriotsw29

      its because american server most people at that time are getting ready for school and work.

    2. JAAAY/MCLOVIN

      JAAAY/MCLOVIN

      I know i did not go to school today ap tests have been draining me with all the studying I do

    3. patriotsw29

      patriotsw29

      i have to take the constitution test here pretty soon

  4. have a good feeling about this server and community to devote my free time to! have a great night guys sleep well

  5. JavaScript test my little memory converter (Unfinished) made on Repl.it just to see if java script can be used on here

     
     import java.util.Scanner; 
     class Main{
     public static void main(String[] args) {
          
            
       //program starts
       //the next three lines will take use input
       
      
        Scanner KMG = new Scanner(System.in);
       System.out.println("what would you like to convert 1=KB,2=MB or 3=GB");
       int WKOS = KMG.nextInt();
       
       if (WKOS == 1)
       System.out.println("Do you want KB to convert to 1=MB or 2=GB");
       int A=KMG.nextInt();
      
       
       if (A==1){
       System.out.println("how many KB do you want to convert to MB");
       int CMB = KMG.nextInt();
       double MB = CMB/1000;
       System.out.println("it is " + MB + "MB" );}
       else
       {
       if (A==2);
       System.out.println("How many KB do you want to convert to GB");
       int CGB = KMG.nextInt();
       double GB = CGB/1000000;
       System.out.println("it is " + GB + "GB");
       }
    
       if (WKOS == 2)
       System.out.println("Do you want MB to convert to 1=KB or 2=GB");
       int B = KMG.nextInt();
       
       if (B==1){
       System.out.println("how many MB do you want to convert to KB");
       int CMB = KMG.nextInt();
       double KB = CMB*1000;
       System.out.println("it is " + KB + "MB" );}
       else
       {
         if (B==2){
       System.out.println("How many MB do you want to convert to GB");
       int CGB = KMG.nextInt();
       double GB = CGB*0.001;
       System.out.println("it is " + GB + "GB");}
    
    
       
       }
       }
     }
     
     
     
     
     
     
     
     
    
    
    
    
    
    
    
    
    
    
       
       
       
       
       
     
    
      
      
    
       
    
       
    
    
       
       
       
               
               
               
               
        
          
            
     
     
    
    
    
    
            
             
            
              
            
          
             
            
            
    
    
    
    
            
     
            

     

    1. JAAAY/MCLOVIN

      JAAAY/MCLOVIN

      oh so you can't actually use it nvm i think?

    2. teh epic frog

      teh epic frog

      Yeah I know 0 about Js so I couldn’t even say anything 

    3. JAAAY/MCLOVIN

      JAAAY/MCLOVIN

      Yeah its fine man! 

×
×
  • Create New...