Particle's Custom RPG

Assistance => Assistance & Feedback => Topic started by: Nittmo on October 11, 2003 11:33 am CDT

Title: Admin password - How to set it
Post by: Nittmo on October 11, 2003 11:33 am CDT
I looked top and bottom of Admin.cs, ServerPrefs.cs and a few others where I'd think it would be but I still cant find the file where you set your admin passwords. What file is it?
Title: RPGserve.exe
Post by: DeathAdder on October 11, 2003 02:48 pm CDT
When you host you go into your RPG folder find the rpgserve.exe and open that. Chose advanced options and fill out your admin passes and other things you want. ^_^
Title:
Post by: UnderGod on October 11, 2003 02:54 pm CDT
Disreguard what death said..

If it isn't a dedicated server, put this line in your autoexec.cs file

$AdminPassword[5] = "password";

Then when you are in game type

#admin password
Title:
Post by: sergiekun on January 4, 2007 06:41 pm CST
what like #admin password "password" (without quotes)
or #"password (without quotes)
Title:
Post by: Xenos on January 4, 2007 07:23 pm CST
if you set $AdminPassword[5] = "bob";

you type
Code: [Select]
#admin bob

in the game to be admin 5.

If you change that $AdminPassword[5] to $AdminPassword[4] it will be admin level 4.  5 is the highest.