Raised This Month: $ Target: $400
 0% 

error help


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
RafalB.
Junior Member
Join Date: Nov 2012
Old 12-26-2012 , 15:58   error help
Reply With Quote #1

PHP Code:
L 12/26/2012 11:06:33: [AMXXDisplaying debug trace (plugin "expmodsql.amxx")
L 12/26/2012 11:06:34: [AMXXRun time error 4index out of bounds 
L 12
/26/2012 11:06:34: [AMXX]    [0expmodsqlzname.sma::forward_PlayerPreThink (line 366
Code:
PHP Code:
public forward_PlayerPreThink(id)
{
    if(
is_user_connected(id) && is_user_alive(id) && !is_user_bot(id) && id != 0) {
        
pev(idpev_flFallVelocityfalling_speed[id]);
        new 
text[512];
        
        
format(text,511,"Poziom: %i/50 | Doswiadczenie: %d/%d (+%d)",PlayerLevel[id],exp[id],LEVELS[PlayerLevel[id]], LEVELS[PlayerLevel[id]] - exp[id]);
        
message_begin(MSG_ONEgmsgStatusText,{0,0,0}, id); 
        
write_byte(0); 
        
write_string(text);
        
message_end();
        return;
    } 
RafalB. is offline
 



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 13:44.


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