Would this script work?

F

fusi0n

Guest
Sorry to post in here a bout this but no one seems to awnser my questions about scripts/alias....

alias lowgrav "rcon <pass> sv_gravity 200"

bind 1 "lowgrav"

Would that work?

Or

bind x "rcon <password> changelevel de_survivor"

I know bind x "changelevel de_survivor" works but I'm not sure about haveing the rcon pass infront of them...

I can't try them on a server yet coz my mates got rcon pass and his not here just now.

Thanks.
 
S

ShockingAlberto

Guest
make a file `adminstuff.cfg', and add the line `exec adminstuff.cfg' to your autoexec.cfg.

In `adminstuff.cfg', add the following lines:
rcon_password <pass>
bind 1 "rcon sv_gravity 200"
bind 2 "rcon changelevel de_survivor"
 
I

isuck

Guest
yeah, do as he said.

rcon_password is a seperate command and has to be put in first, not along with other commands
 
M

MYstIC G

Guest
the use of rcon_port is only necessary if not connected to a server & you're specifying it manually, otherwise rcon_password will use the server you are currently connected to as its basis for the information
 

Users who are viewing this thread

Top Bottom