![]() |
|
|||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread |
|
|
#1 (permalink) |
|
Member
Hostage
Join Date: Mar 2007
Posts: 3
|
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"; 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 |
|
|
|
|
|
#3 (permalink) |
|
Member
Hostage
Join Date: Mar 2007
Posts: 3
|
tried that, but it said IP Banned under ping and i couldnt connect. meanwhile ive resolved the problem, the admin is online again and i moved the rcon_password variable from the command line to the server.cfg and it works fine now. also im upgrading it to amx mod X.
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| unban | Pl0x | CS: Source | 9 | 03-21-2008 06:08 AM |