mtasa-blue icon indicating copy to clipboard operation
mtasa-blue copied to clipboard

showCursor bug can't disable cursor from another resource

Open Proxy-99 opened this issue 6 months ago • 14 comments

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.

Proxy-99 avatar Aug 11 '24 21:08 Proxy-99