{$CLEO .cs}
0000:
REPEAT
WAIT 0
UNTIL 0AFA: SAMP_IS_READY
WHILE TRUE
WAIT 0
0AC8: 0@ = allocate_memory_size 260
0AC8: 1@ = allocate_memory_size 260
0AC8: 5@ = allocate_memory_size 260
0B75: samp get_chat_string 99 text_to 0@ prefix_to 1@ color_to 2@ prefix_color_to 3@
IF
0AD4: $NOT_USED = scan_string 0@ format "%s te-a invitat sa joci barbut cu el pe 10,000,000$. Scrie /acceptdice %d pentru a juca." $NOT_USED 4@v
THEN
wait 1000
format 5@ "/acceptdice %s" 4@v
say 5@
wait 1000
END
0AC9: free_allocated_memory 0@
0AC9: free_allocated_memory 1@
0AC9: free_allocated_memory 5@
END
0000:
REPEAT
WAIT 0
UNTIL 0AFA: SAMP_IS_READY
WHILE TRUE
WAIT 0
0AC8: 0@ = allocate_memory_size 260
0AC8: 1@ = allocate_memory_size 260
0AC8: 5@ = allocate_memory_size 260
0B75: samp get_chat_string 99 text_to 0@ prefix_to 1@ color_to 2@ prefix_color_to 3@
IF
0AD4: $NOT_USED = scan_string 0@ format "%s te-a invitat sa joci barbut cu el pe 10,000,000$. Scrie /acceptdice %d pentru a juca." $NOT_USED 4@v
THEN
wait 1000
format 5@ "/acceptdice %s" 4@v
say 5@
wait 1000
END
0AC9: free_allocated_memory 0@
0AC9: free_allocated_memory 1@
0AC9: free_allocated_memory 5@
END
when someone send me an offer, it sends /acceptdice command but i dont know how it sends because it says "The player doesn't send you an offer." what is the problem?..