Thebarricade/Sandbox – User

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
Thebarricade's Sandbox
Thebarricade's Sandbox
[] spawn
{
    while {true} do
    {
    hintSilent str (round diag_fps);
    sleep .5;
    };
};

Revision as of 11:28, 25 October 2009

Thebarricade's Sandbox

[] spawn {

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

};