Thread: pk rating

Results 1 to 3 of 3
  1. #1 pk rating 
    Registered Member
    Join Date
    Mar 2007
    Posts
    64
    Thanks given
    0
    Thanks received
    0
    Rep Power
    3
    hello i got 3k registred member and i wanna make for every one pk rating 0 are any programs or someting? for it becouse for 3k user its to much write with hand..
     

  2. #2  
    Registered Member blood rush20's Avatar
    Join Date
    Sep 2008
    Posts
    426
    Thanks given
    18
    Thanks received
    9
    Rep Power
    7
    just make a codelike if pkrating <=1
    then pkrating = 0
    any1 that logs on with 1 or more pk it will set it to 0 cause i don't think 3k ppl play ever day and only keep it on for a week and u should be good to remove it after so they can gian pkrating agian
     

  3. #3  
    Registered Member
    Join Date
    Apr 2008
    Age
    15
    Posts
    27
    Thanks given
    0
    Thanks received
    0
    Rep Power
    7
    Well what he says has some truth except there is a better way. You can do a version of an economy restart which is harder to code but you have it forever if you ever need it again. And there's another method you could put under initialize()


    add this

    Code:
    if(pkRatingReset == 0){
    pkrating = 0;
    pkRatingReset = 1;
    }
    Then make pkRatingReset save into a characters profile. If you need anymore help just ask.
     


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
  •