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