Results 1 to 10 of 73

Thread: GAS Grenade For COD2 MP

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #11
    Private First Class G-Stuff002's Avatar
    Join Date
    Jan 2018
    Posts
    212
    Thanks
    42
    Thanked 109 Times in 107 Posts
    add to new.iwd/_mc2/_mc2_util.gsc (maybe need edit)

    because have find in code in _mc2_mcFX.gsc, this:
    }

    if(!isDefined(self.puked) && randomint(100) > 70) //30% chance to puke
    {
    playfxontag (level._effect["puke"], self, "j_Head");
    _mc2\_mc2_util::forceto("crouch");
    if(!isDefined(self.scr))
    {
    Last edited by G-Stuff002; 21st February 2018 at 14:26.

Posting Permissions

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