Thread: 667 source compiling need help!!!

Results 1 to 4 of 4
  1. #1 667 source compiling need help!!! 
    Registered Member
    Join Date
    May 2014
    Posts
    40
    Thanks given
    1
    Thanks received
    0
    Rep Power
    11
    Hello i got a problem and i was hoping someone could help me fix it as i am new to coding and dont know what i gotta do..
    2 errors are popping up i was messing around in the commands and trying to make yell donator only but i changed everything back to what it was and i still came up to an error. i just dont understand it If you know what proble thank you so much Also everyone is E-Mail me via Yahoo mail at[email protected]

    Reply With Quote  
     

  2. #2  
    Contributor

    clem585's Avatar
    Join Date
    Sep 2013
    Posts
    3,788
    Thanks given
    706
    Thanks received
    702
    Rep Power
    570
    It cannot find the symbol. Basically you need to create a boolean named IS_GRAPHIC in Settings.java. Make sure it's the right Caps/_.
    Project thread
    Reply With Quote  
     

  3. #3  
    Donator

    Join Date
    Jul 2012
    Posts
    110
    Thanks given
    8
    Thanks received
    3
    Rep Power
    11
    I assume those commands are for admins, if so either:
    go to Settings.java and somewhere add
    public static int IS_GRAPHIC = 2;

    or replace "Settings.IS_GRAPHIC" with a 2.

    if those commands are for moderators replace the 2 with a 1.

    I recommend changing the variable to say "ADMIN_RANK" because "IS_GRAPHIC" shouldn't be an integer, seems more like a rank, but perhaps I'm misinterpreting what it's supposed to be for
    Reply With Quote  
     

  4. #4  
    Registered Member Project-Legacy's Avatar
    Join Date
    Aug 2014
    Posts
    13
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    Try this

    Code:
    public static final int IS_GRAPHIC = 2;

    Coding is 4 life not for a year
    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

Similar Threads

  1. Replies: 2
    Last Post: 08-16-2014, 03:32 PM
  2. Compiling [Need help]
    By Tetrent77 in forum Help
    Replies: 11
    Last Post: 02-21-2013, 03:45 PM
  3. 614 source run... Need help really bad...
    By Derrezed in forum Help
    Replies: 1
    Last Post: 12-20-2011, 05:45 PM
  4. Pi Compiler need help
    By arcane-scape in forum Help
    Replies: 3
    Last Post: 09-29-2011, 04:10 PM
  5. 613/614 Compiler...Need help
    By I Pk Nomad in forum Help
    Replies: 4
    Last Post: 12-07-2010, 04:58 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •