Author Topic: Weird eventing error  (Read 561 times)

About 2 days ago, my server worked perfectly. All the events were okay and they all worked.
Today, there was a weird error I made with the events from yesterday. There are 2 parts to this problem:
Part 1:

--------------------------------------------------------------------------------------------------------
The 2 bricks with the arrow print pictured below work completely okay.

Then I wrenched one of them:

I was shocked that the input event was "onActivate". It is supposed to be "onPlayerTouch".
So I pressed "<<Cancel" . The brick still worked okay.
I then wrenched it. The error still showed, but this time I pressed "Send>>".
The brick still worked like it originally did before all of this. I activated the brick. And it did nothing.

So the brick was ignoring all new events.

Part 2:
-------------------------------------------------------------------------------------------------------------------------------------------
Now I wrenched a brick that does a lot more. The events, like last time, were also randomly mixed up. But some events and not all of them were; I'd say about 40% were messed up. I clicked "Cancel". When I activated the brick, it did it's job. Then I opened the GUI again and cleared the events and spent a lot of time redoing them. This is what it looked like in the end:

I pressed "Send". After that, it did not work at all. None of the events worked.
I wrenched it again, and this appeared:


1: The VCE operator changed from ">=" to "==".
2: The box after the operator turned blank.


---------------------------------------------------------------------------------------

Claimers / Disclamiers:

  • The server never shut between the time everything worked correctly and the time everything failed.
  • The bricks were never reloaded in any way, either using a temp.bls and /reloadbricks or loading them the long way with the "Load bricks" button.
  • No new add-ons were loaded in any way either through the console or by restarting the server.
  • When eventing or duplicating the affected bricks, nothing showed up in the console of both the server or the client.
It seems I cannot create any new events or modify existing bricks.

I would appreciate it a lot if somebody told me if a faulty add-on was causing this. Here is the add-on list of the server (open it with notepad) :

Bump because nobody replied and it's still not fixed.

Some crap-on is loving up servercmdaddevent

Quote
$AddOn__Event_SpaceRP = 1;
Whatever that is, try removing it

Some crap-on is loving up servercmdaddevent
Whatever that is, try removing it
Oh yes I made that event.
There's another gamemode made by me enabled that interferes with it.

Oh yes I made that event.
There's another gamemode made by me enabled that interferes with it.
slowclap.gif

Okay I removed that event and it's fixed thanks!