20.08.2015, 20:28
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; }
Код:
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