01.11.2011, 10:58
pawn Код:
for(new Vehicles = 0; Vehicles < MAX_VEHICLES; Vehicles++)
{
new string[32];
new playerid;
new car = GetPlayerVehicleID(playerid);
format(string, sizeof(string),"LV - %d",car);
SetVehicleNumberPlate(Vehicles, string);
}
Why is that not working? It's shows "LV - 0" on everyvehicle's plate.