You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Hello, i would like to know if you guys could add like a confirmation for the ID section of the player because at the moment the moment i enter 1 number it automatically searches for that person target ID.
lets just say i want to give a house to player with id 13, the moment i clicked 1 on the ID menu it sends the buy menu to player ID 1 which i dont want To Reproduce
Steps to reproduce the behavior:
Open /Housing
Click on manage property (already owned / freshly created property)
Input Target ID for finalize sale
See problem
Expected behavior
When i input 13, it will not send the buy menu to player ID 1
Screenshots
i can see it always triggered the event when i input any number
Additional context
The text was updated successfully, but these errors were encountered:
@Ghavio1516 Good suggestion. Feel free to add it yourself by following this:
Change it so it doesn't trigger it on input change
Add a button that triggers the JavaScript function to show a confirmation dialogue being a promise to be resolved after pressing confirm or cancel. When hitting confirm, resolve the promise and send the callback to the lua as already done.
Make a pull request
Remember that everything has to align with the rest of the styling.
Describe the bug
Hello, i would like to know if you guys could add like a confirmation for the ID section of the player because at the moment the moment i enter 1 number it automatically searches for that person target ID.
lets just say i want to give a house to player with id 13, the moment i clicked 1 on the ID menu it sends the buy menu to player ID 1 which i dont want
To Reproduce
Steps to reproduce the behavior:
Expected behavior
When i input 13, it will not send the buy menu to player ID 1
Screenshots
i can see it always triggered the event when i input any number
Additional context
The text was updated successfully, but these errors were encountered: