29.09.2011, 15:25
sem settimers!
pawn Код:
public OnVehicleSpawn(vehicleid)
{
for(new i; i < 5; ++i)
{
SetVehicleNumberPlate(BallasCars[i], "Ballas");
}
return 1
}