help with number plates + another question
#7

look at the message above, I've edited her.

pawn Код:
for(new v; v < MAX_VEHICLES; v++)
{
     new number[64];
     new randplate = 10000000 + random(89999999);
     format(number, sizeof(number), "%d", randplate);
     SetVehicleNumberPlate(v, number);
     SetVehicleToRespawn(v);
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)