Is posible to make something like this???
I hope you understand . I was the first time today I meet with cleo scripting , otherwise I do pawno scripting . This is much more difficult
I hope you understand . I was the first time today I meet with cleo scripting , otherwise I do pawno scripting . This is much more difficult
Code:
0209: 5@ = random_int_in_ranges 1 10
if 5@ == 1
something here
else if 5@ == 2
something here
else if 5@ == 3
something here
else if 5@ == 10