forms

  1. xxAROX

    WD-Forms 2023-04-10

    Forms for WaterdogPE
  2. Leonidius

    StackOverflowException when showing a form to a player - solution

    Long story short: you can't use objects as your form's class' fields. If your form is an object of your own class, which extends FormWindowSimple, FormWindowCustom or FormWindowModal, and one (or more) of your class' fields are objects, you will get this error. You can only use primitive types...
Top