Jump to content
MakeWebGames

Zytraw

Members
  • Posts

    90
  • Joined

  • Last visited

    Never

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Zytraw's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Re: [V2] New Small Accuracy Mod [V2] The $acc is a calculate for the bit below, down abit in the script but nice idea might work.
  2. Re: [V2] New Small Accuracy Mod [V2] Have you included the bit at the top?   $acc= $ir['totalhits'] / ($ir['totalhits']+$ir['totalmisses']) *100
  3. Re: [Mccode v2] Newspaper Mod "in Order" Nice!
  4. Re: marquee with admin function Looks oky good job but i personally wouldn't use it.
  5. Re: Bank Layout V2 girardz amazing, ive been looking for this +1 nice mod nice coder!
  6. Re: [V2] New Small Accuracy Mod [V2] Thanks tobaz, Enjoy the mod everyone from everyones help!! Thanks
  7. Re: [V2] New Small Accuracy Mod [V2]     The easiest thing i can think of doing is: NOTE: not tested, however, to my knowledge, should work ;) Replace the whole accuracy equation below <hr width=20%>"; With <hr width=20%>"; if($ir['totalhits'] < 1) { print "[b]Your Accuracy[/b] $acc [b]<font color='red'>You havn't made or hit anyone in the gangsta population. Please make an attack before we formulate your accuracy.</font>[/b]"; } else { if($ir['totalhits'] > 1){ print "[b]Your Accuracy[/b] $acc [b]<font color='green'>Total Hits:[/b]</font> {$ir['totalhits']} [b]<font color='red'>Total Misses:[/b]</font> {$ir['totalmisses']} "; } } $h->endpage(); ?>
  8. Re: [V2] New Small Accuracy Mod [V2]   Nice idea but it wont, to my knowledge, work out the overall percentage of accuracy, which i would like it to do.
  9. Re: [V2] New Small Accuracy Mod [V2] yes it'll soon be fixed give me a few minutes today or another day as im busy on a few other codes for a few other people.
  10. Re: [mccode v2] Crystal Temple Nice!! Well done great mod +1
  11. Re: [V2] New Small Accuracy Mod [V2]   This mod basically tells the user their overall accuracy, hits and misses. It's a small mod which soon will be added to HOF
  12. Re: [mccode v2] Job Recode Nice and thoughtful +1 for you. Good Job!
  13. Re: [ANY] FREE BANNER Nice however, i'd personally create a small border on the left hand side of the name data typeo.
  14. Re: [V2] New Small Accuracy Mod [V2] So have i got the correct formula? Or.... Thanks :P
  15. Re: [V2] New Small Accuracy Mod [V2] Yeh worked fine for me and thanks POG1.
×
×
  • Create New...