[SOLVED] QW Print Command from server? - Printable Version +- Xonotic Forums (https://forums.xonotic.org) +-- Forum: Support (https://forums.xonotic.org/forumdisplay.php?fid=3) +--- Forum: Xonotic - Help & Troubleshooting (https://forums.xonotic.org/forumdisplay.php?fid=4) +--- Thread: [SOLVED] QW Print Command from server? (/showthread.php?tid=3632) |
QW Print Command from server? - kidx - 10-31-2012 When i enter admin commands they allways say QW Print Command from server 199.19.94.193:26000, Any ideas or reason for this I am unable to kick or ban on Nexuiz or Xonotic cause of this. RE: QW Print Command from server? - Mr. Bougo - 10-31-2012 QW Print is a command that the servers sends to the rcon client to send text to it. It's usually followed by the output to the rcon command you sent. Simple example off the top of my head: Code: ] rcon bot_number You are not unable to kick or ban because of this. You are unable to kick or ban because you do not understand how to kick or ban. Please show us how you do it so that we can show you how to do it right and make it work. RE: QW Print Command from server? - kidx - 11-01-2012 (10-31-2012, 02:24 PM)Mr. Bougo Wrote: QW Print is a command that the servers sends to the rcon client to send text to it. It's usually followed by the output to the rcon command you sent. Simple example off the top of my head: Here is how I do so Rcon kick #4 flaming or Rcon ban #4 Flaming. I also have tried it with out the rcon infront of it. RE: QW Print Command from server? - Mr. Bougo - 11-01-2012 Okay. You can't provide a reason for a kick, so what you're typing results in a syntax error. You also have to put a space between the # and the player id, so here's how to kick: Code: kick # 4 As for ban or kickban, that's a server gamecommand, and you can get help on server gamecommands either by typing help in the server console or rcon sv_cmd help on the rcon client. Just "help" on the rcon client won't work because it's an alias to sv_cmd help and aliases can't return text to the rcon client. Anyway, if you do that, you'll see that ban and kickban are in the list. You can simply do Code: rcon sv_cmd help ban Code: rcon sv_cmd help kickban Quote:Usage: sv_cmd ban address [bantime] [reason] So you just want to do Code: rcon sv_cmd kickban 4 3600 4 flaming RE: QW Print Command from server? - kidx - 11-07-2012 Ok so I do this for a ban I wannd do this right? ban # 5 and kick # 5 right? RE: QW Print Command from server? - Mr. Bougo - 11-08-2012 You did not read my post. Please read my post and try to answer your own question. If that fails, tell me what you don't understand in my post. Everything you need is in there. RE: QW Print Command from server? - kidx - 11-13-2012 how do I unban someone? RE: QW Print Command from server? - Mr. Bougo - 11-14-2012 You did not read my post. Please read my post and try to answer your own question. If that fails, tell me what you don't understand in my post. Everything you need is in there. |