Results 1 to 5 of 5

Thread: C4

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Assadministrator IzNoGoD's Avatar
    Join Date
    Aug 2012
    Posts
    1,718
    Thanks
    17
    Thanked 1,068 Times in 674 Posts
    All that i can think of is that multiple offhandclasses cant be given in the same slot
    "Does not work" is an error report for a bug between keyboard and chair.

    All hail Artie Effem

  2. #2
    Brigadier General
    Join Date
    Oct 2012
    Posts
    994
    Thanks
    20
    Thanked 588 Times in 388 Posts
    Quote Originally Posted by IzNoGoD View Post
    All that i can think of is that multiple offhandclasses cant be given in the same slot
    Right, you have to switch the offhand class each time you do it:

    Code:
    self setOffhandSecondaryClass( "smoke" );
    Code:
    self setOffhandSecondaryClass( "flash" );
    That switches the offhand class each time. Each one corresponds to what offhandtype is in the grenade weapon file.
    Last edited by Tally; 1st October 2015 at 09:20.

  3. #3
    Private
    Join Date
    Jul 2015
    Posts
    44
    Thanks
    7
    Thanked 2 Times in 2 Posts
    ahahah, I found that out by using notepad++ to find the word offhand in every file in maps, and trial and error, I found the part of code that actually affected the c4, then after modifying it, everything worked as it should. I actually haven't come back to this thread since your first reply because I knew no one was going to help, but thanks anyways Tally and IzNo. :P
    Last edited by akuma2099; 1st October 2015 at 13:05.

Posting Permissions

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