| Mirage Source http://miragesource.net/forums/ |
|
| Editing Server Menu http://miragesource.net/forums/viewtopic.php?f=201&t=4357 |
Page 1 of 1 |
| Author: | Nean [ Thu Sep 18, 2008 11:56 pm ] |
| Post subject: | Editing Server Menu |
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. |
|
| Author: | Rezeyu [ Fri Sep 19, 2008 12:03 am ] |
| Post subject: | Re: Editing Server Menu |
Ctrl + E |
|
| Author: | Nean [ Fri Sep 19, 2008 12:13 am ] |
| Post subject: | Re: Editing Server Menu |
Thanks a lot I would'a never figured that out. |
|
| Author: | Rezeyu [ Fri Sep 19, 2008 12:15 am ] |
| Post subject: | Re: Editing Server Menu |
You can also go under Tools -> Menu Editor. |
|
| Author: | Rian [ Fri Sep 19, 2008 12:19 am ] |
| Post subject: | Re: Editing Server Menu |
You can also Right Click the form, and go to Menu Editor. |
|
| Author: | Nean [ Fri Sep 19, 2008 1:42 am ] |
| Post subject: | Re: Editing Server Menu |
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 |
|
| Page 1 of 1 | All times are UTC |
| Powered by phpBB® Forum Software © phpBB Group https://www.phpbb.com/ |
|