Max Limit Looping every 1 Second ?
#3

Well, i should have mentioned this part of code:

PHP Code:
forward ClockTimerSystem();
public 
ClockTimerSystem()
{
    
Time ++;
    for(new 
0400i++)
    {
        if(
Variable[i] == 0) continue;
        if(
Variable[i] == Time)
        {
            
// Big Code includes (UPDATE statement of MySQL)
            // ..
            // ..
            // ..
        
}
    }
    return 
1;

Reply


Messages In This Thread
Max Limit Looping every 1 Second ? - by Juvanii - 12.12.2017, 07:27
Re: Max Limit Looping every 1 Second ? - by RoboN1X - 12.12.2017, 07:46
Re: Max Limit Looping every 1 Second ? - by Juvanii - 12.12.2017, 07:53
Re: Max Limit Looping every 1 Second ? - by Juvanii - 12.12.2017, 10:43

Forum Jump:


Users browsing this thread: 1 Guest(s)