This commit is contained in:
INeedBots 2020-11-03 03:00:58 -06:00
parent e472696740
commit 80d2b7bf1a

View File

@ -1425,8 +1425,10 @@ streakNotify( streakVal )
{
self endon("disconnect");
wait 0.05;
waittillframeend;
self notify("streakNotifyCoD4");
self endon("streakNotifyCoD4");
wait 0.1;
notifyData = spawnStruct();
notifyData.titleText = streakVal + " Kill Streak!";