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

xRedirect problem with announce


Post New Thread Closed Thread   
 
Thread Tools Display Modes
Author Message
hawryszka
BANNED
Join Date: Jan 2010
Old 01-02-2010 , 05:54   xRedirect problem with announce
#1

Hi guys.
On my server xredirect work done, when i say /server list with servers display, and redirected to pointed serv.
My problem is : Redirect announce not display on game :/ but redirect_announce=30 and redirect_announce_mode=3.

Somebody can help me ??
Here is my :
amx.cfg
Code:
redirect_active 1     		//- 1/0 wczy/wyczy przekierowanie pluginu - jeli jest to ustawione na 0 wszystkie inne CVARy, s ignorowane, domylnie 0 
redirect_auto 0      

				//-- 0 = wyczy automatyczne przekierowanie, gdy serwer jest peny/off
				//-- 1 = przekierowanie na serwer losowo z listy 
				//-- 2 = przekierowanie do nastpnego serwera na licie 
				//-- 3 = zawsze przekierowanie z wyjtkiem administratorw, przekierowanie do serwera losowego 
				//-- 4 = zawsze przekierowanie z wyjtkiem administratorw, przekierowanie do nastpnego serwera na licie 
				//-- 5* = zawsze przekierowanie w tym administratorzy, przekierowanie do serwera losowego 
				//-- 6* = przekierowanie zawsze w tym administratorzy, przekierowanie do nastpnego serwera na licie 
				//domylnie 0 

redirect_manual 3 

				//-- 0 = wyczenie rczne przekierowanie w say: /server 
				//-- 1 = umoliwi rczne przekierowanie w say: /server
				//-- 2 = wykazuj podmenu, kiedy gracz nie moe zosta przekierowany do serwera 
				//-- 3 = zawsze wykazuj podmenu, do ktrego gracz moe zdecydowa, ktre maj by przekierowywane (jeli to moliwe) 
				//domylnie 0
redirect_follow 1		//- 1/0 wczy/wyczy przeczanie za graczem z /follow gracz moe pody za graczem ktry si przeczy - ludzie mog nadal uywa /server, domylnie 0
//redirect_external_address 	//- wasny zewntrzny adres serwera - potrzebne tylko w przypadku uywania nazw DNS zamiast adresw IP w SERVERFILE - musi odpowiada nazwie w SERVERFILE - to port! 
redirect_check_method 2		//- aby sprawdzi na licie serwerw - 0=brak kontroli, 1=tylko ping (aby sprawdzi, czy serwer jest off), 2=by sprawdzi aktywnych graczy i rwnie max. graczy, domylnie 0
redirect_announce 30		//- ogasza list z serwera, statystyka (zaley od redirect_check_method) w centrum kadej sekundy redirect_announce - ustawiona na 0 dla off, domylnie 60
redirect_announce_mode 3	//- komu maj by wywietlane ogoszenia: 1 = ywi gracze, 2 = zmarli, 3 = obaj, domylnie 3 
redirect_announce_alivepos_x -1,0 	//- wywietlane komunikaty w pozycji pionowej z y dla ywych ludzi, domylnie -1,0 
redirect_announce_alivepos_y 0,01 	//- wywietlane komunikaty w horyzontalnej pozycji na y dla ywych ludzi, domylnie 0,01 
redirect_announce_deadpos_x -1,0 	//- wywietlane komunikaty w pozycji pionowej dla ywych ludzi, domylnie -1,0 
redirect_announce_deadpos_y 0,35 	//- wywietlane komunikaty w horyzontalnej pozycji dla ywych ludzi, domylnie 0,35 
redirect_show 0 			//- 1/0 wczy/wyczy informacje w chacie o przeczaniu, domylnie 1 
redirect_adminslots 0 		//- 1/0 wczy/wyczy adminslots, domylnie 0 
redirect_maxadmins 0 		//- maksymalna liczba slotw admina, ktre mog by wykorzystane w tym samym czasie - 0 to nie ograniczone, domylnie 0 
redirect_retry 0			//- 1/0 wczy/wyczy funkcj ponownego przeczenia - gdy ustawiona na 1 gracz mone powiedzie w say: /retry i jest przekierowywany tak szybko, jak to miejsce na serwerze docelowym jest wolne, domylnie 0 
redirect_hidedown 0		//- ukrywanie kontroli serwerw, ktre s off (nie odpowiadaj): 
				//-- 0 = nie ukrywa 
				//-- 1 = ukry w menu 
				//-- 2 = ukry w ogoszeniach
				//-- 3 = ukry w menu i komunikatach
				//(nie ma efektu z redirect_check_method 0) 
				//domylnie 0 
redirect_localslots 0		// - 1/0 wczy/wyczy rezerwacyjnego slota dla graczy w sieci LAN - gracze s przekierowywani, zdalne wyczenie serwera, gdy gracz czy lokalnych, domylnie 0
server.ini

Code:
[TP Server]
address=11.22.33.444
localaddress=192.xxx.xxx.xxx
port=27015
cmdbackup=5
nodisplay=0

[AiM/AwP Server]
address=11.22.33.444
localaddress=192.xxx.xxx.xxx
port=27012
cmdbackup=5
nodisplay=0
p.s. sory for my eng

Last edited by hawryszka; 01-02-2010 at 06:05.
hawryszka is offline
Mordekay
Squirrel of Fortune
Join Date: Apr 2006
Location: Germany
Old 01-02-2010 , 06:47   Re: xRedirect problem with announce
#2

If you want us to help you you have to help us so we can help you.
Post UNEDITED version of your serverlist.ini
Furthermore the result of the following server-console commands:
amxx list
amxx modules
meta list
status
And check your amxx logs for errors regarding xredirect, regular logfiles and error-logs.
__________________

Mordekay is offline
hawryszka
BANNED
Join Date: Jan 2010
Old 01-02-2010 , 08:01   Re: xRedirect problem with announce
#3

amxx list
Code:
   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] Admin Chat              1.8.1.3746  AMXX Dev Team     adminchat.amxx   running  
 [ 11] Anti Flood              1.8.1.3746  AMXX Dev Team     antiflood.amxx   running  
 [ 12] Scrolling Message       1.8.1.3746  AMXX Dev Team     scrollmsg.amxx   running  
 [ 13] Info. Messages          1.8.1.3746  AMXX Dev Team     imessage.amxx    running  
 [ 14] Admin Votes             1.8.1.3746  AMXX Dev Team     adminvote.amxx   running  
 [ 15] NextMap                 1.8.1.3746  AMXX Dev Team     nextmap.amxx     running  
 [ 16] Nextmap Chooser         1.8.1.3746  AMXX Dev Team     mapchooser.amxx  running  
 [ 17] TimeLeft                1.8.1.3746  AMXX Dev Team     timeleft.amxx    running  
 [ 18] Pause Plugins           1.8.1.3746  AMXX Dev Team     pausecfg.amxx    running  
 [ 19] Stats Configuration     1.8.1.3746  AMXX Dev Team     statscfg.amxx    running  
 [ 20] ex_interp chenger       0.1         eM                amx_ex_changer.  running  
 [ 21] Interp 0.01 Forever     1.0         Sn!ff3r           ex.interp.amxx   running  
 [ 22] Auto-Restart-Knives by  1.1         Mlody~            auto_restart_kn  paused   
 [ 23] Alternative End Round   2.3b        Arkshine          alt_end_round_s  running  
 [ 24] Spreeeee!               0.07        R3X               spree.amxx       running  
 [ 25] M_AntiRusher            2.5d        Miczu             M_Antirusher_2.  paused   
 [ 26] In-Game Ads             1.60        stupok69          in_game_ads.amx  running  
 [ 27] Map MOTD                0.1         Doombringer       map_motd.amxx    running  
 [ 28] Admin Check             1.51        OneEyed           admin_check.amx  running  
 [ 29] Ultimate SS             1.2         Hack              ultimate_ss.amx  running  
 [ 30] Admin Spectator ESP     1.3         KoST              admin_spec_esp.  running  
 [ 31] powiedz przepraszam     1.5         wizu              przepros.amxx    running  
 [ 32] StatsX                  1.8.1.3746  AMXX Dev Team     statsx.amxx      running  
 [ 33] CS Stats Logging        1.8.1.3746  AMXX Dev Team     stats_logging.a  running  
 [ 34] Ban with proof          1.0.4       [lego]F34R and r  amx_banshot.amx  running  
 [ 35] Allow round finish      1.0.2       EKS & Sn!ff3r     Allow_round_fin  running  
 [ 36] ATAC                    3.0.1       ATAC Team         atac.amxx        running  
 [ 37] Slap                    1.1         ATAC Team         atac_slap.amxx   running  
 [ 38] Slap2One                1.1         ATAC Team         atac_slap2one.a  running  
 [ 39] Slay                    1.1         ATAC Team         atac_slay.amxx   running  
 [ 40] Spawn Slay              1.0         ATAC Team         atac_spawnslay.  running  
 [ 41] Blind                   1.0         ATAC Team         atac_blind.amxx  running  
 [ 42] Hud Messages            1.1         ATAC Team         atac_hudmsg.amx  running  
 [ 43] Team Attack             1.0         ATAC Team         atac_ta.amxx     running  
 [ 44] ATAC Commands           1.1         ATAC Team         atac_cmds.amxx   running  
 [ 45] Restrict Weapons        1.8.1.3746  AMXX Dev Team     restmenu.amxx    running  
 [ 46] ExtremeBanConfig        2.4         R3X&Miczu         extreme_bancfg2  running  
 [ 47] xREDIRECT               1.0.3.2     x0R               xredirect.amxx   running  
 [ 48] Ultimate Sounds-CSCent  1.9         Shadow            ultimate_sounds  running  
48 plugins, 46 running
amxx modules

Code:
 [ 1] Fun                     1.8.0.3660  AMX Mod X Dev Team   running    
 [ 2] Ham Sandwich            1.8.0.3660  AMX Mod X Dev Team   running    
 [ 3] Engine                  1.8.0.3660  AMX Mod X Dev Team   running    
 [ 4] FakeMeta                1.8.0.3660  AMX Mod X Dev Team   running    
 [ 5] CStrike                 1.8.0.3660  AMX Mod X Dev Team   running    
 [ 6] CSX                     1.8.0.3660  AMX Mod X Dev Team   running    
 [ 7] Sockets                 1.8.1.3746  HLSW Dev Team        running    
7 modules, 7 correct
Code:
 [ 1] CStrike          RUN   -    cstrike_amxx.dll  v1.8.0.3  ini  ANY   ANY  
 [ 2] dproto           RUN   -    dproto.dll        v0.3.7    ini  Start Never
 [ 3] AMX Mod X        RUN   -    amxmodx_mm.dll    v1.8.0.3  ini  Start ANY  
 [ 4] Booster          RUN   -    booster_mm.dll    v2.40     ini  Chlvl Pause
 [ 5] Fun              RUN   -    fun_amxx.dll      v1.8.0.3  pl3  ANY   ANY  
 [ 6] Ham Sandwich     RUN   -    hamsandwich_amxx  v1.8.0.3  pl3  ANY   ANY  
 [ 7] Engine           RUN   -    engine_amxx.dll   v1.8.0.3  pl3  ANY   ANY  
 [ 8] FakeMeta         RUN   -    fakemeta_amxx.dl  v1.8.0.3  pl3  ANY   ANY  
 [ 9] CStrike          RUN   -    cstrike_amxx.dll  v1.8.0.3  pl3  ANY   ANY  
 [10] CSX              RUN   -    csx_amxx.dll      v1.8.0.3  pl3  ANY   ANY  
10 plugins, 10 running
status
Code:
hostname:  ManiaCs[TrojMiasto-AiM/AwP]
version :  48/1.1.2.6 4554 secure  (10)
tcp/ip  :  192.xxx.xxx.xxx:27012
map     :  aim_sog at: 0 x, 0 y, 0 z
players :  2 active (11 max)
log
Code:
L 01/02/2010 - 13:59:23: [xredirect.amxx] Loaded server TP Server (11.22.33.444:27015)
L 01/02/2010 - 13:59:23: [xredirect.amxx] Loaded server AiM/AwP Server (11.22.33.444:27012)

L 01/02/2010 - 13:59:25: [xredirect.amxx] ERROR: Own server has not been detected, plugin will not function correctly
i have only 1 error and its reason my problem , but i don't know how to fixit :/
hawryszka is offline
Mordekay
Squirrel of Fortune
Join Date: Apr 2006
Location: Germany
Old 01-02-2010 , 08:05   Re: xRedirect problem with announce
#4

No-steam = no support
__________________

Mordekay is offline
Closed Thread



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 10:48.


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