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
Zoocata
Created 2023-11-27 23:00
1 week 3 days ago
10
points ]
 (1 vote)
Created 2023-10-01 15:21
9 weeks 5 days ago
20
points ]
 (2 votes)
Created 2021-05-24 00:01
2 years 28 weeks ago
vampirefrog
10
points ]
 (1 vote)
Created 2023-07-23 20:02
19 weeks 4 days ago
9
points ]
 (1 vote)
Created 2023-06-13 17:54
25 weeks 3 days ago
Zoocata
27
points ]
 (3 votes)
Created 2023-05-05 20:58
30 weeks 6 days ago
Zoocata
18
points ]
 (2 votes)
Created 2023-03-02 01:40
40 weeks 1 day ago
Getridou
Created 2023-01-29 23:27
44 weeks 4 days ago
Created 2023-01-19 19:36
46 weeks 1 day ago
Getridou
Created 2023-01-10 17:10
47 weeks 3 days ago
Getridou
Created 2023-01-01 14:30
48 weeks 5 days ago
Getridou
Created 2023-01-01 10:58
48 weeks 5 days ago
Getridou
Created 2023-01-01 10:49
48 weeks 5 days ago
afroninja
17
points ]
 (2 votes)
Created 2023-01-01 06:32
48 weeks 5 days ago
36
points ]
 (7 votes)
Created 2010-04-01 07:57
13 years 36 weeks ago
57
points ]
 (6 votes)
Created 2020-12-04 12:05
3 years 4 days ago
7
points ]
 (1 vote)
Created 2022-04-21 09:26
1 year 33 weeks ago
8
points ]
 (1 vote)
Created 2022-01-23 15:48
1 year 45 weeks ago
Created 2021-11-05 01:27
2 years 4 weeks ago
36
points ]
 (4 votes)
Created 2020-12-10 12:49
2 years 51 weeks ago
Who's new
  • ColdIV
  • Aidan
  • Hunk
  • letic86
  • BATMAN