Hello,i trying made cleo to type text. but he type in 3 seconds.
i want to execute the command to 300MS and not 3seconds
Code:
{$CLEO .cs}
thread "chec"
:ON
wait 0
if
0ADC: "ligar"
jf @ON
print "ON" 1337
:Load
wait 0
if
SAMP.Available
else_jump @Load
wait 0
for 0@ = 0 to 250
wait 0
if
SAMP.IsPlayerConnected(0@)
then
2@ = SAMP.GetPlayerNickname(0@)
if or
0C14: strcmp string1 2@ string2 "player_name"
then
wait 0
0AF9: "/sellwep %s" 2@
end
end
end
:OFF
wait 0
if
0ADC: "des"
jf @load
print "OFF" 1337
goto @ON
i want to execute the command to 300MS and not 3seconds