Quote:
Originally Posted by Chompy
PHP Code:
//#CLIENTSIDE
function onCreated()
{
with ( findImg( 200))
{
image = "bomb.png";
x = 100;
y = 100;
z = 5;
layer = 4;
}
player.chat = findImg( 200).z;
}
findImg( 200).z returns 5
You can use that for emitters too, like a loop outside the emitter
|
Well, I know I could use a loop for it, I was wondering if there were a way to do it WITHOUT a loop, a local modifier or something.