es.getcmduserid should return 0 if used after a command registered by es.regcmd.
This would be useful because you do not need to have a seperate function for the server command.
This would be unnecessary than:
def servercmd():
function(0)
def cmd():
function(es.getcmduserid())
def function(userid):
some code
This would be useful because you do not need to have a seperate function for the server command.
This would be unnecessary than:
def servercmd():
function(0)
def cmd():
function(es.getcmduserid())
def function(userid):
some code
Add this feature widget to your own website by using the following code:
Add it to forums (using bbcode):


