Deadlineem / Extras-Addon-for-YimMenu

This addon features extra tools for YimMenu that aren't already a part of the stand alone base version.
http://extrasaddon.us.to/
51 stars 10 forks source link

Tab not work #66

Closed KaifKol closed 2 months ago

KaifKol commented 2 months ago

When using the script, the tab button in the game stops working

Deadlineem commented 2 months ago

Press insert and close the menu, then see if the tab button works. Yimmenu disables control actions while the menu is up so you can navigate and type data into the menu without controlling your game.

KaifKol commented 2 months ago

there is no difference, the menu is closed, I can record a video

KaifKol commented 2 months ago

https://youtu.be/rzgAorgQ-Kc

Deadlineem commented 2 months ago

I looked into this. The casino script (CasinoPacino) uses this

if HUD.IS_PAUSE_MENU_ACTIVE() then
    PAD.DISABLE_CONTROL_ACTION(0, 348, true)
    PAD.DISABLE_CONTROL_ACTION(0, 204, true)
end

Control action 204 is the TAB button when the pause menu is active and 348 is the scroll wheel. Not sure why the casino script needs this but if its an issue you can edit the script in notepad++, find line 3097 (or search for the above) and use -- to comment the line. I will test when i have the time to see if this causes issues when removed.

reported this to the OP at UC : https://www.unknowncheats.me/forum/grand-theft-auto-v/593469-casino-pacino-yimmenu-2.html

KaifKol commented 2 months ago

Thanks!!!!!

Deadlineem commented 2 months ago

Thanks!!!!!

I got some more information as to why this is in there, you can read the comment from the creator of the casino script.

https://www.unknowncheats.me/forum/4082226-post30.html

He said "When ALT-Tabbing out of GTA, it causes a POI to be placed on the map" so thats why it is disabled.