Thread: Need help 3 errors

Results 1 to 2 of 2
  1. #1 Need help 3 errors 
    Registered Member
    Join Date
    Mar 2007
    Posts
    64
    Thanks given
    0
    Thanks received
    0
    Rep Power
    3
    was using this tut http://www.rune-server.org/runescape...er-side-2.html

    [CODE]

    src\server\model\players\packets\ClickingButtons.j ava:184: ')' expected
    c.startAnimation(c.getPA().skillcapeEmote(c.play
    er Equipment[c.playerCape]));

    ^
    src\server\model\players\packets\ClickingButtons.j ava:184: not a statement
    c.startAnimation(c.getPA().skillcapeEmote(c.play
    er Equipment[c.playerCape]));

    ^
    src\server\model\players\packets\ClickingButtons.j ava:184: ';' expected
    c.startAnimation(c.getPA().skillcapeEmote(c.play
    er Equipment[c.playerCape]));

    ^
    3 errors
    Press any key to continue . . . [\CODE]
    getting this errors help
    Reply With Quote  
     

  2. #2  
    Registered Member
    Its paris's Avatar
    Join Date
    Apr 2009
    Posts
    1,141
    Thanks given
    56
    Thanks received
    234
    Rep Power
    689
    The problem is probably that you've forgotten to put a round closing bracket ')' on the statement above line 184. Check that one out.
    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
  •