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

Gett ammount of players online


85031
 Share

Recommended Posts

in the frmmainmenu code there is this
```
Private Sub Status_Timer()
Dim packet As String

    If ConnectToServer = True Then
        lblss.Caption = "Server Status: Online"

        If ENCRYPT_TYPE = "" Then
        packet = "givemethemax" & SEP_CHAR & END_CHAR
        Call SendData(packet)
        End If

    Else
        lblss.Caption = "Server Status: Offline"
    End If

End Sub
```the online part i want to put online with (however many players there is)

lblss.Caption = "Online with" & (i dont know the rest of the code)

what would the code be to show how many people are online?

EE source 'edit'
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...