N3xT Posted May 20, 2018 Share Posted May 20, 2018 Hello, I have a little question. why isElementFrozen always return false? is that a bug or what?! try to freeze yourself and use this code, it will return false. addCommandHandler("fr", function ( player ) outputChatBox(tostring(isElementFrozen(player)), player) end ) Link to comment
DNL291 Posted May 22, 2018 Share Posted May 22, 2018 This code is being executed on server-side, right? This problem can be caused when setElementFrozen is used on client-side. 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