07-03-2007, 01:16 AM
I currently making an admin panel but im not sure how to make its so If you press 'F1' it will come up. Does this go in frmMirage also? thanks in advance
KeyDown - Admin Panel
|
07-03-2007, 01:16 AM
I currently making an admin panel but im not sure how to make its so If you press 'F1' it will come up. Does this go in frmMirage also? thanks in advance
07-03-2007, 01:20 AM
Check the backup forums. It has a tutorial on it.
and yes it goes in frmMirage.
07-03-2007, 01:23 AM
Thanks
but whats the URL to the forums?
07-03-2007, 01:42 AM
Code: /////////////////// http://ms.shannaracorp.com/backup-forums/
07-03-2007, 01:43 AM
Thank you! : )
07-03-2007, 01:48 AM
Swordmaster Wrote:Thanks you! : ) No problem, I like your siggy btw.
07-03-2007, 07:37 PM
I added everything but when i compile i get "Compile Error: Sub or Function not Defined" on
Code: Private Sub btnJail_Click()
07-03-2007, 07:42 PM
You dont have the sub SendJail. The code he posted requires more to work, server side too.
07-03-2007, 07:43 PM
There is no SendJail() function in a normal MS. You'll have to add it, or remove that button.
07-03-2007, 11:15 PM
it worked,
but ahh when i press the delete ban list then i press ban list again it keeps saying Banned IP By and it does that and keeeps going and going and the server and client crash
08-03-2007, 12:18 AM
I know the ban list (at least in 3.0.3) had issues, havent really looked at it though... i think there is a tutorial floating around with reguards to it; not sure o.0
08-03-2007, 01:23 AM
It works fine if you just hit Ban List
But it doesnt work if you hit Delete Ban List THEN Ban List
08-03-2007, 07:21 AM
Errrr, try this:
Quote:Only server side |
« Next Oldest | Next Newest »
|