Cursor.show
Show or hide the cursor on your screen
Syntax
Client-Side
mp.gui.cursor.show(freezeControls, visibility);
Required arguments
- freezeControls: boolean
- visibility: boolean
Example
Client-Side
mp.gui.cursor.show(true, true); //Disables the players controls and shows the cursor