Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[MS4] Kill Command
#17
Code:
' Kill player
            If Mid$(MyText, 1, 5) = "/kill" Then
                If Len(MyText) > 6 Then
                    MyText = Mid(MyText, 6, Len(MyText) - 5)
                    Call SendData(CKillPlayer & SEP_CHAR & MyText & END_CHAR)
                    MyText = vbNullString
                End If
                Exit Sub
            End If

Should work too
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)