06.03.2012, 03:07
i used this code
that used to work but now it doesnt. I dont under stand why you have different codes.
pawn Код:
for(new Vehicles = 0; Vehicles < MAX_VEHICLES; Vehicles++)
{
new string[30];
for(new Vehicles = 0; Vehicles < MAX_VEHICLES; Vehicles++)
format(string, sizeof(string),"{ff00ff}SnG-Fun", Vehicles);
SetVehicleNumberPlate(Vehicles,string);
}