I created a Derma Menu, now each time I open it /freezes/ the player and doesn't allow him to move.
How do I allow mouse usage on the menu and that the player will be able to move?
I tried these:
[code]DFrame:SetKeyBoardInputEnabled()
DFrame:SetMouseInputEnabled()//both variables with true between the () and without, it just opened the menu, didn't allow to press anything until I opened the chat.[/code]
Any tips?
Shouldn't you put false between the parentheses?
Its either Frame:IsPopup or Frame:SetPopup. Check the wiki for the actual name cause I know that works
[QUOTE=Exho;46203558]Its either Frame:IsPopup or Frame:SetPopup. Check the wiki for the actual name cause I know that works[/QUOTE]
You mean this?
[code]p1:MakePopup()[/code]
Yeah, set that to false
[QUOTE=Exho;46206978]Yeah, set that to false[/QUOTE]
It's already on false. That's why I ask.
Sorry, you need to Log In to post a reply to this thread.