local rconscripts to remote clanserver not working...:-( -
09-25-2002, 09:23 AM
Hi.
Since its not possible to upload cfg scripts to our rented clanserver,
i want to run the scripts from my pc.
This script will then contain "rcon" in front of each command, so
this command will go to this remote rented clanserver.
All works fine, BUT it only seems to parse the first line of the script!!!!! even with semicolons inbetween the lines!!!
An example:
rcon g_gametype 4
rcon timelimit 30
rcon roundlimit 20
will ONLY parse the first line (g_gametype) and ignore the rest!
Another example (with ; inbetween and different order):
rcon roundlimit 20;
rcon timelimit 30;
rcon g_gametype 4;
will also ONLY parse the first line (in this case roundlimit) and ignore the rest!........
Even with sv_floodprotect set to 0 on the clanserver......no go......
(all presuming i'm logged in with rconpassword already of course)
i'm stunned! Crowking does it with his autokick program.....so must be possible...... oOo:
Any help pleeez!
|