Thread: [562, Pali]Command Console

Results 1 to 7 of 7
  1. #1 [562, Pali]Command Console 
    Banned

    Join Date
    Jan 2009
    Age
    34
    Posts
    3,143
    Thanks given
    27
    Thanks received
    92
    Rep Power
    0
    In 562, to do a command, I have to press the "`" and enter it, how can I make it so you don't need to use the console to type in commands? It's Pali 562 I think.
    Reply With Quote  
     

  2. #2  
    Hi.

    'Mystic Flow's Avatar
    Join Date
    Nov 2007
    Posts
    7,146
    Thanks given
    256
    Thanks received
    1,252
    Rep Power
    3714
    Just do

    if(text.startsWith("::")) {
    commands(text);
    return;
    }

    in the chatpackethandler class and just do commands, take a look on how it's done for FinalCreed .



    Reply With Quote  
     

  3. #3  
    Banned

    Join Date
    Jan 2009
    Age
    34
    Posts
    3,143
    Thanks given
    27
    Thanks received
    92
    Rep Power
    0
    Quote Originally Posted by 'Mystic Flow View Post
    Just do

    if(text.startsWith("::")) {
    commands(text);
    return;
    }

    in the chatpackethandler class and just do commands, take a look on how it's done for FinalCreed .
    Using Atomic, the console thing only comes up when I'm an admin, how do I fix that?
    Reply With Quote  
     

  4. #4  
    Hi.

    'Mystic Flow's Avatar
    Join Date
    Nov 2007
    Posts
    7,146
    Thanks given
    256
    Thanks received
    1,252
    Rep Power
    3714
    Quote Originally Posted by iYamiScape View Post
    Using Atomic, the console thing only comes up when I'm an admin, how do I fix that?
    That's handled client sided lol.



    Reply With Quote  
     

  5. #5  
    Banned

    Join Date
    Jan 2009
    Age
    34
    Posts
    3,143
    Thanks given
    27
    Thanks received
    92
    Rep Power
    0
    Quote Originally Posted by 'Mystic Flow View Post
    That's handled client sided lol.
    Where in the client..?
    Reply With Quote  
     

  6. #6  
    Banned

    Join Date
    Jan 2009
    Age
    34
    Posts
    3,143
    Thanks given
    27
    Thanks received
    92
    Rep Power
    0
    Bump.
    Reply With Quote  
     

  7. #7  
    Registered Member

    Join Date
    Sep 2009
    Posts
    1,919
    Thanks given
    480
    Thanks received
    1,687
    Rep Power
    1262
    Somewhere in the client, unless you can identify packets your screwed, also make an acceptation like in finalcreed, so admins use the console.
    Attached image
    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
  •