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

Map report issue EO3


SilentKillzr
 Share

Recommended Posts

I've been implementing a map report system into my game, and i cant seem to figure out why my client wont hit the HandleMapReport sub, Thats the last sub its not hitting, the server's all setup sending the array to it.

This is my code for map report inside of my InitMessages.
```
HandleDataSub(SMapReport) = GetAddress(AddressOf HandleMapReport)
```
And after using the debugger, i see that it does hit the line about, but somehow doesn't run the sub associated at the end of it…

Ive been poking at this for awhile now and could use a tad bit of guidance, Any help is appreciated.
Link to comment
Share on other sites

On my clientside i also have errors stated below:
```
------------------------------
Now: 7/27/2012 3:01:07 AM
The following error occured at 'InitMessages' in 'modHandleData'.
Run-time error: 9': Subscript out of range.
------------------------------
Now: 7/27/2012 3:01:14 AM
The following error occured at 'HandleData' in 'modHandleData'.
Run-time error: 9': Subscript out of range.
------------------------------

```
I cant seem to nail it down, Everything appears to be in order..
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...