Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[MS4] Kill Command
#21
This tutorial is out of date now if you are using v3.51.

http://web.miragesource.com/forums/viewt...124&t=4353

Code:
' Kill player
                Case "/kill"
                    If GetPlayerAccess(MyIndex) >= ADMIN_CREATOR Then
                        If UBound(Command) >= 1 Then
                            SendData CKillPlayer & SEP_CHAR & Command(1) & END_CHAR
                        End If
                    End If
                End If
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)