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"); self endon("disconnect");
wait 0.05; self notify("streakNotifyCoD4");
waittillframeend; self endon("streakNotifyCoD4");
wait 0.1;
notifyData = spawnStruct(); notifyData = spawnStruct();
notifyData.titleText = streakVal + " Kill Streak!"; notifyData.titleText = streakVal + " Kill Streak!";