07-25-2025, 06:17 PM
can you tell me if this syntax is correct ?
If LDClient.CheckServer( "192.168.0.96:15731" ) = "AVAILABLE" THEN
LDClient.Connect( "192.168.0.96:15731", "TRUE" )
CS_Recieveport_connected = 1
EndIf
If LDClient.CheckServer( "192.168.0.96:15731" ) = "AVAILABLE" THEN
LDClient.Connect( "192.168.0.96:15731", "TRUE" )
CS_Recieveport_connected = 1
EndIf