[Sistema]Placas com id do veнculo
#1

MODELO DE PLACA VEICULAR BRASILEIRO
Script:
Код:
RandomPlate(vehicleid){
    new string_plate[9];
    new chars[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"};
    format(string_plate, sizeof(string_plate), "%s%s%s-%04d", chars[random(sizeof(chars))], chars[random(sizeof(chars))], chars[random(sizeof(chars))], vehicleid);
    return string_plate;
}
Resultado (placas de veнculos):
Код:
WKS-0001
RCW-0002
VID-0003
GCM-0004
TDH-0005
RDL-0006
AZJ-0007
LFJ-0008
ICE-0009
PUD-0010
NEW-0011
RDC-0012
SZB-0013
AAA-0014
HNQ-0015
LST-0016
UOL-0017
LRU-0018
SFB-0019
Fonte: Eu mesmo
Reply


Messages In This Thread
[Sistema]Placas com id do veнculo - by Brendon_Pawn - 09.12.2012, 22:50
Re: [Sistema]Placas com id do veнculo - by Gleisson_. - 09.12.2012, 23:36
Re: [Sistema]Placas com id do veнculo - by BielCOP - 09.12.2012, 23:56
Re: [Sistema]Placas com id do veнculo - by Brendon_Pawn - 10.12.2012, 00:01
Re: [Sistema]Placas com id do veнculo - by MegalodoN - 10.12.2012, 00:27
Re: [Sistema]Placas com id do veнculo - by Brendon_Pawn - 10.12.2012, 00:41
Re: [Sistema]Placas com id do veнculo - by MegalodoN - 10.12.2012, 00:46
Re: [Sistema]Placas com id do veнculo - by EditPawn - 10.12.2012, 00:49
Re: [Sistema]Placas com id do veнculo - by O_mestre - 20.12.2012, 15:21
Re: [Sistema]Placas com id do veнculo - by Brendon_Pawn - 22.12.2012, 16:57

Forum Jump:


Users browsing this thread: 1 Guest(s)