ccjosh Posted August 21, 2013 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 66 Reputation: 6 Joined: 11/13/12 Last Seen: November 17, 2014 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 Group: Development Manager Topic Count: 56 Topics Per Day: 0.01 Content Count: 732 Reputation: 525 Joined: 12/13/11 Last Seen: June 13, 2024 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...
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!
Link to comment
Share on other sites
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.