Hello chaps.. I have been working on some errors in the script below, most now are solved except for 2 (small problems) 1. When the rcon command are issued the rcon is left open (I have tried close rcon but it does not work) 2. (Main one) If people type !addme to be entered into the list of players,...
Just a quick one.. using the rcon.tcl script files.. global pwf_serverip pwf_serverpassword pwf_maxpl pwf_active pwf_teamaserver pwf_teambserver pwf_serverholder pwf_pickupchan pwf_shutupchan pwf_lastgame pwf_players rcon_password1 rcon_address1 rcon_port1 rcon_path pwf_maptopic set rcon [open "...
1. The users are first added to your bot with a handle and the wonid is stored as XTRA information on the bot and the bots userfile. 2. Everytime the users does "!addme" (i.e. add that user to the game) and that user is recognised by a handle, the wonid is retrieved from the XTRA informat...
Hello chaps.. as you seem to be friendly and helpfull people.. I have a request :D I am working on a CS Pickup script (mixed pcws) So far I have the teams arrnaged in irc via !addme commands.. and the whole match process if perfectly controlled via amx mod :D The only problem i have is a way of gett...
lol thanks mate :D Right my master plan is working :D CS Pickup Scipt So far... IRC is working fine, player join the channel add them selves to a game, when the required number of players is reached the bot changes the server to the correct map and sets the correct password, all players are notified...
OK using this comand (with the global settings of course) set rcon [open "|$rcon_path/rcon $rcon_password1 $rcon_address1 $rcon_port1 \"changelevel $pwf_maptopic\"" r] now this works perfectly but leave rcon open when i check process "ps -x" they stay open untill eggdop...