View Single Post
  #1  
Old 03-27-2017, 02:54 AM
Mistmaker's Avatar
Mistmaker
Sarnak
 
Join Date: Feb 2014
Posts: 77
Default Restrict access to server

What's the best way to limit access to the server by invitation only? Currently I'm adding access by using the gm_ips field and then add the players account name, Account ID and IP.

Is their an easier way of doing this? Currently I enabled this server rule and use this script.

World:GMAccountIPList = true

INSERT INTO gm_ips (name,account_id,ip_address) VALUES ('xxxxxx','xxxxxxx','xxx.xxx.xxx.xxx');
__________________
~ Mr. Gold ~ Pillage and Plunder ~
Reply With Quote