what are the params of actionprojectile2()?
Quote:
|
Originally Posted by wiki
actionprojectile2 a projectile has landed (client-side) (#p(0),#p(1)are x,y; #p(2),#p(3) are params)
|
yeah i know x and y is params0 and params1'
but the others?
for example i cant do :
PHP Code:
setShootParams(this.x, this.y, 2);
and when on the function
PHP Code:
function onActionProjecTile2(xx, yy, id)
{
if (id == 2)
{
putLeaps( 4, xx, yy );
}
no leaps.
thanks.