Thebarricade/Sandbox – User

From Bohemia Interactive Community
Jump to navigation Jump to search

Thebarricade's Sandbox

[] spawn {

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

};