Advertisement
svenhoefer

Untitled

Sep 2nd, 2017
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.58 KB | None | 0 0
  1.     if (syspage)
  2.     {
  3.         RenderString(label ? tptr[idx][1] : nrtxt   , 13, y, 45, LEFT, siz, col);
  4.     }
  5.     else
  6.     {
  7.         //RenderString(label ? tptr[idx][2] : nrtxt ,  4, y, 24, RIGHT, siz, col);
  8.         if(label)
  9.             RenderString(tptr[idx][0]       ,  4+4, y, 95, LEFT, siz, col);
  10.         else
  11.             RenderString(nrtxt          ,  4, y, 95, LEFT, siz, col);
  12.  
  13.         if (label)
  14.             RenderString(tptr[idx][15]      , !slim? 112 : 92, y, 28, RIGHT, siz, col);
  15.         else
  16.             RenderCircle(!slim? 124 : 104, y-15, csmon_circol(0, tptr[idx][15]));
  17.  
  18.     }
  19.     if (label)
  20.         RenderString(tptr[idx][4]           , !slim? 138 : 118, y, 28, RIGHT, siz, col);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement