knightscript Posted August 9, 2018 Share Posted August 9, 2018 Hello, I dont know if someone has posted this here before, I searched and wasn´t able to find anyone having this problem, my problem is, I have a DayZ script, which I have been modifying, but since the start some of my players were not able to click on the GUI from the Inventory, nor the gang system, nor the login panel, this just happens with some players, for example, everything works on my computer, but with a virtual machine, I am not able to click on anything, here is a video of what I am talking about, I have no idea why this is caused, there is no related problems in my debugscript, actually, there is only 1 thing that is wrong in my server and been lazy to fix it, just a warning and I am missing an event client side which has nothing to do with this, since it affects various resources, the only way I´ve been able to fix this is by restarting the resource, that seems to fix the issue but I cant restart every time someone logs in: VIDEO: VIDEO (dont know the tags to embed video here) Any help is appreciated Link to comment
Storm-Hanma Posted August 9, 2018 Share Posted August 9, 2018 (edited) Triggerd Client side funcion is not added ,as It shows on debug errors Edited August 9, 2018 by KINGKHAN 1 Link to comment
knightscript Posted August 9, 2018 Author Share Posted August 9, 2018 18 minutes ago, KINGKHAN said: Triggerd Client side funcion is not added ,as It shows on debug errors That is not the problem, its just something that sets some element data, nothing to do with the actual problem shown in the video or else it wouldnt work in any computer Link to comment
itHyperoX Posted August 9, 2018 Share Posted August 9, 2018 check the debug when tryin to click on that Link to comment
knightscript Posted August 9, 2018 Author Share Posted August 9, 2018 5 minutes ago, TheMOG said: check the debug when tryin to click on that its like nothing was on the screen, you can see when I hover over the buttons in my VM, nothing happens Link to comment
itHyperoX Posted August 9, 2018 Share Posted August 9, 2018 is the script not calling any getElementData ? Link to comment
knightscript Posted August 9, 2018 Author Share Posted August 9, 2018 7 hours ago, TheMOG said: is the script not calling any getElementData ? Its calling many elementdatas, but this happens with any gui, happens with inventory system, with gang system Link to comment
itHyperoX Posted August 9, 2018 Share Posted August 9, 2018 The problem can be the script calling an elementData, can be getElementData(localPlaye, "PlayerLoggedin") , or something else, and u don't set it to a player before calling it. Link to comment
knightscript Posted August 10, 2018 Author Share Posted August 10, 2018 3 hours ago, TheMOG said: The problem can be the script calling an elementData, can be getElementData(localPlaye, "PlayerLoggedin") , or something else, and u don't set it to a player before calling it. But can this affect only a couple users and not all of them? Link to comment
itHyperoX Posted August 10, 2018 Share Posted August 10, 2018 If you can post the half of the code, maybe we can help you better. Link to comment
knightscript Posted August 10, 2018 Author Share Posted August 10, 2018 1 hour ago, TheMOG said: If you can post the half of the code, maybe we can help you better. Thanks, fixed it, it seems one of the image files were missing, i still dont get why for some users it worked fine and for others it didnt, 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