Me and a friend are setting up a server. It's located at his place. Because it was 2AM when it finally worked he hadn't added me to teh AMX Mod admin list or whatever yet but I had the rcon password so thats not a problem. Well I was scripting a bit:
Code:
name "[Admin] Ge64";
rcon_password "lanlan";
say "Inkoopacties.net 1337 CS Hamachi Server: Admin mode started - configuring server";
rcon "sv_aim 0"
rcon "pausable 0"
rcon hostname "Inkoopacties.net 1337 CS Hamachi Server"
rcon "sv_maxspeed 320"
rcon "sv_cheats 0"
rcon "mp_buytime 9000"
rcon "mp_startmoney 240"
rcon "mp_timelimit 2"
rcon "mp_freezetime 2"
rcon "mp_friendlyfire 1"
rcon "mp_autoteambalance 0"
rcon "mp_tkpunish 0"
rcon "mp_forcecamera 0"
rcon "sv_alltalk 1"
rcon "sv_unlag 1"
rcon "sv_allowupload 1"
rcon "sv_allowdownload 1"
rcon "mp_roundtime 4"
rcon "sv_maxunlag 0.25"
rcon "decalfrequency 5"
rcon "mp_mapvoteratio 0.55"
rcon "sv_skycolor_b 75"
rcon "sv_skycolor_g 95"
rcon "sv_skycolor_r 161"
rcon "amx cmds"
rcon amx_tsay blue "Round time: 4 mins";
rcon amx_tsay blue "Map time: 20 mins";
rcon amx_tsay blue "Buy time: Unlimited";
rcon amx_tsay blue "Friendly Fire: On";
rcon amx_tsay blue "Start money: 1600";
rcon amx_tsay blue "Alltalk: On";
rcon amx_tsay blue "Skycolor: Strange";
say "Inkoopacties.net 1337 CS Hamachi Server: Admin mode started - server configuration complete";
but i made a typo in the rcon_password causing the script to send loads of bad rcon commands and the server banned me. Any way to easily trick the server into letting me in again so I can unban myself?
Also, is there anything wrong with the above script? because instead of just going through the list it repeats the last 2 commands 10 times ...
edit: typo in the title