Reply to Re: Script help (Deleting Sprites)
If you don't have an account, just leave the password field blank.
Use this as well:
sp_nodraw(¤t_sprite, 1);
So it actually disappears. The previous one just renders the sprite useless. It doesn't actually make the sprite disappear.
sp_nodraw(¤t_sprite, 1);
So it actually disappears. The previous one just renders the sprite useless. It doesn't actually make the sprite disappear.