Jump to content

onClientMouseEnter [Solved]


undefined

Recommended Posts

  • Moderators

It's because your function is trying to use more than 60 variables defined outside of the function itself. This is a Lua restriction !

To avoid that, use a table (using table instead of var1, var2, var3 ... var80 is one of the most common and important things you learn in any language.

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...