Sign in to follow this  
Teo

sv_maprotationcurrent nor sv_mapRotation into the server.cfg?

Recommended Posts

thanks for your reply. i see N/D logged in with rcon :/ i didnt try yet to look at permission properly because it took me 20 minutes to ban a dude early by name because i was not able to get UID..

Share this post


Link to post
Share on other sites

is there a way to set up something in my cfg file for that with that admin stuff like i have in the sof2 server?

something like:

B-Admin = level 1 (can mute, plant, twist, torture in general)

Admin = level 2 ( can level 1 + kick out and penality box)

S-Admin = level 3 (can level 1 + level 2 + ban)

Sysops = level 4 (rcon)

with:

\rcon addadmin #

you will add the ID = # Admin.

or is there a tutorial or an example file to see and try to figure out more than one command so to don't pissed you off with my posts? :) many thankx! cheers

Share this post


Link to post
Share on other sites

You can list commands required powerpoints with: "cmdpowerlist"

You can change the power setting for a command with: "setcmdminpower"

You can change the power of an already existing admin with: "setadmin"

You can create a new admin with the command: "authsetadmin"

You can list admins with: "adminlist" or "authadminlist"

Maybe not all commands getting written like I wrote as I didn't look it up.

Share this post


Link to post
Share on other sites

sorry but i don't understand and fortunately i got more than 10 years experience in online gaming.

can i read an example or none did one in over 7 years? Can you elaborate a bit more it please? you give for granted something that i have no idea of. i'm asking just an example to start, do i need to implore really??

something like an example was more easy instead of 10 post in my opinion. i need to have something set up in the cfg file which i can give to a dude (he must to be free to change his name without lose his status) is it possible? How to please?

is there a tutorial where i can read and learn step by step please please?? :)

Share this post


Link to post
Share on other sites

\cmdpowerlist ---> text chat

$cmdpowerlist ----> insufficient client permission

\rcon $cmdpowerlist ----> is not a cvar

/rcon setadmin @youruid 60 or 70 or 80 or 90 ...etc... ----> no such player with UID.

anyone can help me? thanks.

Share this post


Link to post
Share on other sites

authlogin

setadmin

authchangepassword

authlistadmins

authsetadmins

rconlistadmins

rconaddadmins

rcondeladmin

cmdpowerlist

screensay

banclient

banuser

btempban

bpermban

tempban

permban

unbanuser

unban

clientkick

kick

this is what i list i had to write it down :/, why there r 2 or 3 entry each command for the same action can i know or is a secret? thanks.

Share this post


Link to post
Share on other sites

if is possible to know, can a authuser login 2wice?

for example is i set up badmin as authname, 2 players can login same time with this login?

many thanks.

Share this post


Link to post
Share on other sites
Guest DeltaMX

If 1 was already logged in, in the same server then someone logged in with the same pass he will get kicked. At least that is what I know.

Share this post


Link to post
Share on other sites

Well I think both can login with same id.

Commands starting with (B) are doing the same like the ones without. Don't use the commands with "b". It is something historic. They did once something different.

setadmin should be only used to change the power level of an already registered admin as well because: No UIDs.

The rcon commands should be only used for TCP-Rcon.

Share this post


Link to post
Share on other sites

ok thanks for sharing it. For what i can understand i can create an user for example called "badmin" giving it a pw and a power, and ppl with B-Admin permission can use it same time 1,2,3,...,5 .. both, and so on for every level of admin isn't it?

Is there any Clan tag Protection or any Prefix ppl can create to be able to assign it the the clan group only?

Share this post


Link to post
Share on other sites

:) ok thanks, maybe is some issue with Data Center np they will fix it than. i tough it was some block from cod4 because of the cracked server ^^

anw i see you have badwords.txt and botnames.txt in main cod4 server folder, is something with your commands or i can delete them?

Share this post


Link to post
Share on other sites

It is an issue on your local server. Most likely you have 2 instances of cod4 server which are trying to use the same port.

badwords.txt requires a plugin. botnames.txtis just there to name scripted bots.

You can delete both.

Share this post


Link to post
Share on other sites

thank you :)

and btw is there a way to bind &authlogin? i tried:

bind i "&authlogin un pw"

i think is wrong.. how to bind the 'delete' button? mybe if i bind:

bind i "+DELETE_BOTTON_NAME&authlogin un pw" it works.

Share this post


Link to post
Share on other sites
/unbind [key]

He was talking about binding the DELETE key, not deleting the bind :P

Key_delete.jpg

@Teo, I think you should try

\bind del "cmd"

or if you want the delete key on the keypad

\bind kp_del "cmd"

Share this post


Link to post
Share on other sites
/unbind [key]

He was talking about binding the DELETE key, not deleting the bind :P

Key_delete.jpg

@Teo, I think you should try

\bind del "cmd"

or if you want the delete key on the keypad

\bind kp_del "cmd"

hi, thanks for your reply, that's not what was was lookinf for. I noticed i have always to delete the "\" symbol b4 starting write $commands. So if i bind the $authlogin as i wrote in my previews post system says command isn't correct. I was searching a method to bind a key with the del button (+DEL button) into the command.

Share this post


Link to post
Share on other sites

Umm.. What?

You had better learn English first.

So;

You want to bind the key (e.g. i)

But you cannot!

Have you tried typing this:

/bind i $authlogin UN PW

[attach=722][/attach]

If this doesn't work, try binding an execution of a cfg file which has "say $authlogin UN PW" in it.

Edit: I think I got your problem. You mean, you have to delete "\" before executing a "$" cmd in console. That is because $ commands are say only. You can execute them ($ cmds) with the chat key (default T). But where is the relation with binding?

2nd Edit:

Briefly,

\rcon permban

is the same with

\say $permban

3rd Edit to be sure you understood:

You have to set your own power with rcon before using $ in game

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this