")
end
?>
")
end
?>
")
end
?>
30 then
vmax = 2
end
rx = math.random(-vmax, vmax)
ry = math.random(-vmax, vmax)
rz = math.random(-vmax, vmax)
vx = math.random(-vmax, vmax)
vy = math.random(-vmax, vmax)
vz = math.random(-vmax, vmax)
rr = math.random() * 10
print(" ")
end
for count = 1, 60, 1 do
x = math.random(-1000, 1000)
y = math.random(-1000, 1000)
z = 3000 + 125 * count + math.random(-250, 250)
typenum = math.random(11)
type = ""
if typenum == 1 then
type = "smallmunition"
elseif typenum == 2 then
type = "mediummunition"
elseif typenum == 3 then
type = "hugemunition"
elseif typenum == 4 then
type = "smallhealth"
elseif typenum == 5 then
type = "mediumhealth"
elseif typenum == 6 then
type = "hugehealth"
elseif typenum == 7 then
type = "crazyhealth"
elseif typenum == 8 then
type = "smallshield"
elseif typenum == 9 then
type = "mediumshield"
elseif typenum == 10 then
type = "hugeshield"
else
type = "drone"
end
type = type .. "pickup"
print("")
end
?>
")
end
?>