Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Runtime error 9


wito35
 Share

Recommended Posts

Hi. On the server, when I throw an item from the bag, is show me this error

>! ![](http://img857.imageshack.us/img857/5435/error2k.jpg)

I added this line before "Select Case" , I thought it would help, but not.
```
if index < 1 or index > TotalPlayersOnline then exit sub
```
What should I do now?
please help.
Link to comment
Share on other sites

Firstly, you should have a look at this:
[http://www.touchofdeathforums.com/smf2/index.php/topic,12254.msg102497.html#msg102497](http://www.touchofdeathforums.com/smf2/index.php/topic,12254.msg102497.html#msg102497)

And as Scypher said, that bit of code is irrelevant.. So you either need to go back to a vanilla copy of EO, or reverse any changes you've done to that part of the code.
Link to comment
Share on other sites

First i had this error

>! ![](http://img407.imageshack.us/img407/5840/error1tj.jpg)

but i added this line before 'Select Case' and everything was fine, but now when i drop anything from my bag i getting error..
```
if index < 1 or index > TotalPlayersOnline then exit sub
```
Edit:// Now I have this problem when I try put something on..
Synergy@ ok i try.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...