23-08-2007, 09:24 PM
If someone could, i tried to use this Tutorial and it did not work. When i tried to add the fallowing to the Type.bas file, it gave me an error on both the client and the server.
'Friends
Friend(1 To MAX_FRIENDS) As String
---
The error message was this:
Compile Error:
Only valid in object module
I believe that i fallowed the tutorial completely, and i am unsure as to why i am getting this error.
'Friends
Friend(1 To MAX_FRIENDS) As String
---
The error message was this:
Compile Error:
Only valid in object module
I believe that i fallowed the tutorial completely, and i am unsure as to why i am getting this error.