mtasa-blue
mtasa-blue copied to clipboard
showCursor bug can't disable cursor from another resource
Describe the bug
use showCursor(true)
in a resource folder
try to disable it from another resource folder
bindKey ("F", "down", function()
showCursor(false)
end)
won't work for some reason
Steps to reproduce
as described above
Version
Multi Theft Auto v1.6-release-22650
Additional context
No response
Relevant log output
No response
Security Policy
- [X] I have read and understood the Security Policy and this issue is not security related.