Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help remove nade cooking
#1
hey guys any idea's on how to remove nade cooking so you can walk around with the nade pin pulled but only when you throw it will the count down start ?
Reply

#2
(05-31-2011, 10:48)rotceh_dnih Wrote: hey guys any idea's on how to remove nade cooking so you can walk around with the nade pin pulled but only when you throw it will the count down start ?

Did some quick research. All I found was
self.isCooked
and
self waittill ( "grenade_fire", grenade, weaponName );
oh, and
grenade Detonate();
YouTube 1:Azumikkel- Modding
YouTube 2:DerpShark- Gaming Entertainment
Website:Jensby.me
Contact: im[at]jensby.me
Reply

#3
yea i found them aswell but not sure what to do with them lol
oh and found
Code:
self waittill ( "grenade_pullback", weaponName );
Reply

#4
What happens if you do
self notify ( "grenade_fire", "frag_grenade_mp", "frag_grenade_mp" ); ?
YouTube 1:Azumikkel- Modding
YouTube 2:DerpShark- Gaming Entertainment
Website:Jensby.me
Contact: im[at]jensby.me
Reply

#5
like ?
Code:
self waittill ( "grenade_pullback", weaponName );
wait 0.5;
self notify ( "grenade_fire", "frag_grenade_mp", "frag_grenade_mp" );
Reply

#6
(05-31-2011, 11:30)rotceh_dnih Wrote: like ?
Code:
self waittill ( "grenade_pullback", weaponName );
wait 0.5;
self notify ( "grenade_fire", "frag_grenade_mp", "frag_grenade_mp" );

Grenade_pullback is when you throw back a grenade i think..
(08-10-2011, 12:58)Pozzuh Wrote:
Se7en Wrote:Stealed, from cod4 mod ...
look who's talking

[Release] Old School Mod v2.2
[Release] Scroll menu

Reply

#7
self waittill("spawned_player");
wait 3;
self notify ( "grenade_pullback", "frag_grenade_mp" );



try this
YouTube 1:Azumikkel- Modding
YouTube 2:DerpShark- Gaming Entertainment
Website:Jensby.me
Contact: im[at]jensby.me
Reply

#8
hmm nope that didnt work Sad
could someone please find out how to do this xD
Reply

#9
Edit the weapon files for the grenade when the mod tools comes out.
Reply

#10

(05-31-2011, 15:52)Lost4468 Wrote: Edit the weapon files for the grenade when the mod tools comes out.

hmm yea i thought that would be ok when modtools where comeing the next day but then we all got trollarched ,so back to what we have got ,surely it can be done with gsc the question is how ?
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  Is it safe exactly when i remove the battery from the laptop? checkitnowa 2 2,972 09-13-2013, 08:15
Last Post: CJGreenLabel
  Help remove timer Dynasty 15 7,717 08-25-2013, 13:56
Last Post: hillbilly
  how to remove commands in the chat ExoGamer* 6 4,062 07-20-2013, 09:24
Last Post: Pozzuh
  Help Remove Death Barriers? Help Please! camxxcore 1 2,394 06-28-2013, 09:38
Last Post: Yamato
  Help threading remove EnVi Sweden Rocks 3 3,057 01-28-2013, 15:26
Last Post: JariZ
  Help Remove Threading/tidyup hillbilly 4 4,238 09-16-2012, 11:09
Last Post: zxz0O0
  [Request] plugin to remove all secondary ammo ALEXFDR 1 2,195 09-08-2012, 23:32
Last Post: Nekochan
  Remove mini map moosa67 2 2,406 08-22-2012, 21:26
Last Post: Nukem
  how to remove the boot dlc Beliy.IV 0 1,757 07-02-2012, 18:16
Last Post: Beliy.IV
  Remove Thread worldclass 1 1,963 06-22-2012, 22:39
Last Post: surtek

Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.