I have a strange problem with remote event handling. I have a remote server class that has a public event, and a client that handles that event remotly, and everything worked fine so far. The problen is, I wanted to have different kinds of clients so I created a base client class, that did all the
Code:
GetObject[code] and [code]Addhandler[code] stuff, and all the clients inherit from it, but now the event handling does not seem to work. I get a Nullpointer exception somewhere along the way.
Does anyone know what's this about ?