Thebarricade/Sandbox – User
< Thebarricade
Categories:
thebarricade (talk | contribs) mNo edit summary |
thebarricade (talk | contribs) mNo edit summary |
||
| Line 1: | Line 1: | ||
Useful code | |||
== FPS Counter (A2) == | |||
== FPS Counter == | |||
<pre> | <pre> | ||
[] spawn | [] spawn | ||
Revision as of 10:29, 25 October 2009
Useful code
FPS Counter (A2)
[] spawn
{
while {true} do
{
hintSilent str (round diag_fps);
sleep .5;
};
};
(stolen from Rok)