Thread: Commands don't work? such as ::mypos and ::interface?

Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1 Commands don't work? such as ::mypos and ::interface? 
    Registered Member Le Lenny's Avatar
    Join Date
    Oct 2012
    Age
    28
    Posts
    368
    Thanks given
    45
    Thanks received
    5
    Rep Power
    12
    Could someone help me? most of my commands don't work only ::item for owners, also if anyone knows how to remove char rights = 4 for donors that would be very much appreciated!

    Thank you,
    Puzzles
    Reply With Quote  
     

  2. #2  
    Certified Stoner

    demon dylan001's Avatar
    Join Date
    Feb 2009
    Age
    28
    Posts
    1,134
    Thanks given
    77
    Thanks received
    96
    Rep Power
    509
    post your commands.java on pastebin and i will take a look at it.
    Quote Originally Posted by Legitimate View Post
    this kids a str8 leecher
    lol ^ this kid calls me a leecher and buys tons of stuff from me.
    I host Call of duty prestige lobbies on xbox 360
    I can host any call of duty you want just make me an offer pm me if interested
    Spoiler for Sig too big:

    skype-demondylan001 discord demon dylan001#8904
    Attached image
    Reply With Quote  
     

  3. #3  
    Registered Member Le Lenny's Avatar
    Join Date
    Oct 2012
    Age
    28
    Posts
    368
    Thanks given
    45
    Thanks received
    5
    Rep Power
    12
    Quote Originally Posted by demon dylan001 View Post
    post your commands.java on pastebin and i will take a look at it.
    Commands - Pastebin.com

    Thank you.
    Reply With Quote  
     

  4. #4  
    « Detective Enrique »
    Admiral's Avatar
    Join Date
    Feb 2013
    Posts
    330
    Thanks given
    83
    Thanks received
    61
    Rep Power
    37
    Quote Originally Posted by Puzzles View Post
    Could someone help me? most of my commands don't work only ::item for owners, also if anyone knows how to remove char rights = 4 for donors that would be very much appreciated!

    Thank you,
    Puzzles
    You you want a donor rights group at all or no? You could always change that number to whatever you want it to be.
    Reply With Quote  
     

  5. #5 hey 
    Certified Stoner

    demon dylan001's Avatar
    Join Date
    Feb 2009
    Age
    28
    Posts
    1,134
    Thanks given
    77
    Thanks received
    96
    Rep Power
    509
    theres no sense in having all this.....
    Code:
        if (c.playerRights >= 0)
            playerCommands(c, playerCommand);
        if (isModerator(c.playerName) || isAdministrator(c.playerName) || isOwner(c.playerName))
            moderatorCommands(c, playerCommand);
        if(isAdministrator(c.playerName) || isOwner(c.playerName))
            administratorCommands(c, playerCommand);
        if(isOwner(c.playerName))
            ownerCommands(c, playerCommand);
        }
    Code:
        if (c.playerRights >= 0)
            playerCommands(c, playerCommand);
        if (c.playerRights >= 1)
            moderatorCommands(c, playerCommand);
        if(c.playerRights = 2)
            administratorCommands(c, playerCommand);
        if(isOwner(c.playerName))
            ownerCommands(c, playerCommand);
        }
    Quote Originally Posted by Legitimate View Post
    this kids a str8 leecher
    lol ^ this kid calls me a leecher and buys tons of stuff from me.
    I host Call of duty prestige lobbies on xbox 360
    I can host any call of duty you want just make me an offer pm me if interested
    Spoiler for Sig too big:

    skype-demondylan001 discord demon dylan001#8904
    Attached image
    Reply With Quote  
     

  6. #6  
    Registered Member Le Lenny's Avatar
    Join Date
    Oct 2012
    Age
    28
    Posts
    368
    Thanks given
    45
    Thanks received
    5
    Rep Power
    12
    This still doesn't help my problem?
    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    Jul 2013
    Posts
    244
    Thanks given
    3
    Thanks received
    11
    Rep Power
    11
    They probably work just you have to Do it in Developers Screen(lol idk what its called)
    Click ` ( which is to the left of #1)
    then try commands
    Reply With Quote  
     

  8. #8  
    Registered Member Le Lenny's Avatar
    Join Date
    Oct 2012
    Age
    28
    Posts
    368
    Thanks given
    45
    Thanks received
    5
    Rep Power
    12
    Quote Originally Posted by falloutscape View Post
    They probably work just you have to Do it in Developers Screen(lol idk what its called)
    Click ` ( which is to the left of #1)
    then try commands
    Its a 317/474, Im making a 07 Server :3 Still not working...
    Reply With Quote  
     

  9. #9  
    Registered Member
    Join Date
    Jul 2013
    Posts
    244
    Thanks given
    3
    Thanks received
    11
    Rep Power
    11
    Quote Originally Posted by Puzzles View Post
    Its a 317/474, Im making a 07 Server :3 Still not working...
    This Section is for 503+.
    Reply With Quote  
     

  10. #10  
    Registered Member Le Lenny's Avatar
    Join Date
    Oct 2012
    Age
    28
    Posts
    368
    Thanks given
    45
    Thanks received
    5
    Rep Power
    12
    Quote Originally Posted by falloutscape View Post
    This Section is for 503+.
    Not a single f**k was given

    Moving thread
    Reply With Quote  
     

Page 1 of 2 12 LastLast

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. Dementhium New Commands Don't Work
    By oshua00 in forum Help
    Replies: 4
    Last Post: 12-31-2011, 09:02 PM
  2. My commands don't work.
    By kling in forum Help
    Replies: 2
    Last Post: 07-07-2011, 10:06 PM
  3. Replies: 16
    Last Post: 02-16-2011, 08:39 PM
  4. Replies: 3
    Last Post: 01-20-2011, 03:02 AM
  5. My Commands don't work properly..
    By Mnnmnmmnmnnm in forum Help
    Replies: 2
    Last Post: 12-16-2009, 07:41 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
  •