1. Hi There,

    Is there currently a way to draw a gui? Or any sort of popup?
     
  2. This is currently not possible. That would need to be provided by Hurtworld.
     
  3. You can use the notifications on the bottom right to display a short custom message if you want a little popup :)
     
  4. Nice, not exactly what I needed but definitely something I would want.
    Do you have more info on this?
     
  5. Code:
    AlertManager.Instance.GenericTextNotificationServer("This is a Notification!");
     
  6. This is on our todo, likely when we get around to the machine refactor. What would be on your wish-list for this?
     
  7. Currently I am just looking for a way to draw a popup/menu to blend plugins into the game, with buttons ect. So nothing to famcy as this can always be improved later.
     
  8. Buttons to call console commands?
    Panels, Text/Labels and maybe Images :p
    If possible, maybe input fields.
    I'd love it :)