how to give yourself admin?
-
makuke12fan2
- Posts: 38
- Joined: Fri Sep 04, 2020 12:15 pm
- Team: KTM Racing
how to give yourself admin?
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: 15350
- Joined: Fri Nov 02, 2007 5:39 am
- Team: No Frills Racing
- Contact:
Re: how to give yourself admin?
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.
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
-
jlv
- Site Admin
- Posts: 15350
- Joined: Fri Nov 02, 2007 5:39 am
- Team: No Frills Racing
- Contact:
Re: how to give yourself admin?
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.
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: 7961
- Joined: Mon Sep 13, 2010 3:15 pm
- Team: MLG Compton
- Location: Sweden
- Contact:
Re: how to give yourself admin?
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 ---
