CLEO Help Disabling mouse pointer.

CLEO related
Status
Not open for further replies.

qweasdz

Active member
Joined
Nov 4, 2014
Messages
147
Reaction score
7
Hello, i was wondering, is it possible to disable that black mouse pointer somehow? that i could freely control the angle of the camera. The problem is, when i hide the dialog, the mouse pointer is still there. I tried to open a new dialog and close it manualy, but it still doesnt work. Help plezz ^^
 

batonkal

Active member
Joined
May 6, 2017
Messages
100
Reaction score
16
Location
Bosnia and Herzegovina
0B8D: samp set_cursor_mode 0

CMODE_DISABLED = 0 (disabled)
CMODE_LOCKKEYS_NOCURSOR = 1 (keyboard control is locked, the cursor is disabled)
CMODE_LOCKCAMANDCONTROL = 2 (keyboard and mouse control is locked, the cursor enabled)
CMODE_LOCKCAM = 3 (control arm is locked, the cursor enabled)
CMODE_LOCKCAM_NOCURSOR = 4 (control arm is locked, the cursor disabled)
 
Status
Not open for further replies.
Top