+ Reply to Thread
Results 1 to 1 of 1
  1. #1
    Join Date
    Aug 2011
    Location
    your roof
    Posts
    386
    Points
    1,149,905.07
    Rep Power
    155

    Question makeing deploy multiply darts code ):

    (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
    Last edited by sdrawkcab; 10-24-2011 at 09:57 PM.

+ Reply to Thread

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts