Author Topic: Mission Editor Disables Respawning  (Read 624 times)

Key parts underlined:

When I hit f11 to open the mission editor for the first time on a server, I become unable to respawn after dying through the normal method of clicking the left mouse button. I have to use f7 to respawn, which, normally isn't too bad, however, all other people on my server at the time of first activation have the same effect, and they cannot use f7, and therefore, cannot respawn. Those who join after the first time I use f11 are not affected. I have read the console, and no errors are shown. I tried using trace. The clicking of the mouse was recorded, but nothing happened after that, probably meaning that the client is not sending anything to the server.

I have two questions:
1. Does this happen normally?
2. How do I keep this from happening?

It's just an error that everyone has

I suppose only Badspot could answer this.

This is a known issue and is fixed in v11.

The clicking of the mouse was recorded, but nothing happened after that, probably meaning that the client is not sending anything to the server.

Client (people on your server) mouseclicks won't normally show up in a trace unless you've packaged the trigger method.
« Last Edit: February 05, 2009, 04:35:53 AM by Ephialtes »

This is a known issue and is fixed in v11.
Alright, Good to Know.
Client (people on your server) mouseclicks won't normally show up in a trace unless you've packaged the trigger method.
Oh. That makes sense, though at the time I probably had 4 packages running that did this.