View Single Post
  #16  
Old 08-26-2011, 04:51 AM
callimuc callimuc is offline
callimuc's Avatar
Join Date: Nov 2010
Location: Germany
Posts: 1,015
callimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to behold
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.
__________________
MEEP!
Reply With Quote