25.07.2009, 00:37
Try this, I am 85% sure that this will help you
pawn Код:
public SpawnVehicles()
{
new veh;
for(new i=0;i<sizeof(vehicleids);i++)
{
veh = AddStaticVehicle(vehicleids[i],vehicles[i][0],vehicles[i][1],vehicles[i][2],vehicles[i][3],-1,-1);
SetVehicleVirtualWorld(veh,1);
}
}