HowEnCokkien
Well-known member
- Joined
- Jul 9, 2017
- Messages
- 307
- Reaction score
- 11
so if i start a loop in dialog action like
then how can i make like if press a button it will stop that current action. thanks in advance. i tried end_custom_thread but it doesnt work.
Code:
IF 0B3C: samp is_dialog_responded id 400 button 9@ list_item 10@ input_text 0
THEN
IF 9@ == 1 ///OK
THEN
IF 10@ == 1 //CHECK
THEN
while true
wait 0
/////ACTION//
END
END
END