I want to press on the button I set and spam the command without holding itt down.
{$CLEO .cs}
//-------------MAIN---------------
thread 'TESTCLEO'
:TESTCLEO_19
wait 0
if and
key_down 46
SAMP.Available
else_jump @TESTCLEO_19
say "/testststst"
wait 325
jump @TESTCLEO_19
I did this mod that presses ESC every 15 seconds, but if I put the game in the bar it doesn't work anymore and when I play something else there is a pause in that game not in SAMP
{$CLEO .cs}
0000:
0B34: samp register_client_command "escc" to_label @loop
0@ = false
:WAIT
wait 15000
IF
0@ ==...
I want a cleo script, that sends message (/sms %d ...) to all players on the server with a small delay between commands. I need the code, the message will be added by me.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.