Thomas1124 | 2010-07-24 12:42
Sauerbraten Stats Script
117
points ]
 (13 votes)
Little Stats Script to check your Frags, Deaths, Acc, KpD and Flag stats

Copy and paste the script to your autoexec.cfg and press F6 or another defined key to check your stats

round = [
       split = (strreplace $arg1 "." " ");
       result (concatword (at $split 0) "." (substr (at $split 1) 0 $arg2));
]

print_stats = [
       red  = [ result "^fs^f3"; ]
       blue = [ result "^fs^f1"; ]
       
       frags   = (getfrags);
       deaths  = (getdeaths);
       acc     = (getaccuracy);
       flags   = (getflags);
       
       ldeaths = $deaths;
       if (= $ldeaths 0) [ ldeaths = 1; ]
       kpd = (round (divf $frags $ldeaths) 2)
       
       if (> $flags 0) [ flags = (concatword (blue) " Flags: " (red) $flags); ][ flags = ""; ]
       
       echo (concatword (blue) "Name: " (red) (getname) (blue) " Frags: " (red) $frags (blue) " Deaths: " (red) $deaths (blue) " Acc: " (red) $acc "%" (blue) " KpD: " (red) $kpd $flags);
]

bind "F6" [ print_stats; ]

117
points
 (13 votes)
User login
Users on Quadropolis
1 guest & no users online
30
points ]
 (3 votes)
Created 2019-05-17 21:51
5 years 30 weeks ago
30
points ]
 (3 votes)
Created 2020-06-13 21:05
4 years 26 weeks ago
20
points ]
 (2 votes)
Created 2021-05-24 00:01
3 years 29 weeks ago
8
points ]
 (1 vote)
Created 2024-06-02 14:26
27 weeks 3 days ago
8
points ]
 (1 vote)
Created 2024-06-02 22:13
27 weeks 3 days ago
vampirefrog
Created 2024-04-11 22:25
34 weeks 6 days ago
vampirefrog
29
points ]
 (4 votes)
Created 2010-05-30 10:00
14 years 28 weeks ago
Gangler
36
points ]
 (4 votes)
Created 2020-10-22 00:50
4 years 7 weeks ago
Zoocata
10
points ]
 (1 vote)
Created 2024-02-11 21:20
43 weeks 3 days ago
vampirefrog
10
points ]
 (1 vote)
Created 2023-07-23 20:02
1 year 20 weeks ago
36
points ]
 (4 votes)
Created 2020-12-10 12:49
4 years 2 days ago
Created 2023-12-12 23:34
1 year 8 hours ago
Zoocata
Created 2023-11-27 23:00
1 year 2 weeks ago
20
points ]
 (2 votes)
Created 2023-10-01 15:21
1 year 10 weeks ago
9
points ]
 (1 vote)
Created 2023-06-13 17:54
1 year 26 weeks ago
Zoocata
27
points ]
 (3 votes)
Created 2023-05-05 20:58
1 year 31 weeks ago
Zoocata
18
points ]
 (2 votes)
Created 2023-03-02 01:40
1 year 40 weeks ago
Getridou
Created 2023-01-29 23:27
1 year 45 weeks ago
Created 2023-01-19 19:36
1 year 46 weeks ago
Getridou
Created 2023-01-10 17:10
1 year 48 weeks ago
Who's new
  • ColdIV
  • Aidan
  • Hunk
  • letic86
  • BATMAN