Raised This Month: $51 Target: $400
 12% 

/Server Does nothing.


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Honor
Junior Member
Join Date: Aug 2010
Old 08-24-2010 , 18:53   /Server Does nothing.
Reply With Quote #1

When I typ /server ingame there happens nothing.

I did this :

Added in plugins.ini
xredirect.amxx
xredirect-beta.amxx

added in scripting
xredirect.sma
xredirect-beta.sma

added in Include
xredirect.inc

Serverlist.ini in configs :

[Public Server | Push The Limit `]
addres=84.192.100.104
port=27014

[Base Building | Push The Limit `]
addres=84.192.100.104
port=27013

[CW Server | Push The Limit `]
addres=84.192.100.104
port=27012
password= (Dont gonna say)


This is in amxx.cfg

Code:
// //--------- xREDIRECT ---------\

// -=[ Enable/disable xREDIRECT ]=-
// Control whether the plug-in is active or inactive.
// 0 - Deactivate functionality of this plugin.
// 1 - Activate functionality of this plugin.
//
// Default value: 0
redirect_active 1

// -=[ Automatic redirection ]=-
// Control the automatic redirection (forwarding) features of the plugin.
// 0 - No automatic redirections are being done.
// 1 - When the server is full redirect all non-admin players to a random server from the server list.
// 2 - When the server is full redirect all non-admin players to the next server in the server list.
// 3 - Always redirect all non-admin players to a random server from the server list.
// 4 - Always redirect all non-admin players to the next server in the server list.
// 5 - Always redirect all players (including admins) to a random server from the server list.
// 6 - Always redirect all players (including admins) to the next server in the server list.
//
// Default value: 0
redirect_auto 0

// -=[ Server menu ]=-
// Control the manual redirection (= menu) features of the plugin.
// 0 - Disable the redirection menu.
// 1 - Selecting a server in main menu directly redirects there (if possible).
// 2 - Selecting a server only brings up a sub-menu for the server if redirection isn't possible. This way the user can read the reason why redirection is impossible at the moment and also select to enqueue himself.
// 3 - Selecting a server always brings up a sub-menu for the server.
//
// Default value: 0
redirect_manual 1

// -=[ Chat Advertisements ]=-
// Advertise the availability of the /server command in the chat area every redirect_advertise seconds.
// 0 - Disable advertisement of the /server command.
// <any number> - Set the period for advertisements. E.g. if this is set to 70 the chat advertisement will appear every 70 seconds.
//
// Default value: 70
redirect_advertise 60

// -=[ Redirection following ]=-
// Players can say /follow in chat to follow the last user that was redirected to the same server. If enabled, this command is also advertised in chat area every time someone was redirected.
// 0 - Disable the /follow command.
// 1 - Enable the /follow command, so that players can use this feature. This command is also advertised in chat area every time someone was redirected.
//
// Default value: 0
redirect_follow 1

// -=[ Show messages ]=-
// Control whether redirection activities are shown to players in chat area.
// 0 - Don't show redirection activitities.
// 1 - Show redirection activitities.
//
// Default value: 1
redirect_show 1

// -=[ Check method ]=-
// Define the method that is used to check the status of other servers from the server list.
// 0 - Don't check other servers, hence don't send any status queries to them.
// 1 - Only send pings to other servers to determine whether a server is online.
// 2 - Query all servers for the current players, maximum players and current map.
//
// Default value: 0
redirect_check_method 2

// -=[ Admin slots ]=-
// Control whether admins have priority over normal players.
// 0 - Treat admins like normal players.
// 1 - Send normal players to a different server when the server is full and an admin connects.
//
// Default value: 0
redirect_adminslots 0

// -=[ External server address ]=-
// Only set this when server detection fails or using DNS addresses in server list, otherwise leave unset ("Autodetect").
// "" - Try to automatically detect the server address.
// <any string> - Set this to a string containing the server address in the format Address:Port. Address can be an IP or a DNS name.
//
// Default value: ""
redirect_external_address ""

// -=[ Retry/Enqueing ]=-
// Control wheter players can say /retry in chat to queue themselves for redirection back to the server they were redirected from or queue for any other server using the menu.
// 0 - Players can't use /retry or enqueue/dequeue themselves using the menu.
// 1 - Players can use /retry or enqueue/dequeue themselves using the menu.
//
// Default value: 0
redirect_retry 1

// -=[ Hide offline servers ]=-
// Control whether servers that are down are hidden from the menu and/or announcements.
// 0 - Don't hide offline servers. They have the text "(Down)" added to their info in the menu/announcements.
// 1 - Hide offline servers from the menu but not from announcements.
// 2 - Hide offline servers from announcements but not from the menu.
// <any number> - Hide offline servers from both the menu and announcements.
//
// Default value: 0
redirect_hidedown 0

// -=[ Local slots ]=-
// Control whether local (LAN) players have priority over normal players.
// 0 - Treat local players like normal players.
// 1 - Send normal players to a different server when the server is full and a local player connects.
//
// Default value: 0
redirect_localslots 0

// -=[ Count bots ]=-
// Control whether bots are counted as normal players.
// 0 - Don't count bots as normal players. Might not work for all target servers, as some mods (e.g. NS) don't report the bot count correctly.
// 1 - Bots are counted as normal players.
//
// Default value: 1
redirect_countbots 1

// -=[ Menu categories ]=-
// Control whether the server menu can be grouped by categories using the category= attribute in the server list.
// 0 - Don't group server menu by categories.
// 1 - Group the server menu by categories and force the user to always select a category first.
// 2 - Group the server menu by categories and additionally offer the possbility to show all servers at once.
//
// Default value: 0
redirect_categories 0

// -=[ HUD announcements ]=-
// Control whether and how the servers are announced in the HUD. If possible, the servers are announced including their current status (players and map).
// 0 - Don't announce servers in HUD.
// <any number> - Announce the servers in an interval of seconds as set here.
//
// Default value: 0
redirect_announce 180

// -=[ Announcements mode ]=-
// Control for which group of players the announcements are shown.
// 1 - Display announcements for alive players only.
// 2 - Display announcements for dead players (=spectators) only.
// 3 - Display announcements for both dead and alive players.
//
// Default value: 3
redirect_announce_mode 3

// -=[ Announcements (alive) X ]=-
// Define the screen position of the announcements on the X axis for alive players.
// <any float> - The screen position of the announcements on the X axis for alive players.
//
// Default value: -1.0
redirect_announce_alivepos_x -1.0

// -=[ Announcements (alive) Y ]=-
// Define the screen position of the announcements on the Y axis for alive players.
// <any float> - The screen position of the announcements on the Y axis for alive players.
//
// Default value: 0.01
redirect_announce_alivepos_y 0.01

// -=[ Announcements (dead) X ]=-
// Define the screen position of the announcements on the X axis for dead players.
// <any float> - The screen position of the announcements on the X axis for dead players.
//
// Default value: -1.0
redirect_announce_deadpos_x -1.0

// -=[ Announcements (dead) Y ]=-
// Define the screen position of the announcements on the X axis for dead players.
// <any float> - The screen position of the announcements on the Y axis for dead players.
//
// Default value: 0.35
redirect_announce_deadpos_y 0.35

// -=[ Maximum admins ]=-
// The maximum number of admins that have automatic redirection immunity at the same time.
// 0 - The number of admins is not limited.
// <any number> - The maximum number of admins is limited. Should be a value between 1 and 32.
//
// Default value: 0
redirect_maxadmins 0

// \--------- xREDIRECT ---------/
I added this in all 3 servers (everything i said above.)

If you need more information just say please.
Honor is offline
Honor
Junior Member
Join Date: Aug 2010
Old 08-24-2010 , 19:02   Re: /Server Does nothing.
Reply With Quote #2

Public Server :

Cvars :

Code:
] rcon amxx cvars
Registered cvars:
       name                     value                    plugin          
 [  1] amx_mode                 1                        admin.amxx      
 [  2] amx_password_field       _pw                      admin.amxx      
 [  3] amx_default_access       z                        admin.amxx      
 [  4] amx_vote_ratio           0.02                     admin.amxx      
 [  5] amx_vote_time            10                       admin.amxx      
 [  6] amx_vote_answers         1                        admin.amxx      
 [  7] amx_vote_delay           10                       admin.amxx      
 [  8] amx_last_voting          0                        admin.amxx      
 [  9] amx_show_activity        2                        admin.amxx      
 [ 10] amx_votekick_ratio       0.40                     admin.amxx      
 [ 11] amx_voteban_ratio        0.40                     admin.amxx      
 [ 12] amx_votemap_ratio        0.40                     admin.amxx      
 [ 13] amx_sql_host             127.0.0.1                admin.amxx      
 [ 14] amx_sql_user             root                     admin.amxx      
 [ 15] amx_sql_pass                                      admin.amxx      
 [ 16] amx_sql_db               amx                      admin.amxx      
 [ 17] amx_sql_type             mysql                    admin.amxx      

 [ 18] amx_reservation          0                        adminslots.amxx 
 [ 19] amx_hideslots            0                        adminslots.amxx 
 [ 20] amx_language             en                       multilingual.am 
 [ 21] amx_client_languages     1                        multilingual.am 
 [ 22] amx_flood_time           0.75                     antiflood.amxx  
 [ 23] amx_freq_imessage        180                      imessage.amxx   
 [ 24] amx_nextmap              de_cbble                 nextmap.amxx    
 [ 25] amx_extendmap_max        90                       mapchooser.amxx 
 [ 26] amx_extendmap_step       15                       mapchooser.amxx 
 [ 27] amx_time_voice           1                        timeleft.amxx   
 [ 28] amx_timeleft             19:28                    timeleft.amxx   
 [ 29] amx_statsx_duration      12.0                     statsx.amxx     
 [ 30] amx_statsx_freeze        -2.0                     statsx.amxx     
 [ 31] amx_super                4.2                      amx_super.amxx  
 [ 32] amx_revivemsg            0                        amx_super.amxx  
 [ 33] amx_deadchat             1                        amx_super.amxx  
 [ 34] bullet_damage            1                        amx_super.amxx  
 [ 35] amx_loadsong             1                        amx_super.amxx  

 [ 36] amx_soundfix             1                        amx_super.amxx  
 [ 37] amx_soundfix_pallow      1                        amx_super.amxx  
 [ 38] amx_flashsound           1                        amx_super.amxx  
 [ 39] afk_bombtransfer_fm_Dis  7                        amx_super.amxx  
 [ 40] afk_bombtransfer_time    15                       amx_super.amxx  
 [ 41] allow_catchfire          1                        amx_super.amxx  
 [ 42] amx_showc4timer          3                        amx_super.amxx  
 [ 43] amx_showc4flash          0                        amx_super.amxx  
 [ 44] amx_showc4sprite         1                        amx_super.amxx  
 [ 45] amx_showc4msg            0                        amx_super.amxx  
 [ 46] amx_marqplayeramount     40                       amx_super.amxx  
 [ 47] amx_marqvertlocation     2                        amx_super.amxx  
 [ 48] amx_marqfulltime         600.0                    amx_super.amxx  
 [ 49] amx_marqtimebetween      6.0                      amx_super.amxx  
 [ 50] stats_marquee            0                        amx_super.amxx  
 [ 51] sv_sp                    1                        amx_super.amxx  
 [ 52] sv_sptime                2                        amx_super.amxx  
 [ 53] sv_spmessage             0                        amx_super.amxx  

 [ 54] sv_spshellthick          25                       amx_super.amxx  
 [ 55] sv_spglow                0                        amx_super.amxx  
 [ 56] amx_adminlisten          1                        amx_super.amxx  
 [ 57] amx_leavemessage_enable  1                        amx_super.amxx  
 [ 58] amx_enter_message        %name% has joined!\nEnj  amx_super.amxx  
 [ 59] amx_leave_message        %name% has left!\nHope   amx_super.amxx  
 [ 60] amx_join_leave           1                        amx_super.amxx  
 [ 61] amx_autobantimed         1                        amx_super.amxx  
 [ 62] amx_autobanall           1                        amx_super.amxx  
 [ 63] amx_ba_follow_immunity   1                        amx_super.amxx  
 [ 64] amx_admin_check          1                        amx_super.amxx  
 [ 65] amx_immune_access        a                        amx_super.amxx  
 [ 66] amx_immune_time          5                        amx_super.amxx  
 [ 67] amx_max_afktime          45                       amx_super.amxx  
 [ 68] amx_afkcheck_allow       1                        amx_super.amxx  
 [ 69] allow_public_spec        1                        amx_super.amxx  
 [ 70] listen_immune_access     d                        amx_super.amxx  
 [ 71] amx_super_menu           0.8.1                    amx_super_menu. 

 [ 72] supermenu_func           0                        amx_super_menu. 
 [ 73] grab_speed               5                        GHW_GHR.amxx    
 [ 74] grab_enabled             0                        GHW_GHR.amxx    
 [ 75] hook_speed               5                        GHW_GHR.amxx    
 [ 76] hook_enabled             0                        GHW_GHR.amxx    
 [ 77] rope_speed               5                        GHW_GHR.amxx    
 [ 78] rope_enabled             0                        GHW_GHR.amxx    
 [ 79] GHW_GHW                  1                        GHW_GHR.amxx    
 [ 80] sbhopper_version         1.2                      bunnyhop.amxx   
 [ 81] bh_enabled               1                        bunnyhop.amxx   
 [ 82] bh_autojump              1                        bunnyhop.amxx   
 [ 83] bh_showusage             1                        bunnyhop.amxx   
 [ 84] amx_bulletdamage         1                        abd.amxx        
 [ 85] amx_bulletdamage_reciev  1                        abd.amxx        
 [ 86] afk_version              1.0a                     afkbomb.amxx    
 [ 87] mp_afktime               20                       afkbomb.amxx    
 [ 88] mp_afkminplayers         1                        afkbomb.amxx    
 [ 89] ultimate_sounds          1.7                      ultimate_sounds 

 [ 90] lastman_mode             abc                      ultimate_sounds 
 [ 91] streak_mode              ab                       ultimate_sounds 
 [ 92] knife_mode               ab                       ultimate_sounds 
 [ 93] hs_mode                  ab                       ultimate_sounds 
 [ 94] sv_rsadvertise           0                        resetscore.amxx 
 [ 95] sv_rsdisplay             0                        resetscore.amxx 
 [ 96] mp_falldamage            0                        no_fall_damage. 
 [ 97] c4 timer                 1.1                      c4timer.amxx    
 [ 98] redirect_version         1.1RC1                   xredirect.amxx  
 [ 99] redirect_active          1                        xredirect.amxx  
 [100] redirect_auto            0                        xredirect.amxx  
 [101] redirect_manual          1                        xredirect.amxx  
 [102] redirect_follow          1                        xredirect.amxx  
 [103] redirect_external_addre                           xredirect.amxx  
 [104] redirect_check_method    2                        xredirect.amxx  
 [105] redirect_announce        180                      xredirect.amxx  
 [106] redirect_announce_mode   3                        xredirect.amxx  
 [107] redirect_announce_alive  -1.0                     xredirect.amxx  

 [108] redirect_announce_alive  0.01                     xredirect.amxx  
 [109] redirect_announce_deadp  -1.0                     xredirect.amxx  
 [110] redirect_announce_deadp  0.35                     xredirect.amxx  
 [111] redirect_show            1                        xredirect.amxx  
 [112] redirect_adminslots      0                        xredirect.amxx  
 [113] redirect_maxadmins       0                        xredirect.amxx  
 [114] redirect_retry           1                        xredirect.amxx  
 [115] redirect_hidedown        0                        xredirect.amxx  
 [116] redirect_localslots
Status :

Code:
] rcon status
hostname:  Public Server | Push The Limit ` [BE]
version :  48/1.1.2.6 4382 secure  (10)
tcp/ip  :  84.192.100.104:27014
map     :  de_aztec at: 0 x, 0 y, 0 z
players :  1 active (32

meta list :


Code:
] rcon meta list
Currently loaded plugins:
      description      stat pend  file              vers      src  load  unlod
 [ 1] <statsme_mm.dll  badf load  statsme_mm.dll    v -       ini   -     -   
 [ 2] Adminmod         RUN   -    admin_mm.dll      v2.50.60  ini  Start ANY  
 [ 3] AMX Mod X        RUN   -    amxmodx_mm.dll    v1.8.1.3  ini  Start ANY  
 [ 4] Fun              RUN   -    fun_amxx.dll      v1.8.1.3  pl3  ANY   ANY  
 [ 5] Engine           RUN   -    engine_amxx.dll   v1.8.1.3  pl3  ANY   ANY  
 [ 6] CStrike          RUN   -    cstrike_amxx.dll  v1.8.1.3  pl3  ANY   ANY  
 [ 7] CSX              RUN   -    csx_amxx.dll      v1.8.1.3  pl3  ANY   ANY  
 [ 8] FakeMeta         RUN   -    fakemeta_amxx.dl  v1.8.1.3  pl3  ANY   ANY  
 [ 9] Ham Sandwich     RUN   -    hamsandwich_amxx  v1.8.1.3  pl3  ANY   ANY  
9 plugi
amxx list :

Code:
] rcon amxx list
Currently loaded plugins:
       name                    version     author            file             status   
 [  1] Admin Base              1.8.1.3746  AMXX Dev Team     admin.amxx       running  
 [  2] Admin Commands          1.8.1.3746  AMXX Dev Team     admincmd.amxx    running  
 [  3] Admin Help              1.8.1.3746  AMXX Dev Team     adminhelp.amxx   running  
 [  4] Slots Reservation       1.8.1.3746  AMXX Dev Team     adminslots.amxx  running  
 [  5] Multi-Lingual System    1.8.1.3746  AMXX Dev Team     multilingual.am  running  
 [  6] Menus Front-End         1.8.1.3746  AMXX Dev Team     menufront.amxx   running  
 [  7] Commands Menu           1.8.1.3746  AMXX Dev Team     cmdmenu.amxx     running  
 [  8] Players Menu            1.8.1.3746  AMXX Dev Team     plmenu.amxx      running  
 [  9] Maps Menu               1.8.1.3746  AMXX Dev Team     mapsmenu.amxx    running  
 [ 10] Plugin Menu             1.8.1.3746  AMXX Dev Team     pluginmenu.amxx  running  
 [ 11] Admin Chat              1.8.1.3746  AMXX Dev Team     adminchat.amxx   running  
 [ 12] Anti Flood              1.8.1.3746  AMXX Dev Team     antiflood.amxx   running  
 [ 13] Scrolling Message       1.8.1.3746  AMXX Dev Team     scrollmsg.amxx   running  
 [ 14] Info. Messages          1.8.1.3746  AMXX Dev Team     imessage.amxx    running  

 [ 15] Admin Votes             1.8.1.3746  AMXX Dev Team     adminvote.amxx   running  
 [ 16] NextMap                 1.8.1.3746  AMXX Dev Team     nextmap.amxx     running  
 [ 17] Nextmap Chooser         1.8.1.3746  AMXX Dev Team     mapchooser.amxx  running  
 [ 18] TimeLeft                1.8.1.3746  AMXX Dev Team     timeleft.amxx    running  
 [ 19] Pause Plugins           1.8.1.3746  AMXX Dev Team     pausecfg.amxx    running  
 [ 20] Stats Configuration     1.8.1.3746  AMXX Dev Team     statscfg.amxx    running  
 [ 21] StatsX                  1.8.1.3746  AMXX Dev Team     statsx.amxx      running  
 [ 22] AMX Super               4.2         Bmann_420         amx_super.amxx   running  
 [ 23] AMX_Super Menu          0.8.1       Yami Kaitou       amx_super_menu.  running  
 [ 24] AMX Super               4.2 Nospee  Bmann_420         amx_super_nospe  running  
 [ 25] Grab + Hook + Rope      1.0         GHW_Chronic       GHW_GHR.amxx     paused   
 [ 26] Super Bunny Hopper      1.2         Cheesy Peteza     bunnyhop.amxx    paused   
 [ 27] Advanced Bullet Damage  1.0         Sn!ff3r           abd.amxx         running  
 [ 28] AFK Bomb Drop           1.0         BlackFlagg        afkbomb.amxx     running  
 [ 29] Ultimate Sounds         1.7         Dizzy / Bmann_42  ultimate_sounds  running  

 [ 30] Reset Score             1.0         Silenttt          resetscore.amxx  running  
 [ 31] No fall damage          0.2         v3x               no_fall_damage.  paused   
 [ 32] c4 timer                1.1         cheap_suit        c4timer.amxx     running  
 [ 33] xREDIRECT               1.0.3.2     x0R               xredirect.amxx   running  
 [ 34] xREDIRECT               1.1RC1      x0R               xredirect-beta.  running  
 [ 35] Std Admin Color Chat    1.1.1       Van der Cal       std_admin
amxx modules ::


Code:
] rcon amxx modules
Currently loaded modules:
      name                    version     author               status     
 [ 1] Fun                     1.8.1.3746  AMX Mod X Dev Team   running    
 [ 2] Engine                  1.8.1.3746  AMX Mod X Dev Team   running    
 [ 3] CStrike                 1.8.1.3746  AMX Mod X Dev Team   running    
 [ 4] CSX                     1.8.1.3746  AMX Mod X Dev Team   running    
 [ 5] FakeMeta                1.8.1.3746  AMX Mod X Dev Team   running    
 [ 6] Ham Sandwich            1.8.1.3746  AMX Mod X Dev Team   running    
 [ 7] Sockets                 1.8.1.3746  HLSW Dev Team        running    
7 modules
Honor is offline
georgik57
Veteran Member
Join Date: Oct 2008
Location: 🎧Music World
Old 08-24-2010 , 22:32   Re: /Server Does nothing.
Reply With Quote #3

you don't get any error logs?
__________________
georgik57 is offline
Send a message via MSN to georgik57 Send a message via Yahoo to georgik57 Send a message via Skype™ to georgik57
Mordekay
Squirrel of Fortune
Join Date: Apr 2006
Location: Germany
Old 08-25-2010 , 03:22   Re: /Server Does nothing.
Reply With Quote #4

1) turn off adminslots.amxx
2) eigther run xredirect or xredirect_beta, not both of them.
3) as georgik57 saied, please check your logfiles for errors. Most likely they are in the normal log-files.
__________________

Mordekay is offline
Honor
Junior Member
Join Date: Aug 2010
Old 08-27-2010 , 07:17   Re: /Server Does nothing.
Reply With Quote #5

Ill start with doing what you said. Ill post in a while.
Honor is offline
Honor
Junior Member
Join Date: Aug 2010
Old 08-27-2010 , 07:45   Re: /Server Does nothing.
Reply With Quote #6

This is what shows up the Console of the HLDS launcher.

Code:
couldn't exec banned_user.cfg
couldn't exec banned_ip.cfg
 Invalid address "69.28.151.162:27010", setmaster command ignored
Adding master at 72.165.61.189:27010
Adding master at 207.173.177.11:27010
Adding master at 68.142.72.250:27010
 Invalid address "hlmaster.jolt.co.uk:27010", setmaster command ignored
Adding master at 65.73.232.251:27040
Adding master at 65.73.232.253:27040
Adding master at 207.173.177.12:27010
 Invalid address "207.173.177.11:27010", setmaster command ignored
Setmaster:  Unknown command enable
Connection to Steam servers successful.
   VAC secure mode is activated.
Menu item 18 added to Menus Front-End: "Plugin Cvars" from plugin "pluginmenu.amxx"
Menu item 19 added to Menus Front-End: "Plugin Commands" from plugin "pluginmenu.amxx"
Executing Admin Mod config file 
L 08/27/2010 - 13:43:29: [xredirect.amxx] ERROR: Own server has not been detected, plugin will not function correctly
Honor is offline
Mordekay
Squirrel of Fortune
Join Date: Apr 2006
Location: Germany
Old 08-27-2010 , 07:52   Re: /Server Does nothing.
Reply With Quote #7

L 08/27/2010 - 13:43:29: [xredirect.amxx] ERROR: Own server has not been detected, plugin will not function correctly
read this please: http://forums.alliedmods.net/showthread.php?t=133929
__________________

Mordekay is offline
Honor
Junior Member
Join Date: Aug 2010
Old 08-27-2010 , 08:55   Re: /Server Does nothing.
Reply With Quote #8

I already readed that, otherwise I woudnt gave all that info. Do you mean my server isn't steam? It is steam only server but I added another swlds file in it so non steam persons can go in it.
Honor is offline
DruGzOG
Veteran Member
Join Date: Nov 2007
Location: Unknown
Old 08-27-2010 , 09:07   Re: /Server Does nothing.
Reply With Quote #9

You need to add the information of your server as well for the plugin to work.
__________________
DruGzOG is offline
Send a message via AIM to DruGzOG
Mordekay
Squirrel of Fortune
Join Date: Apr 2006
Location: Germany
Old 08-27-2010 , 09:16   Re: /Server Does nothing.
Reply With Quote #10

Check your serverlist.ini
The correct cvar is "address", not "addres"
__________________


Last edited by Mordekay; 08-28-2010 at 07:57. Reason: mixed up nicknames
Mordekay is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 05:38.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode