Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[MS4] Kill Command
#10
DarkC Wrote:
Nean Wrote:So, lets say I wanted to add this to a button macro, and then type the users name in a textbox, called txtchar, and then push the kill button, and it will kill the char... How would I go about this. (If that makes sense)

Basically you want it like Elysium Diamond has their Warp Me To command in the Admin Panel?

If you want it like that, I'll try to figure out a way to do that tonight.

If it helps, this is what I'm trying to do, only with your /kill command
Code:
Private Sub cmdkick_Click()
If GetPlayerAccess(MyIndex) >= ADMIN_MAPPER Then
        Call SendKick(Trim(Txtchar.Text))
    End If
End Sub
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)