View Single Post
  #8  
Old 01-10-2015, 03:56 PM
callimuc callimuc is offline
callimuc's Avatar
Join Date: Nov 2010
Location: Germany
Posts: 1,015
callimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to behold
I've been figuring a solution a few days ago which seems to work just fine. As I've been gone I couldn't test it any further but now that I'm back I'll continue my work already offered my help to some servers

Quote:
Originally Posted by baseman101 View Post
PHP Code:
//#CLIENTSIDE
function onPlayerEnters() {
  
temp.host resolvehost("loginserver.graalonline.com");
  if(
temp.host == 127.0.0.1 || temp.host.starts("192.168.") || temp.host.starts("10.0.")) {
    
//trigger server
  
}

similar versions are used by many servers, doesnt seem to help at all. maybe to filter out the players trying out relay the first time
__________________
MEEP!
Reply With Quote