01.12.2015, 14:24
Hello how could i turn this
into a random american style numberplate
it needs to be diffrent from all others so there is no conflic?
Код:
new randdr = random(sizeof(PlatePossible)); new temp = random(4500500) + random(4900500); format(lp, sizeof(lp), "%s%s%s %d", PlatePossible[randdr], temp);
it needs to be diffrent from all others so there is no conflic?