Added Fireworks

This commit is contained in:
ChocoTaco1 2022-05-06 11:08:58 -04:00
parent 4fcfbcf565
commit 648d3caa29
2 changed files with 54 additions and 2 deletions

View file

@ -955,7 +955,7 @@ function explodeFirework(%position, %id)
};
//echo(%emitter.position);
serverPlay3d(dtFireworksSound, %emitter.position);
//serverPlay3d(dtFireworksSound, %emitter.position);
MissionCleanup.add(%emitter);
%emitter.schedule(1250, "delete");
}