PHP Code:
//#CLIENTSIDE
function onCreated() {
client.two = 3600; //one hour
onTimeOut();
}
function onTimeOut() {
client.one = timevar2;
client.two--;
client.three = client.one + client.two;
player.chat = client.three;
settimer(1);
}
Didn´t test it yet, something looks strange for me (couldn´t find something) but I still think this should work.