View Single Post
  #3  
Old 06-06-2010, 12:04 AM
salesman salesman is offline
Finger lickin' good.
salesman's Avatar
Join Date: Nov 2008
Location: Colorado
Posts: 1,865
salesman has much to be proud ofsalesman has much to be proud ofsalesman has much to be proud ofsalesman has much to be proud ofsalesman has much to be proud ofsalesman has much to be proud ofsalesman has much to be proud of
Quote:
Originally Posted by DustyPorViva View Post
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" 
__________________
Reply With Quote