
12.07.2014, 19:52
|
|
Познающий
Регистрация: 31.03.2013
Сообщений: 84
С нами:
6903092
Репутация:
58
|
|
Код:
Код:
static int time=0;
static int randcolor = 0;
if (GetTickCount() - 300 > time)
{
randcolor = D3DCOLOR_XRGB( rand()%255, rand()%255, rand()%255 );
time = GetTickCount();
}
HUD_TEXT_TGL(x, cheat_state->_generic.vehicle_GodMod ? randcolor : color_chetnoe, "ГодМод" );
пробуй?
|
|
|