Thread: help please!!!!

Results 1 to 3 of 3
  1. #1 help please!!!! 
    zmanwonder
    Guest
    Hello i am zmanwonder, i am working on my server. and i am trying to use the inclient ismember thing to make people members i thought i did everything right but it wont save the
    playerisimember = 0 to playerismember = 1. it just resets it back to 0 please help asap!
    Reply With Quote  
     

  2. #2  
    Donator


    Join Date
    Nov 2008
    Posts
    1,031
    Thanks given
    20
    Thanks received
    33
    Rep Power
    246
    Its not in client, its in yor server files in one of these files :
    server.java
    player.java
    playerHandler.java


    Search for a text that look like :

    isplayermember = 0
    and make it

    isplayermember = 1

    save,compile and then yuor player is member !
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Mar 2008
    Age
    31
    Posts
    60
    Thanks given
    0
    Thanks received
    0
    Rep Power
    6
    Why do people do 1 or 0 when specifiying a yes or no value? Just use a boolean, true, or false. It takes up less space too. But yes, what above is what you need to change.
    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
  •