Thebarricade/Sandbox – User
< Thebarricade
Category: Sandbox
thebarricade (talk | contribs) No edit summary |
m (Bot: Adding category Sandbox) |
||
| Line 13: | Line 13: | ||
</pre> | </pre> | ||
(stolen from [[User:Rok|Rok]]) | (stolen from [[User:Rok|Rok]]) | ||
[[Category:Sandbox]] | |||
Revision as of 02:01, 3 December 2018
Useful code
FPS Counter (A2)
[] spawn
{
while {true} do
{
hintSilent str (round diag_fps);
sleep .5;
};
};
(stolen from Rok)