View Single Post
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