Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Admin only server?


Growlith1223
 Share

Recommended Posts

There's a way to do anything and everything.
You should be asking "Does anyone want to share code on how to…" ;)

```
If Player(index).Access < 1 AND frmServer.chkAdminMode.Value = 1 Then
AlertMsg "The server is currently only allowing Admins online."
Exit Sub/Function
End if
```
It's **_something like that_**. Throw it NEAR the top, but below a few login checks in the server side. Just CTRL + F "log in"
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...