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

[ Help ] Plugin Problem


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
xDoctor
Member
Join Date: Jul 2013
Old 05-23-2014 , 12:03   [ Help ] Plugin Problem
Reply With Quote #1

i got Kia ProSurf and i tried to add am a Top SP and its works but

if you logout and there is new map, restart , server falldown and you not connect

you wont bee seen in the map can some one help me ?

Top Code :

PHP Code:
public surf_top(id
{    
    new 
szHTML[2500], iLen
    
    new 
SurfTopTopId;
    
    
iLen copy(szHTMLcharsmax(szHTML), "<html><body><h2>Top SurfPoints</h2><br><table><tr><th>#Rank.    </th><th>Name     </th><th>SurfPoints</th></tr>"); 
    
    for( new 
0get_maxplayers(); i++ )
    {
        if( 
is_user_hltv) || is_user_bot) )
        continue;
        
    new 
Pros g_iTempPoints];
        
    if( 
Pros SurfTop )
    {
        
TopId i;
            
        
SurfTop Pros;
            
    }
    
    
iLen += formatex(szHTML[iLen], charsmax(szHTML)-iLen"<tr><td>%i.</td><td>%s</td><td>%i</td></tr>"iGetUserName), g_iTempPoints] ); 
    
    }  
     
    
iLen += copy(szHTML[iLen], charsmax(szHTML)-iLen"</table></body></html>"); 
     
    
show_motd(idszHTML"Top 15"); 
     
    return 
PLUGIN_HANDLED

xDoctor 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 14:54.


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