CLEO Help cleo chat reader help

CLEO related
Status
Not open for further replies.

www

Member
Joined
Jan 2, 2018
Messages
10
Reaction score
0
Hey guys maybe you can help me to improve this cleo script.

FOR 0@ = 90 TO 99
    samp.GetChatString(0@1@, -1, -1, -1) 
    if 0C29: 31@ = strstr string1 1@ string2 "Vardas_Pavarde prieme pagalbos prasyma"
    THEN

if in chat appears this message i need to count it and later show number with comand /random
and maybe join .ini file to this script to count that messagess
 

Parazitas

God
Staff member
Joined
Jan 2, 2017
Messages
3,151
Solutions
5
Reaction score
893
Location
Lithuania
PHP:
{$CLEO .cs}

0000: NOP

repeat
wait 0
until 0afa:

0AC8: 1@ = allocate_memory_size 256
0AC8: 2@ = allocate_memory_size 256

while true
wait 0
FOR 0@ = 98 TO 99 // read chat line 98 and 99 is last
0B75: samp get_chat_string 0@ text_to 1@ prefix_to 2@ color_to 3@ prefix_color_to 4@
if
0AD4: $NOT_USED = scan_string 1@ format "%s prieme pagalbos prasyma" 5@ // %s is player name
then
    chatmsg "Work" -1 // -1 white color
end


END
end
 

www

Member
Joined
Jan 2, 2018
Messages
10
Reaction score
0
Unknown opcode 0B75.
Gaunu toki errora, bet cia padarei, kad skaiciuotu ane kazkaip?


Parazitas said:
PHP:
{$CLEO .cs}

0000: NOP

repeat
wait 0
until 0afa:

0AC8: 1@ = allocate_memory_size 256
0AC8: 2@ = allocate_memory_size 256

while true
wait 0
FOR 0@ = 98 TO 99 // read chat line 98 and 99 is last
0B75: samp get_chat_string 0@ text_to 1@ prefix_to 2@ color_to 3@ prefix_color_to 4@
if
0AD4: $NOT_USED = scan_string 1@ format "%s prieme pagalbos prasyma" 5@ // %s is player name
then
    chatmsg "Work" -1 // -1 white color
end


END
end

Cia padarei kad skaiciuotu kiek kartu surado toki pranesima?



Unknown opcode 0B75.
Toki errora gaunu
 

Jordanas

Member
Joined
Feb 24, 2018
Messages
14
Reaction score
0
E lewi jei tau karocia naujas sanny builderi tau failuose opcodu truks, jei cia ne visas skriptas tai klaida kitur, man viska sucompailino tai jei reik uzsok i pm numesiu
 

www

Member
Joined
Jan 2, 2018
Messages
10
Reaction score
0
Jordanas said:
E lewi jei tau karocia naujas sanny builderi tau failuose opcodu truks, jei cia ne visas skriptas tai klaida kitur, man viska sucompailino tai jei reik uzsok i pm numesiu

jau zinau buozgalvi slysk nahui
 
Status
Not open for further replies.
Top