Derrekgamer
Active member
Code:
{$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
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 "(%d) sent you a friend request." 4@v
THEN
wait 1000
say "/Accept friend %d" 4@v
wait 1000
END
0AC9: free_allocated_memory 0@
0AC9: free_allocated_memory 1@
END
what did i wrong? it wont ever work. i tryed many ways but not working looking for hours for something but nothing work lol.
Chatlog : Sebi (88) sent you a friend request. If you want to accept it type /friends accept 88
screenshot from chatlog in Attachments
Also tryed : 0AD4: $NOT_USED = scan_string 0@ format "Player %d sent you a friend request. If you want to accept it type /friends accept %d" 4@v
not working.. can anyone help?
Attachments
Last edited: