Possible to make a random tail number then...?
#9

You can just run a loop.
pawn Код:
for(new i = 0; i < 100; i++)
{
    new mycar = CreateVehicle(...);
    new string[30];
    format(string, 30, "PFG%d", random(30));
    new tailnumber = Create3DTextLabel(string, ...);
    Attach3DTextLabelToVehicle(tailnumber, mycar, 0, -5, 5);
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)