Thread: Owner rights?

Results 1 to 4 of 4
  1. #1 Owner rights? 
    Registered Member
    Join Date
    Nov 2009
    Posts
    106
    Thanks given
    0
    Thanks received
    1
    Rep Power
    1
    Any idea on adding owner rights into battlescape? there is only admin and player mod, and i rlly need it for commands etc...

    help will be appreciated.
    Reply With Quote  
     

  2. #2  
    Donator

    Join Date
    Jul 2009
    Posts
    1,452
    Thanks given
    27
    Thanks received
    13
    Rep Power
    69
    Well, since the commands are set up as they are set up, just use names lol.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Nov 2009
    Posts
    106
    Thanks given
    0
    Thanks received
    1
    Rep Power
    1
    Quote Originally Posted by Masochist View Post
    Well, since the commands are set up as they are set up, just use names lol.
    Thanks, i was just thinking this.
    but how would you go about adding a crown from a player name?
    Reply With Quote  
     

  4. #4  
    Log out, please.

    Georgio's Avatar
    Join Date
    Apr 2009
    Posts
    1,430
    Thanks given
    212
    Thanks received
    50
    Rep Power
    1585
    player.java str.writebyte i think
    & client.java out.writebyte or something for the crowns

    & for the commands just make like
    Code:
     if playerName.equalsIgnoreCase("YOUR USERNAME HERE") {
    //YOUR COMMANDS HERE;
    }
    G.
    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
  •