how to give yourself admin?

Post your questions here
Post Reply
makuke12fan2
Posts: 38
Joined: Fri Sep 04, 2020 12:15 pm
Team: KTM Racing

how to give yourself admin?

Post by makuke12fan2 »

I want to give myself admin i went to my server typed in --admin and my UID and it wont give me admin how can i give it to myself?
jlv
Site Admin
Posts: 14912
Joined: Fri Nov 02, 2007 5:39 am
Team: No Frills Racing
Contact:

Re: how to give yourself admin?

Post by jlv »

You have to put the --admin option in the command line parameters when you start the server.
Josh Vanderhoof
Sole Proprietor
jlv@mxsimulator.com
If you email, put "MX Simulator" in the subject to make sure it gets through my spam filter.
makuke12fan2
Posts: 38
Joined: Fri Sep 04, 2020 12:15 pm
Team: KTM Racing

Re: how to give yourself admin?

Post by makuke12fan2 »

jlv wrote: Wed May 12, 2021 12:42 am You have to put the --admin option in the command line parameters when you start the server.
Into chat?
jlv
Site Admin
Posts: 14912
Joined: Fri Nov 02, 2007 5:39 am
Team: No Frills Racing
Contact:

Re: how to give yourself admin?

Post by jlv »

makuke12fan2 wrote: Thu May 13, 2021 6:22 am
jlv wrote: Wed May 12, 2021 12:42 am You have to put the --admin option in the command line parameters when you start the server.
Into chat?
No. In the command line parameters when you start the server. How are you starting the server?
Josh Vanderhoof
Sole Proprietor
jlv@mxsimulator.com
If you email, put "MX Simulator" in the subject to make sure it gets through my spam filter.
Wahlamt
Posts: 7934
Joined: Mon Sep 13, 2010 3:15 pm
Team: MLG Compton
Location: Sweden
Contact:

Re: how to give yourself admin?

Post by Wahlamt »

If you're using the runserver.bat file to launch the server, you can simply edit that file and set the "set ADMINID=0" to what your UID is, for example "set ADMINID 34355" if your ID is 34355. Either edit the file with good 'ol regular notepad or notepad++ if you got that installed.

Code: Select all

@echo off

rem Change the following line to your UID instead of 0
set ADMINID=0

--- More content in the file you have ---
Post Reply