Re: How to add GM account
Code:
use [account]
exec dbo.cabal_addgmip '1.1.1.1','255.255.255.255'
Re: How to add GM account
Quote:
Originally Posted by
RikiGaru
Code:
use [account]
exec dbo.cabal_addgmip '1.1.1.1','255.255.255.255'
Thanks, but can you explain what is '1.1.1.1','255.255.255.255' means? :)
Re: How to add GM account
Quote:
Originally Posted by
jithea23
Thanks, but can you explain what is '1.1.1.1','255.255.255.255' means? :)
that is the IP of the GM
Re: How to add GM account
thanks. it worked. after executing this SQL query you have to set the nation to GM in order to take effect. Nice :)
Re: How to add GM account
Quote:
Originally Posted by
jithea23
Thanks, but can you explain what is '1.1.1.1','255.255.255.255' means? :)
its IP Range. thats mean, any IP between 1.1.1.1 > 255.255.255.255, can login as GM nation.
Re: How to add GM account
Ok sir, now i understand what it means :)