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

Problem: xredirect.sma::welcome_message (line 2424)


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Bugg
Senior Member
Join Date: Jan 2012
Old 08-09-2012 , 15:02   Problem: xredirect.sma::welcome_message (line 2424)
Reply With Quote #1

I have this errors on AMX LOG.

xredirect.sma::welcome_message (line 2424)

PHP Code:
public welcome_message(id[]) 

    new 
nID id[0
    if (
is_user_connected(nID)) // make sure the player didn't already disconnect within the set_task delay 
    

        new 
nLastServer g_nLastServer[nID 1
        if ((
nLastServer >= 0) && (nLastServer != g_nOwnServer) && (nLastServer MAX_SERVERFORWARDS)) 
        { 
            new 
sAnnounceText[MAX_WELCOME_LEN
            
format(sAnnounceTextMAX_WELCOME_LEN 1"%L"nID,  "MSG_REDIRFROM"g_saServerNames[g_nOwnServer],  g_saServerNames[nLastServer])  // linea 2424 
            
if ((get_pcvar_num(cvar_retry) == 1) && (get_pcvar_num(cvar_show) == 1)) 
                
format(sAnnounceTextMAX_WELCOME_LEN 1"%s^n%L"sAnnounceTextnID"MSG_RETRY_BACK_ANNOUNCE"
             
            
set_hudmessage(000100255, -1.0, -1.000.010.00.52.01
            
show_hudmessage(nIDsAnnounceText
        } 
    } 

Bugg is offline
YamiKaitou
Has a lovely bunch of coconuts
Join Date: Apr 2006
Location: Texas
Old 08-09-2012 , 17:30   Re: Problem: xredirect.sma::welcome_message (line 2424)
Reply With Quote #2

Give the full log message, not part of it
__________________
ProjectYami Laboratories

I do not browse the forums regularly anymore. If you need me for anything (asking questions or anything else), then PM me (be descriptive in your PM, message containing only a link to a thread will be ignored).
YamiKaitou is offline
Mordekay
Squirrel of Fortune
Join Date: Apr 2006
Location: Germany
Old 08-10-2012 , 06:44   Re: Problem: xredirect.sma::welcome_message (line 2424)
Reply With Quote #3

Also read THIS
__________________

Mordekay is offline
xOR
Veteran Member
Join Date: Jun 2006
Location: x-base.info
Old 08-15-2012 , 04:53   Re: Problem: xredirect.sma::welcome_message (line 2424)
Reply With Quote #4

check your normal AMXX log too, it probably says the own server wasn't detected. if that is the case you find that point covered on the FAQ questions 5 and 6.
__________________
Got more than one HL1 (CS, DoD, NS, TS, TFC, HLDM...) server? Check:
xOR 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 02:41.


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