Quote:
Originally Posted by DustyPorViva
I think projectiles are read-only?
|
Not everything on serverside, and /scripthelp says I should be able to destroy it.
Quote:
Script help for 'projectile':
TProjectile.destroy()
|
You can even grab a projectile and change its parameters if you want:
PHP Code:
echo(temp.proj.params); // echoes {20, account, etc}
temp.proj.params = "test";
echo(temp.proj.params); // echoes "test"