Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Reboot Your Server Remotely - Source
#11
Compile Error on the Server Side...

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 Smile
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)