Solved Advance Eclipse Error - Need Help

Discussion in 'Plugin Development' started by YoloSanta, Jun 17, 2017.

Thread Status:
Not open for further replies.
  1. Offline

    YoloSanta

    Hey guys I was making a fork of an AntiCheat(Its allowed, open sourced) and I ran into an error, so this is the error eclipse tell me
    and here are some screenshots of the code where error is occurring,
    ScreenShot 1
    ScreenShot 2
     
  2. Offline

    Zombie_Striker

    @YoloSanta
    Ignorecanceled is supposed to be a boolean, stating whether or not it should ignore if the event has been canceled. Change the "1" to "true"
     
  3. Offline

    YoloSanta

    Fixed! Now I have a second error
    Screenshot1
     
  4. Offline

    Zombie_Striker

    @YoloSanta
    Change Long to long. That may fix the problem. If not, just cast the variables to a long.
     
  5. Offline

    YoloSanta

    Thanks! Changing from L to l did fix it!
     
Thread Status:
Not open for further replies.

Share This Page