Thread: Add Model command help me please

Results 1 to 4 of 4
  1. #1 Add Model command help me please 
    Registered Member Chris_'s Avatar
    Join Date
    Sep 2012
    Posts
    65
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    hey guys im not sure how to use Add Model command help me please

    Code:
    					if(inputString.startsWith("/"))
    						inputString = "::" + inputString;
    					if(inputString.equals("add model")) {
    						try {
    							int ModelIndex = Integer.parseInt(JOptionPane.showInputDialog(this, "Enter model ID", "Model", 3));
    							byte[] abyte0 = getModel(ModelIndex);
    							if(abyte0 != null && abyte0.length > 0) {
    								decompressors[1].method234(abyte0.length, abyte0, ModelIndex);
    								pushMessage("Model: [" + ModelIndex + "] added successfully!", 0, "");
    							} else {
    								pushMessage("Unable to find the model. "+ModelIndex, 0, "");
    							}
    						} catch(Exception e) {
    							pushMessage("Syntax - ::add model <path>", 0, "");
    						}
    					}
    Owner Of SeenScape

    Reply With Quote  
     

  2. #2  
    Donator


    Join Date
    Jun 2011
    Posts
    2,549
    Thanks given
    539
    Thanks received
    402
    Rep Power
    683
    Pretty sure it's just "add model"
    All the best,
    Nirvana

    Reply With Quote  
     

  3. #3  
    Registered Member Chris_'s Avatar
    Join Date
    Sep 2012
    Posts
    65
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    Quote Originally Posted by Valedictorian View Post
    Pretty sure it's just "add model"
    ok, ive tryed ::add model 1234 in the normal chat and clan chat i tryed /::add model 1234 and /add model 1234 also i tryed add model 1234 and addmodel 1234 and still noting

    HELP ME?
    Owner Of SeenScape

    Reply With Quote  
     

  4. #4  
    Registered Member Chris_'s Avatar
    Join Date
    Sep 2012
    Posts
    65
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    bump
    Owner Of SeenScape

    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

Similar Threads

  1. Command for ::add model
    By Oogle in forum Help
    Replies: 0
    Last Post: 07-21-2012, 10:30 AM
  2. add model
    By deershoot3r in forum Help
    Replies: 0
    Last Post: 06-14-2011, 02:25 AM
  3. [HELP] add model command [HELP]
    By wooden spoon in forum Help
    Replies: 1
    Last Post: 03-29-2010, 12:10 AM
  4. Replies: 1
    Last Post: 08-16-2008, 04:05 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •