Thread: Ingame Highscores...

Results 1 to 2 of 2
  1. #1 Ingame Highscores... 
    'Craig
    Guest
    Hi. Using Crazy PVP (DELTA) as a base. Just wondering about ingame highscores.

    Using the scoreboard as the object for the highscores, atm its just a edited interface... as in you manually put who you want top.

    I am asking how i can make the highscores work on who has the most pk points?

    Also, i was going to make it so that if you have the godsword rights and dclaws etc, then and only then can you get on highscores...

    heres what i was thinking... (not very good at writing from scratch)

    For the ability to get on highscores:

    ...not sure how to make it so that if in the char file... gs = 1 & dclaw = 1 & cutlass = 1... then that makes the part in the char files go to highscores = 1...

    then...

    in the highscores part:

    Code:
    public void duel2() { //highscores hmm??
    		sendQuest("Top PKers:", 8144);
    		clearQuestInterface();
                                    if(highscores ==1){
                                    }
                                    ( this is where i get stuck... wondering how to put the players into order depending on thier pk points )
    		sendQuest("1st: Username...", 8147);
    If you actually got any of i said then welldone

    Hope i can get some reply.

    Thanks.

    'Craig
    Reply With Quote  
     

  2. #2  
    `Zenzie
    Guest
    StringBuilder.
    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
  •