Author Topic: Eventing doesn't work. My events keep clearing or don't apply.  (Read 700 times)

Ever since two days ago, eventing just stopped working for me. The only way I know how to explain it is that if I apply any events, like Onplayertouch-->Player-->Kill, and hit SEND in the wrench menu, touching the brick doesn't kill me, and when I wrench the brick again the events are gone. Even with default addons only, the same thing happens. Whats going on here?

Nobody knows why this keeps happening?

Post your console log.

Heres an attachment.

First of all, you need to remove Client_SaveEnvironment. It messes up client add-on loading.

Another one of your client mods is probably interfering with the events, but I'm not sure which.

Remove all your client mods and get back to us.

Also, I don't know if you noticed this, but...
Code: [Select]
  CustomGameGui checking Add-On: Weapon_RPG7
    Add-On is in the list of known bad add-on CRCs - will not execute
  CustomGameGui checking Add-On: Server_PlayerAbil
    Add-On is in the list of known bad add-on CRCs - will not execute
  CustomGameGui checking Add-On: Script_Me
    Add-On is in the list of known bad add-on CRCs - will not execute
  CustomGameGui checking Add-On: Script_Logger
    Add-On is in the list of known bad add-on CRCs - will not execute
  CustomGameGui checking Add-On: Script_DisableBuilding
    Add-On is in the list of known bad add-on CRCs - will not execute
You should probably delete those add-ons.


Still can't event. Im thinking deleting every addon except the defaults.

Still can't event. Im thinking deleting every addon except the defaults.
Don't delete them, rename your add-ons folder to add-ons OLD or something.

First of all, you need to remove Client_SaveEnvironment. It messes up client add-on loading.
More info about this? This is the first I've heard of this

More info about this? This is the first I've heard of this
As far as I know, it just does mess up addon loading.