- 4
- 1
- Версия SA-MP
-
- Любая
Не работает WinAPI в CLEO. Получаю варнинги, в принципе никакие DLL подгрузить не могу, не работает и летят варнинги
CLEO:
{$CLEO}
{$NOSOURCE}
0000:
:1
wait 0
0ADC: test_cheat "0"
jf @1
0B8D: samp set_cursor_mode 2
wait 3000
0AB1: call_scm_func @SetCursorPos 2 100 100
wait 3000
0AB1: call_scm_func @SetCursorPos 2 500 500
wait 3000
0B8D: samp set_cursor_mode 0
jump @1
:SetCursorPos
0AA2: 25@ = load_library "User32.DLL"
0AA4: 26@ = get_proc_address "SetCursorPos" library 25@
0AA7: call_function 26@ num_params 2 pop 0 1@ 0@ 20@
0AA3: free_library 25@
0AB2: ret 0