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

Mail system problem


iSnow
 Share

Recommended Posts

I've been looking at converting an old piece of code to work with EO 2.0, for A mail system.

I'm getting this error server-side, a bit of help?

Compile error:

Procedure Declaration does not match description of event or procedure with same name.

Highlighted sub;

```
Private Sub cmdSendMail_Click()
        Call CheckChar(GetPlayerName(MyIndex), picInbox.txtReceiver.text, picInbox.txtSubject.text, picInbox.txtBody.text)
End Sub
```
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...