Thebarricade/Sandbox – User
Thebarricade's Sandbox
FPS Counter
[] spawn
{
while {true} do
{
hintSilent str (round diag_fps);
sleep .5;
};
};
(stolen from Rok)
Thebarricade's Sandbox
[] spawn
{
while {true} do
{
hintSilent str (round diag_fps);
sleep .5;
};
};
(stolen from Rok)