CLEO Help Just a small cleo script

CLEO related
Status
Not open for further replies.

Krc

Active member
Joined
Mar 30, 2018
Messages
193
Reaction score
25
Location
Lithuania
DonOrlando said:
I need a script (cleo) that types /signcheck every 2 minutes.

To active it type - /ch

Code:
 {$CLEO .cs}
0000: NOP
REPEAT
Wait 0
Until 0AFA: is_samp_structures_available
0B34: "ch" @Sing
1@ = FALSE

While True
Wait 0
If
1@ == TRUE
Then
say "/signcheck"
wait 121000
end
END

:Sing
0B12: 1@ = 1@ OXR TRUE
If
1@ == TRUE
Then
0ACD: show_text_highpriority "Signcheck: ~g~ON~w~" time 1500
else
0ACD: show_text_highpriority "Signcheck: ~r~OFF~w~" time 1500
end
CmdRet
 

Attachments

  • Signcheck.cs
    17.7 KB · Views: 15
Status
Not open for further replies.
Top