Thebarricade/Sandbox – User
Jump to navigation
Jump to search
Useful code
FPS Counter (A2)
[] spawn { while {true} do { hintSilent str (round diag_fps); sleep .5; }; };
(stolen from Rok)