Posts: 3,324
Threads: 96
Joined: Sep 2013
Quote:
Originally Posted by Nero_3D
but the seperator isn't on 5,10,15 it is on index 4,9,14, so you should do
also I am unsure why you used a switch instead of an if
pawn Код:
new rand = random(36); // something like that str[i] = rand + ((rand < 10) ? (48) : (55));
|
I was just trying to make it easy for him to understand the code honestly, in a way that I could type it on my work tablet which wasn't too terrible, but good points xD