Can someone please explain it how to compile this script to .CS file. When I put it in Sanny Builder and compile I get eror : Unknown opcode 0B4C .
Code:
while true
wait 0
if 0AB0: 49 //Key
then
repeat
wait 100
0AF9: samp say_msg "/buy"
until 0B4C: samp is_dialog_active -1
0B49: samp set_current_dialog_list_item 4 // 4th option
0B47: samp close_current_dialog_with_button 1 //Ok/Enter
end
end