Thread: [Riotscape/Insanity] Highscores Error, REPPING!

Results 1 to 6 of 6
  1. #1 [Riotscape/Insanity] Highscores Error, REPPING! 
    Registered Member
    Join Date
    Dec 2009
    Posts
    356
    Thanks given
    3
    Thanks received
    2
    Rep Power
    2
    Hey guys,
    I am trying to make auto updating highscores with MYSQL on my riotscape/insanity base.
    But when i compile i get this error, i dont know how to fix it.
    I think it is something with the saving method on riotscape?
    Can someone please help me out? (please answer detailed so i know what to do)

    OR add me on msn: [email protected]

    Code:
    src\server\model\players\SQL.java:48: cannot find symbol
    symbol  : class client
    location: class server.model.players.SQL
            public static boolean saveHighScore(client clientToSave) {
                                                ^
    Note: Some input files use unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    1 error
    Druk op een toets om door te gaan. . .
    Thank's,
    Dimitri
     

  2. #2  
    Registered Member
    Division's Avatar
    Join Date
    Dec 2009
    Age
    29
    Posts
    2,208
    Thanks given
    41
    Thanks received
    78
    Rep Power
    97
    change client to Client...
     

  3. #3  
    Registered Member

    Join Date
    Sep 2009
    Posts
    1,723
    Thanks given
    45
    Thanks received
    81
    Rep Power
    269
    Code:
    public static boolean saveHighScore(client clientToSave) {
    to
    Code:
    public static boolean saveHighScore(Client ClientToSave) {


    Web Hosting | VPS | CDN | DDoS Protected Solutions
     

  4. #4  
    The Illest

    iitzTyson's Avatar
    Join Date
    May 2010
    Posts
    1,164
    Thanks given
    345
    Thanks received
    73
    Rep Power
    103
    I did that, and now i have 100 errors....
     

  5. #5  
    Registered Member
    Lil Str Kid's Avatar
    Join Date
    Jul 2007
    Age
    31
    Posts
    1,302
    Thanks given
    169
    Thanks received
    71
    Rep Power
    260
    Quote Originally Posted by Elite h4x View Post
    Code:
    public static boolean saveHighScore(client clientToSave) {
    to
    Code:
    public static boolean saveHighScore(Client ClientToSave) {
    Emm no....


    Code:
    public static boolean saveHighScore(Client clientToSave) {
     

  6. #6  
    Donator [Riotscape/Insanity] Highscores Error, REPPING! Market Banned



    Join Date
    Apr 2008
    Age
    32
    Posts
    966
    Thanks given
    210
    Thanks received
    152
    Rep Power
    203
    Add my msn, I'll fix for you. checkout my highscores in showoff
     


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
  •