Raised This Month: $ Target: $400
 0% 

Top15 in points


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Darkskypew
Member
Join Date: Sep 2010
Old 12-21-2011 , 08:01   Re: Top15 in points
Reply With Quote #3

I tried to do so, but that does not work.

PHP Code:
public stats(idtop)
{
    static 
motd[1500], len
    len 
0
    
new g_Vault
    
//new g_text[255]
    
new Namers[33]
    new 
Namer[33]
    new 
s_Key[255], datas[255], s_APS[32], s_LevelS[32], s_DamageS[32], s_DamageMaxS[32]
    
g_Vault nvault_open("zombielite")
    
//formatex(s_Key, charsmax(s_Key) , "%s-Name", Names[id])
    
len += formatex(motd[len], charsmax(motd) - len"<html><body bgcolor='#000000'></body></html>")
    
len += formatex(motd[len], charsmax(motd) - len"<center><font color='#FFFFFF'>Счастливые часы !!!</font></center>")    
    for (new 
i=115i++)
    {
        
formatex(datas255"%d#%i#%i#%i#%i"Namerss_APS[i], s_LevelS[i], s_DamageS[i], s_DamageMaxS[i])
        
replace_all(datas 255"#"" ")
        
nvault_get (g_Vaults_Keydatas255)
        
parse (datass_APS31s_LevelS31s_DamageS31s_DamageMaxS31)
        new 
APS1[32], Level1[32], g_DamageEXP1[32], MaxEXP1[32]
        
Namer[i] = str_to_num (Namers)
        
APS1[i] = str_to_num (s_APS)
        
Level1[i] = str_to_num (s_LevelS)
        
g_DamageEXP1[i] = str_to_num (s_DamageS)
        
MaxEXP1[i] = str_to_num (s_DamageMaxS)

        
len += formatex(motd[len], charsmax(motd) - len"<font color='#FFFFFF'><tr><td>%d<td>%s<td>%d<td>%d<td>%d<td>%d<td></tr></font",
        
1NamerLevel1[i], 
        
APS1[i], g_DamageEXP1[i], MaxEXP1[i])
    }
    
len += formatex(motd[len], charsmax(motd) - len"</body></html>""#")
        
    
show_motd(idmotd"STATS")

Darkskypew 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 11:54.


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