D
dadclanbob
Guest
Since it s not possible to run cfg scripts for rcon purposes on our rented barryserver (upload them), 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 the barryserver.
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!........
(all presuming i'm logged in with rconpassword already of course)
i'm stunned!
Any help pleeez!
This script will then contain "rcon" in front of each command, so
this command will go to the barryserver.
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!........
(all presuming i'm logged in with rconpassword already of course)
i'm stunned!
Any help pleeez!