Jump to content
  • 0

Account /login/register


Julius95

Question

Posted

So I'm hosting my own mta server but the problem is that I just forgot my password for my acccount ingame, How to solve this? Can I delete it and register over again?

5 answers to this question

Recommended Posts

  • 0
Posted

You can use this in the Console, but first start runcode. Then type in the console:

srun setAccountPassword ( myAccount, "password" ) 

Or just type in the console:

srun removeAccount ( myAccount ) 

And register your account again.

  • 0
Posted
You can use this in the Console, but first start runcode. Then type in the console:
srun setAccountPassword ( myAccount, "password" ) 

Or just type in the console:

srun removeAccount ( myAccount ) 

And register your account again.

doesn't work

  • 0
Posted

Why? What's the problem? You must use:

removeAccount ( account theAccount ) --Remove your account 
setAccountPassword ( account theAccount, string password ) --Change the password (set a new one) 

  • 0
Posted
Why? What's the problem? You must use:
removeAccount ( account theAccount ) --Remove your account 
setAccountPassword ( account theAccount, string password ) --Change the password (set a new one) 

what's the run command? anyway the problem is that it still exist

Also do I ned the ( )?

  • 0
  • MTA Team
Posted

If you have access to the server console, you can use:

chgpass <name> <pass> 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...