Raised This Month: $ Target: $400
 0% 

Help: Custom Stats


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
<VeCo>
Veteran Member
Join Date: Jul 2009
Location: Bulgaria
Old 06-13-2012 , 07:35   Re: Help: Custom Stats
Reply With Quote #3

PHP Code:
 switch(Place)
 {
  case 
HIT_GENERICStatsData[Attacker][_Hit_Generic] += 1;
  
  case 
HIT_HEADStatsData[Attacker][_Hit_Head] += 1;
  
  case 
HIT_CHESTStatsData[Attacker][_Hit_Chest] += 1;
  
  case 
HIT_STOMACHStatsData[Attacker][_Hit_Stomach] += 1;
  
  case 
HIT_LEFTARMStatsData[Attacker][_Hit_Left_Arm] += 1;
  
  case 
HIT_RIGHTARMStatsData[Attacker][_Hit_Right_Arm] += 1;
  
  case 
HIT_LEFTLEGStatsData[Attacker][_Hit_Left_Leg] += 1;
  
  case 
HIT_RIGHTLEGStatsData[Attacker][_Hit_Right_Leg] += 1;
 } 
-->

PHP Code:
StatsData[Attacker][Place 7] += 1
__________________
<VeCo> 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 06:16.


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