ItsMods

Full Version: "Grenades Unavaibalbe For X Seconds"
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is it possible to make this stay on for a longer duration? Or... Any idea where this is coded so i can find it?
Yes, _weapons.gsc
this line i think:

Code:
    if ( (getTime() - startTime > 1000) )
        grenade.isCooked = true;

Line 1123

Replace the 1000
thanks guys ill look into it Big Grin