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