Which one?
this one you have made. i use your cleo but after i open signcheck box nothing happen
this is my signcheck textbox:
Code:
{$CLEO .cs}
0000:
while not samp.Available()
wait 100
end
while true
wait 0
if
0B4C: samp is_dialog_active -1
then
wait 200
alloc 5@ 512 //alloc
0BD7: 5@ //get text
if
0ad4: $NOT_USED = scan 5@ "Check code: %d" 6@
then
alloc 0@ 8
format 0@ "%d" 6@
0B4B: samp set_current_dialog_editbox_text 0@
free 0@
wait 3000 // pause 3sec and then close dialog
0B47: samp close_current_dialog_with_button 1
end
end
end
Attachments
Last edited: