well just to help things for you first....open up the script and take a look at the first command...
_car = "Bullet7_6" CamCreate [(getpos _target select 0)+1, (getpos _target select 1)+1,(getpos _target select 2)+1]
_car setVelocity [0,random 5,300]
most of the stuff u prob know, _car is the bullet name, "Bullet7_6" is the object. ANd the rest of that command is positioning.
The second command is where the bullet goes, _car is the name of the bullet u want to go sme where. setVelocity is the command and the bit u origanly want is the angle and speed...
[0,random 5,300]
0 = the angle (0 is straight up)
random 5 = ?? (not quiet sure)
300 = speed.
once i change this script so i think its alot better i will send it, i will start tonight...might do it by Fri as i have things to do!