Mirage Source
Trying to add Email to account Registration.. - Printable Version

+- Mirage Source (https://mirage-engine.uk/forums)
+-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61)
+--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18)
+---- Forum: General (https://mirage-engine.uk/forums/forumdisplay.php?fid=17)
+---- Thread: Trying to add Email to account Registration.. (/showthread.php?tid=242)



Trying to add Email to account Registration.. - Zee-Xaya - 16-08-2006

Im adding Email as a input for a new account. All the client side works but when it sends the packet to the server i get this error

Quote:Compile error:

Method or data Member not found

On Sub SavePlayer

Quote:Sub SavePlayer(ByVal Index As Long)
Dim FileName As String
Dim i As Long
Dim n As Long

FileName = App.Path & "\Accounts\" & Trim(Player(Index).Login) & ".ini"

Call PutVar(FileName, "GENERAL", "Login", Trim(Player(Index).Login))
Call PutVar(FileName, "GENERAL", "Password", Trim(Player(Index).Password))
Call PutVar(FileName, "GENERAL", "Email", Trim(Player(Index).Email))

Highlighted on .Email))

Any Hints?


- Gilgamesch - 16-08-2006

did you add in the type .email?

and what does it say when you get the rror-.-...guys, its really important to know that


- Zee-Xaya - 16-08-2006

That does the trick ^-^ Thankyou its been awhile :roll: