30.06.2013, 20:49
Don't use goto! My god. Never heard of do-while loops, have you?
pawn Код:
new pstring[128];
do format(pstring,sizeof(pstring),"%s",RandomizePlate(vehicleid));
while(PlateExist(pstring));
SetVehicleNumberPlate(vehicleid,pstring);

