ccjosh Posted August 21, 2013 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
Aleos Posted August 21, 2013 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
Question
ccjosh
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!
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.