Thread: Urgent!

Results 1 to 2 of 2
  1. #1 Urgent! 
     

    Vastiko's Avatar
    Join Date
    Dec 2006
    Posts
    5,700
    Thanks given
    300
    Thanks received
    663
    Rep Power
    5000
    I need a client that adds models via the add model text mine is fooked and doesn't work =\
    Reply With Quote  
     

  2. #2  
    Registered Member danman88's Avatar
    Join Date
    May 2008
    Posts
    60
    Thanks given
    0
    Thanks received
    0
    Rep Power
    4
    add this
    Code:
    if(s.startsWith("add models")) {
    for(int anIntX = 0; anIntX < 10000; anIntX++) {
        byte[] abyte0 = GetModel(anIntX);
         if(abyte0 != null && abyte0.length > 0){
           aClass14Array970[1].method234(abyte0.length, abyte0, (byte)2, anIntX);
           method77("Model: ["+anIntX+"] added successfully!", 0, "", aBoolean991);
    }else{
    }
    }
    }
    Right above:
    Code:
     int j2 = 0; int i3 = 0;
                            if(s.startsWith("yellow:"))
                            {
                                j2 = 0;
    War never solved anything, except slavery, oppression, communism, and nazism...now for terrorism.
    You are never forgotten.
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •