I seted up choyaserver.cfg like this:
sv_hostname "^2C^5hoya^12^5oft ^12^5erver"
sv_maxclients 12
sv_master1 "dpmaster.deathmask.net"
rconpassword "mypassword"
blabla...
my running script:
#!/bin/bash
./ioq3ded.i386 +exec choyaserver.cfg +set dedicated 2 +set net_port 27960 +map aggressor
hm... when I execute the rcon command the game says: rcon password is not seted in this server (lol?)
I tried to execute rconpassword mypassword and the rconaddress, but nothing happens, always says not seted.
what's wrong? :O
EDIT: I Solved this adding +set rconpassword mypassword at the running script (hmm, not in the server config :S :S)