Thebarricade/Sandbox – User

From Bohemia Interactive Community
< User:Thebarricade
Revision as of 04:39, 3 December 2018 by Erentar (talk | contribs) (Erentar moved page Thebarricade's Sandbox to User:Thebarricade/Sandbox: Bot: Moved page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Useful code

FPS Counter (A2)

[] spawn
{
    while {true} do
    {
    	hintSilent str (round diag_fps);
    	sleep .5;
    };
};

(stolen from Rok)