Random Letters & Numbers
#1

How do i randomize my carplates to 3 random letters followed by a space and 3 random numbers?
example: ABY 599
Reply
#2

Ex:
pawn Код:
format(plate, 10, "%c%c%c %d%d%d",65+random(26),65+random(26),65+random(26),random(10),random(10),random(10));
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)