Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
clear killstreaks problem
#1
i am making a rotating killstreaks mod, is there a code that when you die it will remove the saved killstreaks, in mw2 have but in bo i cant find the right get right

mw2 = self maps\mp\killstreaks\_killstreaks::clearKillstreaks();

self maps\mp\gametypes\_hardpoints::clearKillstreak ??? Sad

thanks for the help tq

Reply

#2
any 1 know the code for clear killstreaks after death or get killed to get killstreaks o.O
Reply

#3
(03-15-2011, 14:54)bastard016017 Wrote: any 1 know the code for clear killstreaks after death or get killed to get killstreaks o.O

this should give the person the killstreak on death
Code:
giveKillstreakOnDeath()
{
for(;;)
{
self waittill("death");
self maps\mp\gametypes\_hardpoints::giveKillstreak( "KILLSTREAK_mp" );
wait .05;
}
}
(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

#4
cool thats looks like it would work ,now how to clear killstreaks on death xD
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  Help Android problem Yamato 12 7,498 04-25-2014, 04:49
Last Post: ScHmIdTy56789
  Problem with Rain Effects on Maps mitchhacker 5 4,450 10-22-2013, 00:46
Last Post: mitchhacker
  Help Liberation Problem Yamato 27 23,466 07-17-2013, 19:54
Last Post: feature
  [xna 4]Rendering problem narkos 9 5,315 07-03-2013, 19:00
Last Post: Nekochan
  Help Problem God plugin v4.0 4nonymous 1 2,544 06-22-2013, 23:25
Last Post: 8q4s8
Big Grin Killstreaks HUD list Puffiamo 9 9,355 06-18-2013, 18:42
Last Post: RaZ
  Help Infected Shop Plugin Problem Hallla 2 2,913 05-06-2013, 18:29
Last Post: Hallla
  problem with gsc code CheGuevara 5 5,106 04-20-2013, 15:06
Last Post: Nekochan
  problem to connect to server s.j-rez 0 2,095 04-17-2013, 18:18
Last Post: s.j-rez
  warning problem AndEEDJay 0 1,960 04-08-2013, 09:54
Last Post: AndEEDJay

Forum Jump:


Users browsing this thread:
1 Guest(s)

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