03-10-2007, 07:37 PM
I added Binary accounts, and I wanted to make a button on my server that gave the Name in the textbox access level 4.
Now I get a runtime error 13 with this piece of code:
[code]Private Sub GiveAdmin_Click()
Call SetPlayerAccess(frmServer.txtGiveAdminName, 4) '
Now I get a runtime error 13 with this piece of code:
[code]Private Sub GiveAdmin_Click()
Call SetPlayerAccess(frmServer.txtGiveAdminName, 4) '