CLEO Help Random Letters and Numbers

CLEO related
Status
Not open for further replies.

ejexter

Well-known member
Joined
Feb 21, 2014
Messages
211
Reaction score
0
:looky: How i make Random Letters and Numbers; script on cleo??
 

ThermaL

Expert
Joined
Oct 23, 2013
Messages
1,593
Reaction score
3
0209: 1@ = random_int_in_ranges 0 1337
0208: 2@ = random_float_in_ranges 0.0 1337.66


Better use Tools > IDE Tools > Opcode Searcher and find the opcodes you want instead of making 100 help topics :imoverit:
 

ejexter

Well-known member
Joined
Feb 21, 2014
Messages
211
Reaction score
0
TH3RM4L link said:
0209: 1@ = random_int_in_ranges 0 1337
0208: 2@ = random_float_in_ranges 0.0 1337.66


Better use Tools > IDE Tools > Opcode Searcher and find the opcodes you want instead of making 100 help topics :imoverit:
1. Thanks for the tip, i will use it  :not_bad:
2. It is send the letter "D"

CODE:
Code:
:Activated
wait 0
0209: 1@ = random_int_in_ranges 0 1337
0209: 2@ = random_int_in_ranges 0 1337
0209: 3@ = random_int_in_ranges 0 1337
0209: 4@ = random_int_in_ranges 0 1337
0209: 5@ = random_int_in_ranges 0 1337
0209: 6@ = random_int_in_ranges 0 1337
0209: 7@ = random_int_in_ranges 0 1337
0209: 8@ = random_int_in_ranges 0 1337
0209: 9@ = random_int_in_ranges 0 1337
0AF9: samp say_msg "%d %d %d %d %d %d %d %d %d" 1@ 2@ 3@ 4@ 5@ 6@ 7@ 8@ 9@
SAMP.CmdRet
goto @LOOP
 

ejexter

Well-known member
Joined
Feb 21, 2014
Messages
211
Reaction score
0
pepeelpubero link said:
Press F10, go to formats tabs, case converting, choose AS IS, ok, compile and try again.

Thanks I will try this  :urtheman:

Edit: Thanks Man  :youdontsay:
 
Status
Not open for further replies.
Top