Thread: Simple Fix to Remove Member's Requirements on Czar

Results 1 to 3 of 3
  1. #1 Simple Fix to Remove Member's Requirements on Czar 
    Registered Member

    Join Date
    Jul 2007
    Posts
    95
    Thanks given
    0
    Thanks received
    0
    Rep Power
    79
    Purpose: Successfully remove members on czar!

    Difficulty: 0.1/10

    Classes Modified: Client.java




    Ok, this is a simple obvious fix to delete members on czar

    Just search

    Code:
    public void process()
    and put in:
    Code:
    if (playerIsMember == 0) {
    playerIsMember = 1;
    }
    This will keep members, but makes it so when you log in, your automatically members and can do anything a member can
    This is easy than deleting all the members crap

    I DONT WANT SPAM SAYING 'This isn't even a tutorial'
    This is simply to help people so that they don't have to spend half an hour going through and deleteing everything that has to do with membership
    Credits: Me 100%


    Yay 13000+ Rep
     

  2. #2  
    Registered Member
    Rune Arc's Avatar
    Join Date
    Nov 2007
    Age
    26
    Posts
    788
    Thanks given
    30
    Thanks received
    12
    Rep Power
    215
    erm...if u do this ull still get errors and stuff.....if u want to fully delete members like i did, just delete all the stuff for member.

    all this does is make all players members when they log in correct ?
    "There is no such thing as a bad drug. Or a good drug. They don't have moral qualities. Human beings have moral qualities. There are plenty of opportunities to misuse a drug or use a drug in a bad way, that's not the drugs fault. It simply has the pharmacological chemical properties it has." - Dennis Mckenna
     

  3. #3  
    Registered Member

    Join Date
    Jul 2007
    Posts
    95
    Thanks given
    0
    Thanks received
    0
    Rep Power
    79
    Yes, what are the errors? This makes everyone a member lol
    Whats the problem?


    Yay 13000+ Rep
     


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
  •