opnaiC Posted June 15, 2016 Share Posted June 15, 2016 function buildError () exports.dxgui:dxSetVisible(GUIEditor.label[5],true) setTimer (function () exports.dxgui:dxSetVisible(GUIEditor.label[5],false) end, 2000,1) end addEvent("errorMsg",true) addEventHandler("errorMsg",getRootElement(),buildError) Its not working .. Link to comment
Captain Cody Posted June 16, 2016 Share Posted June 16, 2016 Any thing in debugscript? And, try defining GUIEditor if it's no already defined GUIEditor = {} Link to comment
KariiiM Posted June 16, 2016 Share Posted June 16, 2016 Show the full code, this part seems fine except if you didn't define some variables the code will fail to load. Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now