It's not custom if you just copy paste code from WarZ.. But whatever..
1st:
Code:
drawNewsSection(43, 366, updater.newsData_, 5 /* MAX NUMBER OF NEWS */);
2nd:
Code:
// Arguments available: editTextField(float x, float y, char* editString, bool isFocused, int editType, unsigned int maxLength = 32)
editTextField(g_rLoginEdit.left, g_rLoginEdit.top, updater.gUserProfile.username, false, 0);
editTextField(g_rPwdEdit.left, g_rPwdEdit.top, updater.gUserProfile.passwd, false, 1);
3rd
Code:
static r3dRECT g_rLoginBtn = {780, 290, 128, 128};
static r3dRECT g_rLoginEdit = {512, 320, 270, 22};
static r3dRECT g_rRegisterNewBtn = {20, 400, 450, 215};
static r3dRECT g_rPwdEdit = {512, 387, 270, 22};