Hello, i have a problem with this.This cleo when see on the chat a msg like this https://ibb.co/16dCTvd, he need to do automatic "/accept licence %s" but don t work
Code:
{$CLEO .cs}
0000: NOP
REPEAT
WAIT 0
UNTIL 0AFA:
30@ == true
WHILE TRUE
WAIT 0
if
0B61: samp is_local_player_spawned
then
0AC8: 0@ = allocate_memory_size 260
0AC8: 1@ = allocate_memory_size 260
0B75: samp get_chat_string 99 text_to 0@ prefix_to 1@ color_to 2@ prefix_color_to 3@
if
0C29: $NOT_USED = stristr string1 0@ string2 "%s request flying licence."
then
0af9: "/accept licence %s"
wait 1500
30@ == false
end
end
end