CLEO Help Stablevehcam

CLEO related
Status
Not open for further replies.

veysileth

Active member
Joined
Mar 23, 2017
Messages
85
Reaction score
6
Code:
{$CLEO .cs}

//-------------MAIN---------------
0000: NOP  


:NONAME_1
00D6: if and
8256: not player $PLAYER_CHAR defined
8AFA: not is_samp_available 
004D: jump_if_false @NONAME_2
0001: wait 1000 ms 
0002: jump @NONAME_1


:NONAME_2
0001: wait 100 ms
00D6: if
00DF:   actor $PLAYER_ACTOR driving
004D: jump_if_false @NONAME_2
0AA2: 31@ = load_library "user32.dll"
0AA4: 30@ = get_proc_address "mouse_event" library 31@ 
0AA5: call 30@ num_params 5 pop 0 0 0 -2 0 0
0001: wait 100 ms
0AA5: call 30@ num_params 5 pop 0 0 0 2 0 0
0AA3: free_library 31@
0002: jump @NONAME_2

Anyone remember StableVehCam.cs by opcode? Well it didn't work for me. So i tried to make same script with his snippets.
Still shit ain't working.

Something changed in samp? snippets are not up to date? Or it's just something with windows 10? I can't get what's wrong.
 
Status
Not open for further replies.
Top