
04-04-2003, 02:51 AM
|
|
Criminal X
|
 |
Join Date: Feb 2003
Location: Miami, Florida
Posts: 662
|
|
|
I have a strange feeling that script was stolen, and edited and then because the person that made it doesn't know how to script, they are incapable of recognizing the errors they made. :/
I'll point a few things out that don't seem right.
- timeout is misspelled
- not sure why weaponfired is nested inside of isweapon. doesn't seem nevessary for it to be that way.
- an index higher than 200 (i think) can not be seen by other players.
- not sure if timeout=0 is efficient enough to end a loop. I usually use break; to end my loops.
- I'm sure there's more errors, but the code is quite messy. |
|
|
|