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

The server is available only for admins


SholT
 Share

Recommended Posts

You could look in the server end of logging in, and do a
```
If(Player(index).Access > 1) Then
' derp
Else
"Admins only!"
'CLOSE GAME AWE YEA
End If
```
Toggle running through that with a setting on your server form, like a check box or something

```
If(serverform.chkbox.Value = 1)Then
'admin only mode
Else
'not admin only
End If
```
This is obviously messy code, but it's basically what you would need to do. I'm letting you figure out what to throw in each end. ;)
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...