Thread: Can't use commands ("::" <- Don't thinks its a command)

Results 1 to 3 of 3
  1. #1 Can't use commands ("::" <- Don't thinks its a command) 
    Project-PK
    Guest
    If i write command for example:
    ::banuser coder alex
    It just write it ingame and nothing happens.
    Also I've cheaked how server is doin' , and it didnt show that i used a command.
    Picture:





    !!! IF IMAGE DON'T WORK USE THIS LINK !!!
    http://img26.imageshack.us/my.php?image=0009i.png
    Reply With Quote  
     

  2. #2  
    Ex RSPS-cleaner

    SWAT's Avatar
    Join Date
    Aug 2007
    Age
    30
    Posts
    5,484
    Thanks given
    403
    Thanks received
    599
    Rep Power
    3609
    Its client side. the client indicates the :: and send the command to the server

    check client.java of the client

    non renamed it is if(aString887.startsWith("::")) {
    Reply With Quote  
     

  3. #3  
    Project-PK
    Guest
    Quote Originally Posted by SWAT View Post
    Its client side. the client indicates the :: and send the command to the server

    check client.java of the client

    non renamed it is if(aString887.startsWith("::")) {
    I've added that but i get 100 errors.
    (now just startswith("::")){ , whole code)


    if(aString887.startsWith("::"))
    {
    aClass30_Sub2_Sub2_1192.method397((byte)6, 103);
    aClass30_Sub2_Sub2_1192.method398(aString887.lengt h() - 1);
    aClass30_Sub2_Sub2_1192.method405(aString887.subst ring(2));
    } else
    {
    String s = aString887.toLowerCase();
    int j2 = 0;


    That added.
    Using blurrs client
    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
  •