need help with this code
#5

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);
Reply


Messages In This Thread
need help with this code - by horsemeat - 30.06.2013, 18:25
Re: need help with this code - by MP2 - 30.06.2013, 18:30
Re: need help with this code - by Scottas - 30.06.2013, 18:31
Re: need help with this code - by horsemeat - 30.06.2013, 20:45
Re: need help with this code - by Vince - 30.06.2013, 20:49

Forum Jump:


Users browsing this thread: 1 Guest(s)