PDA

View Full Version : makeing deploy multiply darts code ):



sdrawkcab
10-24-2011, 08:40 PM
(SFCO)

ok im tryin to make deploy more then one dart and i need some help from an experienced coder.

ok i know how to make a gun shoot many bullets

example c8 rifle : 0x0078A9F4 0x0D = guns reaction to pressing R 5=eppd , 6= spear gun , 7 = melee motion , 1C = dart ect
0x0078AA74 0x0F = number of bullets the gun shoots A=10 ect
0x0078AA40 0x0060 = speed of bullet higher = faster lower = slower
0x0078AA78 0x3E800000 = bullet formation wide spread 3E800000 , close together 3C800000 ,straight line 10000000 ect

but when i switch 0x0078A9F4 0x0D with 0x0078A9F4 0x1C my gun has darts but it olny shoots on at a time help please

#c8 rifle shot gun
;credit sdrawkcab
0x0078A9F4 0x0D
0x0078AA74 0x0F
0x0078AA40 0x0060
0x0078AA78 0x3C800000

#c8 rifle deploy multiply darts
;shoots darts but not many
;please fix
;credit sdrawkcab
0x0078A9F4 0x1C
0x0078AA74 0x0F
0x0078AA40 0x0060
0x0078AA78 0x3C800000