Need help installing - Printable Version
+- SourceOP (
http://forums.sourceop.com)
+-- Forum: SourceOP Plugin (
http://forums.sourceop.com/SourceOP-Plugin-forum)
+--- Forum: General Chat (
http://forums.sourceop.com/General-Chat-forum)
+---- Forum: Bugs/Problems (
http://forums.sourceop.com/Bugs-Problems-forum)
+---- Thread: Need help installing (
/Need-help-installing-thread)
Need help installing -
The_Ghost - Apr 01, 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
Need help installing -
Drunken F00l - Apr 01, 2008
Open DF_admins.txt
For the default user add:
addAdminCmd = e_freeze
addAdminCmd = e_unfreeze
Need help installing -
larz - Apr 02, 2008
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
Need help installing -
The_Ghost - Apr 02, 2008
72.5.86.144:27015
Glad to have you come on some larz
Need help installing -
The_Ghost - Apr 03, 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
Need help installing -
Drunken F00l - Apr 04, 2008
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
Need help installing -
The_Ghost - Apr 05, 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.
Need help installing -
Drunken F00l - Apr 05, 2008
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.
Need help installing -
The_Ghost - Apr 05, 2008
Thats what i've been doing adding the steam id and putting the commands but it never works.
Need help installing -
Drunken F00l - Apr 05, 2008
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.