ccjosh Posted August 21, 2013 Share Posted August 21, 2013 So, currently I have two running servers in a VPS. They share 1 login database. I want to restrict a GM account from the 1st server from playing in the 2nd server. Basically, when that account ID logged in (after choosing a character) to the 2nd server. It kicks that account out. Big thanks! Quote Link to comment Share on other sites More sharing options...
Aleos Posted August 21, 2013 Share Posted August 21, 2013 - script OnPCLoginEvent#GMCheck -1,{ OnPCLoginEvent: if (getcharid(3) == 2000000) { mes "You can't login on this server."; close2; atcommand "@kick "+ strcharinfo(0); } end; } 2 Quote Link to comment Share on other sites More sharing options...
So, currently I have two running servers in a VPS. They share 1 login database.
I want to restrict a GM account from the 1st server from playing in the 2nd server.
Basically, when that account ID logged in (after choosing a character) to the 2nd server. It kicks that account out.
Big thanks!
Link to comment
Share on other sites