Posts: 50
Threads: 4
Joined: Mar 30, 2008
Hate to be a bother but how would I make it so that everyone has the e_freeze and e_unfreeze command. I have it so admin can but I want others to have that command as well but not be admin.
Thanks
Posts: 5,877
Threads: 182
Joined: Dec 11, 2004
Open DF_admins.txt
For the default user add:
addAdminCmd = e_freeze
addAdminCmd = e_unfreeze
Posts: 1,460
Threads: 125
Joined: Jan 26, 2006
The_Ghost Wrote:Hate to be a bother but how would I make it so that everyone has the e_freeze and e_unfreeze command. I have it so admin can but I want others to have that command as well but not be admin.
Thanks 
hay the ghost, whats the IP to your server. I used to play aHELLA deathmatch way back
Posts: 50
Threads: 4
Joined: Mar 30, 2008
72.5.86.144:27015
Glad to have you come on some larz
Posts: 50
Threads: 4
Joined: Mar 30, 2008
How would I use the user file so if I only people I want to have e_propspawn. I dont get how to use the user file.
Thanks
Posts: 5,877
Threads: 182
Joined: Dec 11, 2004
You would have to add each one of their SteamIDs.
Example:
Code:
"SteamID:STEAM_0:0:1234"
{
addAdminCmd = e_spawnprop
}
"SteamID:STEAM_0:0:1235"
{
addAdminCmd = e_spawnprop
}
"SteamID:STEAM_0:0:1236"
{
addAdminCmd = e_spawnprop
}
etc... Do this for each person. You can also do it by name, but it's less secure. Examples should be in the DF_admins.txt file itself.
You can also see this page for more:
http://www.sourceop.com/wiki/Adding_Admins
Posts: 50
Threads: 4
Joined: Mar 30, 2008
I added the people in the admin folder but it never works i follow the directions and i even downloaded the admin helper tool.
It never see any of the things i do, in the admin folder.
Posts: 5,877
Threads: 182
Joined: Dec 11, 2004
What do you mean you added the people to the admin folder? For in game admins you should be adding entries in the DF_admins.txt file.
Posts: 50
Threads: 4
Joined: Mar 30, 2008
Thats what i've been doing adding the steam id and putting the commands but it never works.
Posts: 5,877
Threads: 182
Joined: Dec 11, 2004
Copy and paste the contents of the file inside of code blocks (i.e. click the code button underneath the subject box when replying) and I will look at it.