Raised This Month: $ Target: $400
 0% 

As I create this Motd


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
666
Senior Member
Join Date: Mar 2015
Old 04-21-2016 , 01:37   As I create this Motd
Reply With Quote #1

With, Team | Frags | Death | Bomb Plant | Bomb Defused


666 is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 04-21-2016 , 08:49   Re: As I create this Motd
Reply With Quote #2

So, what is your question?
__________________
fysiks is offline
skz
Senior Member
Join Date: Jul 2014
Location: Portugal
Old 04-21-2016 , 11:39   Re: As I create this Motd
Reply With Quote #3

How did you changed the "Ok" of motd to "Aceptar"?
__________________
skz is offline
666
Senior Member
Join Date: Mar 2015
Old 04-21-2016 , 12:16   Re: As I create this Motd
Reply With Quote #4

Quote:
Originally Posted by skz View Post
How did you changed the "Ok" of motd to "Aceptar"?


Appears "accept" because my cs is spanish lenguage
666 is offline
666
Senior Member
Join Date: Mar 2015
Old 04-21-2016 , 12:22   Re: As I create this Motd
Reply With Quote #5

Quote:
Originally Posted by fysiks View Post
So, what is your question?
my question is, what is the function,
if a player enters in the terrorist team,
the F, D, BP, BD, etc,

is counted in the team Terrorist = TT, in my motd.
equally if a player enters in the team Counter-Terrorist = CT.

F = Frags
D = Deaths
BP = Bomb Plant
BD = Bomb Defuse


This is my motd
PHP Code:
len format(Info1500
        
"<table align=center cellpadding=2 cellspacing=0 border=5 bordercolor=#F0F0F0>\ 
        <th>Equipo\ 
        <th>F\ 
        <th>A\ 
        <th>D\ 
        <th>BP\ 
        <th>BD\ 
        <th>2K\ 
        <th>3K\ 
        <th>4K\ 
        <th>5K</tr>" 
); 
         
         
        
len += format(Info[len], 5500-len,"<th>TT"); 
        
len += format(Info[len], 5500-len,"<th>%i"g_szPoints_k[id]); 
        
len += format(Info[len], 5500-len,"<th>%i"g_szPoints_a[id]); 
        
len += format(Info[len], 5500-len,"<th>%i"g_szPoints_d[id]); 
        
len += format(Info[len], 5500-len,"<th>%i"g_szPoints_bp[id]); 
        
len += format(Info[len], 5500-len,"<th>%i"g_szPoints_bd[id]); 
        
len += format(Info[len], 5500-len,"<th>%i"g_szPoints_2k[id]); 
        
len += format(Info[len], 5500-len,"<th>%i"g_szPoints_3k[id]); 
        
len += format(Info[len], 5500-len,"<th>%i"g_szPoints_4k[id]); 
        
len += format(Info[len], 5500-len,"<th>%i</tr>"g_szPoints_5k[id]); 
         
        
len += format(Info[len], 5500-len,"<th>CT"); 
        
len += format(Info[len], 5500-len,"<th>%i"g_szPoints_k[id]); 
        
len += format(Info[len], 5500-len,"<th>%i"g_szPoints_a[id]); 
        
len += format(Info[len], 5500-len,"<th>%i"g_szPoints_d[id]); 
        
len += format(Info[len], 5500-len,"<th>%i"g_szPoints_bp[id]); 
        
len += format(Info[len], 5500-len,"<th>%i"g_szPoints_bd[id]); 
        
len += format(Info[len], 5500-len,"<th>%i"g_szPoints_2k[id]); 
        
len += format(Info[len], 5500-len,"<th>%i"g_szPoints_3k[id]); 
        
len += format(Info[len], 5500-len,"<th>%i"g_szPoints_4k[id]); 
        
len += format(Info[len], 5500-len,"<th>%i</tr>"g_szPoints_5k[id]); 
        
show_motd(idInfo""); 
666 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 18:41.


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