Search:

Type: Posts; User: frozen java

Search: Search took 0.17 seconds.

  1. Replies
    5
    Views
    1,385

    Re: String[] and Int[]

    ok that makes since. and no its not in any method at all
  2. Replies
    5
    Views
    1,385

    Re: String[] and Int[]

    got it 3 errors left.



    .\palidino76\rs2\Config.java:15: ']' expected
    public static int[Engine.Player.pkr] String[] pvpRank = { 1, "Newbie", 5
    , "Novice", 10, "Feared", 15, "Mighty",...
  3. Replies
    5
    Views
    1,385

    String[] and Int[]

    this is the first time ive ever attempted this.

    heres my code:



    for (Player p: new Player) {
    public static int[p.pkr] String[] pvpRank = { 1, "Newbie", 5, "Novice", 10, "Feared", 15,...
Results 1 to 3 of 3