View Poll Results: Is This Useful For New Coders?

Voters
124. You may not vote on this poll
  • Yes, it's useful to new coders.

    103 83.06%
  • No.

    21 16.94%

Thread: Adding "ranks" such as donator or members.(For new coders)

Page 8 of 9 FirstFirst ... 6789 LastLast
Results 71 to 80 of 90
  1. #71  
    Registered Member
    Join Date
    Jun 2009
    Posts
    49
    Thanks given
    0
    Thanks received
    0
    Rep Power
    6
    Aww these errors :-
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~#
    .\palidino76\rs2\io\FileManager.java:119: 'else' without 'if'
    } else if (line.startsWith("donator:")) {
    ^
    .\palidino76\rs2\io\FileManager.java:121: 'else' without 'if'
    else if (line.startsWith("gender:"))
    ^
    .\palidino76\rs2\io\FileManager.java:39: cannot find symbol
    symbol : variable donator
    location: class palidino76.rs2.player.Player
    stream.writeString("Donator:" + p.donator);
    ^
    .\palidino76\rs2\io\FileManager.java:120: cannot find symbol
    symbol : variable yourrank
    location: class palidino76.rs2.player.Player
    p.yourrank = Integer.parseInt(line.substring(8));
    ^
    .\palidino76\rs2\io\packets\Commands.java:842: cannot find symbol
    symbol : variable donator
    location: class palidino76.rs2.player.Player
    p2.donator = 1;
    ^
    5 errors
    Press any key to continue . . .
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~
    I have no clue how to fix , I'd really appreciate it if someone could point me in the right direction :'D
    Reply With Quote  
     

  2. #72  
    Author of the first public OSRSPS

    Shadowy's Avatar
    Join Date
    Sep 2009
    Age
    28
    Posts
    1,499
    Thanks given
    490
    Thanks received
    241
    Rep Power
    307
    Quote Originally Posted by ecosrage View Post
    Aww these errors :-
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~#
    .\palidino76\rs2\io\FileManager.java:119: 'else' without 'if'
    } else if (line.startsWith("donator:")) {
    ^
    .\palidino76\rs2\io\FileManager.java:121: 'else' without 'if'
    else if (line.startsWith("gender:"))
    ^
    .\palidino76\rs2\io\FileManager.java:39: cannot find symbol
    symbol : variable donator
    location: class palidino76.rs2.player.Player
    stream.writeString("Donator:" + p.donator);
    ^
    .\palidino76\rs2\io\FileManager.java:120: cannot find symbol
    symbol : variable yourrank
    location: class palidino76.rs2.player.Player
    p.yourrank = Integer.parseInt(line.substring(8));
    ^
    .\palidino76\rs2\io\packets\Commands.java:842: cannot find symbol
    symbol : variable donator
    location: class palidino76.rs2.player.Player
    p2.donator = 1;
    ^
    5 errors
    Press any key to continue . . .
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~
    I have no clue how to fix , I'd really appreciate it if someone could point me in the right direction :'D

    I can't code but my best guess is...
    1st and 2nd error:
    Code:
    else if {
    not
    Code:
    if {
    4th and 5th, there no public boolean thingy, well i have no idea what this means but where all the things like that are u need to make someting in there
    Reply With Quote  
     

  3. #73  
    Registered Member
    Join Date
    May 2009
    Posts
    844
    Thanks given
    44
    Thanks received
    39
    Rep Power
    29
    Sorry for Gravedigging, but I was wondering what do i do if i'm using delta and don't have a filemanager, thanks.
    Reply With Quote  
     

  4. #74  
    Super Donator

    Sydney's Avatar
    Join Date
    Jul 2009
    Age
    31
    Posts
    560
    Thanks given
    184
    Thanks received
    175
    Rep Power
    867
    Quote Originally Posted by i0wn3v3ry View Post
    Sorry for Gravedigging, but I was wondering what do i do if i'm using delta and don't have a filemanager, thanks.
    Everything wrong started with your first three words. Also, if you're using Delta, I advise you get out of the 508+ sections.


    Spoiler for lulz:








    Reply With Quote  
     

  5. #75  
    Registered Member
    Nando's Avatar
    Join Date
    Feb 2009
    Age
    29
    Posts
    3,517
    Thanks given
    2,439
    Thanks received
    1,108
    Rep Power
    5000
    Quote Originally Posted by i0wn3v3ry View Post
    Sorry for Gravedigging, but I was wondering what do i do if i'm using delta and don't have a filemanager, thanks.
    lool


    Reply With Quote  
     

  6. #76  
    Apocraphy Owner/Dev

    o Snaappp's Avatar
    Join Date
    Nov 2012
    Posts
    657
    Thanks given
    9
    Thanks received
    85
    Rep Power
    81
    there are 2 player.java's 1 in source and in client...Which do i use?
    Reply With Quote  
     

  7. #77  
    Strive for whats best.

    Chaz's Avatar
    Join Date
    Jul 2012
    Age
    28
    Posts
    2,499
    Thanks given
    376
    Thanks received
    614
    Rep Power
    170
    Quote Originally Posted by oGusher View Post
    there are 2 player.java's 1 in source and in client...Which do i use?
    Figure it out.
    Reply With Quote  
     

  8. #78  
    Apocraphy Owner/Dev

    o Snaappp's Avatar
    Join Date
    Nov 2012
    Posts
    657
    Thanks given
    9
    Thanks received
    85
    Rep Power
    81
    wow dont be a fag? just answer the question?
    Reply With Quote  
     

  9. #79  
    The internet's reject
    Andy's Avatar
    Join Date
    Jun 2007
    Age
    33
    Posts
    4,371
    Thanks given
    148
    Thanks received
    1,522
    Rep Power
    3133
    Quote Originally Posted by oGusher View Post
    wow dont be a fag? just answer the question?
    This man is not a stick
    What am I watching now?

    Reply With Quote  
     

  10. #80  
    (づ。◕‿‿◕。)づ
    macalroy's Avatar
    Join Date
    Jun 2011
    Posts
    1,123
    Thanks given
    717
    Thanks received
    297
    Rep Power
    12
    Quote Originally Posted by Andy View Post
    This man is not a stick
    Actually, a fag is the British version of a cigarette. Faggot is the term for a bundle of sticks specifically used for one thing; Fuel.
    Reply With Quote  
     

Page 8 of 9 FirstFirst ... 6789 LastLast

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
  •