Announcement

Collapse
No announcement yet.

IsPlayerInMainMenu always returning true

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    IsPlayerInMainMenu always returning true

    the IsPlayerInMainMenu client function is always returning true for me.

    #2
    Just checked it. Returns only true if in menu through ESC.

    Code:
    AddEvent("OnGameTick", function()
    AddPlayerChat("IsPlayerInMainMenu: "..tostring(IsPlayerInMainMenu()))
    end)

    Comment

    Working...
    X