diff --git a/plugins/stats.sma b/plugins/stats.sma
index 2178fcaf..79fb3094 100755
--- a/plugins/stats.sma
+++ b/plugins/stats.sma
@@ -372,14 +372,14 @@ public displayStats(id,dest) {
pos += copy(g_Buffer[pos],2047-pos,"body{font-family:Arial,sans-serif;font-size:12px;color:#FFCC99;background-color:#000000;margin-left:8px;margin-top:3px}.header{background-color:#9C0000;}.one{background-color:#310000;}.two{background-color:#630000;}")
pos += format(g_Buffer[pos],2047-pos,"
Kills: | %d |
Deaths: | %d |
Damage: | %d |
Hits: | %d |
Shots: | %d |
",
stats[0],stats[1],stats[6],stats[5],stats[4])
- pos += copy(g_Buffer[pos],2047-pos,"Weapon | Shots | Hits | Damage | Kills | deaths |
")
+ pos += copy(g_Buffer[pos],2047-pos,"")
for(new a = 1; a < 31; ++a) {
if (get_user_wstats(id,a,stats,body)) {
if (equal(state,"one")) copy(state,3,"two")
else copy(state,3,"one")
get_weaponname(a,name,31)
pos += format(g_Buffer[pos],2047-pos,"%s | %d | %d | %d | %d | %d |
",
- name[7],stats[4],stats[5],stats[6],stats[0],stats[1])
+ state,name[7],stats[4],stats[5],stats[6],stats[0],stats[1])
}
}
copy(g_Buffer[pos],2047-pos,"