Quote:
Originally Posted by ffcmike
This is obviously under the assumption that it is exactly the same and not just something else that looks similar, which admittedly I wouldn't know for sure.
This effect however does have multiple images of the singular explosion and a particular lighting, so it should be distinguishable to an extent.
|
it's not exactly the same.
Also, again unsure how something could be taken a month or more in advance?
PHP Code:
function onPlayerEnters()
{
with (findimg(200))
{
with (emitter)
{
nrofparticles = 1;
particleTypes = 1;
with (particles[0])
{
image = "unevent_swat_explode.png";
zoom = 1;
lifetime = 1;
layer = 2;
}
addlocalmodifier("once", 0, 0, "spin", "replace", degtorad(-360), degtorad(360));
addlocalmodifier("impulse", 0, 0, "zoom", "add", 0, 0.15);
emit();
}
}
}
EDIT:
also still really unsure how this started at all when I said to a guy talking about UN's effect
Quote:
I find this claim a bit dubious
|