-
-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enabling walking + fixed some issue for people with older qb garage/JDEV qb garage #2
base: main
Are you sure you want to change the base?
Conversation
Enabling People to move around while using the phone
Fixed Some issue for people who's using older version or Jdev version of qb-garages
Enabling people to walk around while using the phone
SendNUIMessage({ | ||
event = 'z-phone', | ||
isOpen = true, | ||
}) | ||
PhoneData.isOpen = true | ||
|
||
if Config.AllowWalking then | ||
SetNuiFocusKeepInput(true) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what happens if you open your phone and press the A/W/S/D keyboard? will the character move too?
don't forget to add your profile in readme.md as a contributor
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
whe you press A/W/S/D only your character move, and you can still moving the cursor on the phone
pv.engine, | ||
pv.body, | ||
pv.state, | ||
DATE_FORMAT(pv.created_at, '%d %b %Y %H:%i') as created_at |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
make as default instead of remove this
enabling feature so player can walk around while using the phone and fixed some issue for people who are using older version of qb-garage/Jdev version of qb-garage