09.07.2011, 19:32
Ill help you a bit
pawn Код:
new
string[20]
;
for(new f = 0; f < MAX_VEHICLES;f++)
{
format(string,sizeof string,"LS-01-%i",f*2);
SetVehicleNumberPlate(f,string);
}