Jump to content

[ERROR]Server Tiggered !


WRIST

Recommended Posts

This usually means exactly what the error says. You are trying to call a client-side event that is not created(either it being native/manually created with addEvent). This could be because of a script that failed to load and never registered the event, or depending on your script maybe certain conditions are not met for the event to be added.

I suggest looking in your scripts for the event syncFuel and make sure that the script that registers the event  is working properly.

Link to comment

Most of the times (for me) this happens because the server is calling a client-side event while the player is still downloading the stuff and the client script isn't loaded yet.
So if this is the case you will have to do a check whether the player has loaded the client scripts and then call the client event(s) from the server-side.

Edited by SpecT
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...