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
{$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