So,
This will just do the thing after 30 seconds again and again without resetting the seconds variable or it'll reset it to 0 ?
PHP Code:
public ServerTimer()
{
seconds++;
if(seconds%30 == 0)