Raised This Month: $ Target: $400
 0% 

DoD Stats Problems...


Post New Thread Reply   
 
Thread Tools Display Modes
cyko
Member
Join Date: Mar 2004
Old 11-21-2004 , 17:09  
Reply With Quote #11

Yea, i'm referring to the yellow text that appears on the screen on the left as in the ss. I'll load up this plug this evening and let you know how it goes. thx sidluke
cyko is offline
SidLuke
Senior Member
Join Date: Mar 2004
Location: Poland, Chrzanow
Old 11-22-2004 , 19:11  
Reply With Quote #12

and ?
__________________
Looking for DoD plugins ? Check DoD Plugins Center
SidLuke is offline
Send a message via AIM to SidLuke Send a message via MSN to SidLuke
cyko
Member
Join Date: Mar 2004
Old 11-23-2004 , 18:39  
Reply With Quote #13

i apologize sidluke. just found out some bad family news and that required me spending more time at my parent's house recently to help out with the younger ones. I'll post asap. Sorry for the delay.
cyko is offline
Freddod
New Member
Join Date: Feb 2005
Old 02-11-2005 , 02:06  
Reply With Quote #14

This information is printed out three or four times at the end of a round on the left hand side in yellow. Is there any way to modify it so it's only displayed once?

}

if ( is_user_connected(who1) ) {
get_user_name( who1, name1, 31 )
}
if ( is_user_connected(who2) ) {
get_user_name( who2, name2, 31 )

}
if ( is_user_connected(who3) ) {
get_user_name( who3, name3, 31 )
}

get_players(players,pnum,"c")
for (new i=0;i<pnum;i++) {
len += format(g_Buffer2[len] , 1023 - len ,
"%L: %s^n%d %L^n",players[i],"BEST_SCORE", name1 , score,players[i],"POINTS" )
len += format(g_Buffer2[len] , 1023 - len ,
"%L: %s^n%d %L / %d %L^n",players[i],"MOST_KILLS",name2,kills,players[i],(kills == 1) ? "KILL":"KILLS",hs,players[i],(hs == 1) ? "HEADSHOT":"HEADSHOTS" )
len += format(g_Buffer2[len] , 1023 - len ,
"%L: %s^n%d %L / %d %L^n",players[i],"MOST_DAMAGE",name3 , damage,players[i],"DAMAGE",hits,players[i],(hits == 1) ? "HIT": "HITS" )
set_hudmessage(100,200,0,0.02,0.40,2, 0.01, 5.0, 0.01, 0.01, 3 )
show_hudmessage( players[i] , g_Buffer2 )
}
Freddod is offline
f1del1ty.oXi
Veteran Member
Join Date: Nov 2004
Old 02-11-2005 , 08:18  
Reply With Quote #15

It's three lines of stuff for a reason, they are seperate stats....=\ I guess just delete the \n's, they will merge. Not a good thing to do though.
__________________
f1del1ty.oXi is offline
Freddod
New Member
Join Date: Feb 2005
Old 02-12-2005 , 00:37  
Reply With Quote #16

Quote:
Originally Posted by f1del1ty.oXi
It's three lines of stuff for a reason, they are seperate stats....=\ I guess just delete the \n's, they will merge. Not a good thing to do though.
Say what? Yes the block contatins three different stats, but this block is printed out three or four times.
Freddod 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 16:02.


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