xopoIIIuu
Пользователь
- Регистрация
- 17 Июл 2017
- Сообщения
- 23
- Симпатии
- 1
- Пол
- Мужской
Код:
RANK_STYLE = ololoshka.ru/style.css
Код:
enum _:Settings {
RANK_STYLE[128]
}
new g_eSettings[Settings];
Код:
if(equal(szKey, "RANK_STYLE"))
{
parse(szBuffer, g_eSettings[RANK_STYLE], charsmax(g_eSettings[RANK_STYLE]));
}
Код:
len += formatex(buff[len], charsmax(buff) - len, "<META http-equiv=Content-Type content='text/html;charset=UTF-8'><link href='%s' rel=stylesheet type=text/css>", g_eSettings[RANK_STYLE]);