Jump to content

[Help Request] MDC dialog throwing error and won't close


BLonwei

Recommended Posts

Yes when I do /mdc and login to the mdc dialog, i keep getting the following error:

ejHXI5b.png

Below is the exact line of code that it refers towards:

guiGridListSetItemText( mainW.warrantTable, row, mainW.charCol, warrants[ i ][ 1 ]:gsub( "_", " " ), false, false ) 

Any help is appreciated.

Also, I do not know if it helps or not, but the "close" button to exit the dialog is not showing as well.

Link to comment

How can we possibly know whats wrong with it? :?

The error you posted is telling something is wrong with one of the variables in line 140.

  
guiGridListSetItemText( mainW.warrantTable, row, mainW.charCol, warrants[ i ][ 1 ]:gsub( "_", " " ), false, false ) 
-- Something is wrong with mainW.warrantTable, row, mainW.charCol or warrants[ i ][ 1 ] 
  

You have to post the full code of client side and same for the close button.

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