Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if (syspage)
- {
- RenderString(label ? tptr[idx][1] : nrtxt , 13, y, 45, LEFT, siz, col);
- }
- else
- {
- //RenderString(label ? tptr[idx][2] : nrtxt , 4, y, 24, RIGHT, siz, col);
- if(label)
- RenderString(tptr[idx][0] , 4+4, y, 95, LEFT, siz, col);
- else
- RenderString(nrtxt , 4, y, 95, LEFT, siz, col);
- if (label)
- RenderString(tptr[idx][15] , !slim? 112 : 92, y, 28, RIGHT, siz, col);
- else
- RenderCircle(!slim? 124 : 104, y-15, csmon_circol(0, tptr[idx][15]));
- }
- if (label)
- RenderString(tptr[idx][4] , !slim? 138 : 118, y, 28, RIGHT, siz, col);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement