View Single Post
  #26  
Old 11-11-2006, 01:33 AM
KuJi KuJi is offline
Banned
Join Date: Apr 2004
Location: Staten Island, New York
Posts: 2,202
KuJi will become famous soon enough
Send a message via ICQ to KuJi Send a message via AIM to KuJi Send a message via MSN to KuJi Send a message via Yahoo to KuJi
Quote:
Originally Posted by Galdor View Post
hmm donno I'm kinda noob at scripting I made a weapon that shot arrows at all dirs 3 years ago but i have forgot how to do that now... so will take a while
lol.. shoot arrow;
PHP Code:
temp.dir player.dir;

for (
temp.0temp.4temp.I++)
{
  
player.dir temp.I;
  
shoot arrow;
}

player.dir temp.dir
I think lol
Reply With Quote