20-12-2006, 08:03 PM
Compile Error on the Server Side...
Whats the problem here? I made all the required changes
Code:
Function IsLoggedIn(ByVal Index As Long) As Boolean
If IsConnected(Index) And Trim(Player(Index) [b].Login[/b] ) "" Then
IsLoggedIn = True
Else
IsLoggedIn = False
End If
End Function
Quote:Compile Error:
Method of data Member not Found
Whats the problem here? I made all the required changes
