Unknown Plate Showing
#6

Try like this:

Код:
new plate[15];
new LetterList[26][] =
{
 "A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z"
};
new stringpl[5];
for(new i=0; i < 3; i++)
{
 format(stringpl, 5, "%s", LetterList[random(26)]);
 strcat(plate, stringpl);
}
strcat(plate, "-");
for(new i=0; i < 3; i++)
{
 format(stringpl, 5, "%d", random(9));
 strcat(plate, stringpl);
}
I am not sure if this works but try it
Reply


Messages In This Thread
Unknown Plate Showing - by lwilson - 19.05.2016, 19:57
Re: Unknown Plate Showing - by Konstantinos - 19.05.2016, 20:00
Re: Unknown Plate Showing - by lwilson - 19.05.2016, 20:05
Re: Unknown Plate Showing - by Konstantinos - 19.05.2016, 20:13
Re: Unknown Plate Showing - by lwilson - 19.05.2016, 20:43
Re: Unknown Plate Showing - by ilijap - 19.05.2016, 20:58
Re: Unknown Plate Showing - by Konstantinos - 19.05.2016, 21:40

Forum Jump:


Users browsing this thread: 2 Guest(s)