24.06.2012, 08:49
hello
im asking if it's possibol to make the plate of every car spawned her id and how
im asking if it's possibol to make the plate of every car spawned her id and how
new szStr[6];
for(new i=0; i < MAX_VEHICLES; ++i)
{
format(szStr, sizeof(szStr), "%d", i);
SetVehicleNumberPlate(i, szStr);
}
Why are you doing all the work for him?
Also, you should keep in mind that a number plate only updates if a car is restreamed or respawned. |
Yes, all the work. This loop is a whole milestone for newbies.[/url]
|