Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Editing Server Menu
#1
So how the fuck, do I edit the server menu? I have a bunch of commands I'd like to add to the popup menu you get when you right click, on a player, however I've done searching and whatnot but haven't found any way I'd be able to do this. Someone point me in the right direction, and I should be fine.
Reply
#2
Ctrl + E
Reply
#3
Thanks a lot I would'a never figured that out.
Reply
#4
You can also go under Tools -> Menu Editor.
Reply
#5
You can also Right Click the form, and go to Menu Editor.
Reply
#6
So I was working on a jail command, but I can't get it working. Heres what I have:

Code:
Sub mnuJailPlayer_Click()
Dim Name As String
    
    Name = frmServer.lvwInfo.SelectedItem.SubItems(3)
    If Not Name = "Not Playing" Then
        Call Cjailplayer(FindPlayer(Name))
    End If
End Sub
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)