did you know how to check it for accurate /
Printable View
did you know how to check it for accurate /
yeah mate login game and see lol, thats how u know
static unsigned long int nTime = 0;//i perfer not to use static but its easier for noobs to paste this just above
if(timeGetTime() > nTime && g_pGame->GetMatch()->Create())
{
if(ZGetGameInterface()->GetCamera()->GetLookMode()==ZCAMERA_MINIMAP)
ZGetGameInterface()->GetCamera()->SetLookMode(ZCAMERA_DEFAULT);
else
ZGetGameInterface()->GetCamera()->SetLookMode(ZCAMERA_MINIMAP);
nTime = timeGetTime() + 600000;// 10 minutes
}