Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Paint

Joined
Jul 24, 2014
Messages
188
Well I was working on a small paint, but when testing it it doesn't show up anything.. Probably a stupid mistake.

EDIT: Nevermind got it, you need to add

getEventDispatcher().addListener(this); to the onStart..


6ekdft.jpg
 
Joined
Dec 13, 2013
Messages
83
Well I was working on a small paint, but when testing it it doesn't show up anything.. Probably a stupid mistake.

EDIT: Nevermind got it, you need to add

getEventDispatcher().addListener(this); to the onStart..


6ekdft.jpg
OP, you do know that the client itself already has a Task Framework correct? You can just do public class ExoSpan extends TaskScript, no need for you to make your own :p
 
Top