CLEO Help Help

CLEO related
Status
Not open for further replies.

Krc

Active member
Joined
Mar 30, 2018
Messages
193
Reaction score
25
Location
Lithuania
So i'm trying to get my typed chat string from .ini folder, and it doesn't works. I tried many methods, but nothing happens. I just don't getting the text and then i get slow motion
Whats wrong?
@Parazitas
@monday
ets

Code:
0B75: samp get_chat_string 99 text_to 1@ prefix_to 2@ color_to 3@ prefix_color_to 4@ 
0AF4: 15@ = read_string_from_ini_file "CLEO\Pagavo.ini" section "PAGAVO" key "Nickas"
If
0AD4: $NOT_USED = scan_string 1@ format "* %s pagavo %s %d.%d" 15@ $NOT_USED 5@ 6@
Then
chatmsg "Þaidëjas: %s pagavo: %d.%d g." -1 15@ 5@ 6@
wait 205
 
Status
Not open for further replies.
Top